Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zero Integration #1775

Draft
wants to merge 21 commits into
base: develop
Choose a base branch
from
Draft

Zero Integration #1775

wants to merge 21 commits into from

Commits on Aug 2, 2023

  1. Zero integration

    vcastellm committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    1c149e7 View commit details
    Browse the repository at this point in the history
  2. Building

    vcastellm committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    6c2a377 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    5a737c9 View commit details
    Browse the repository at this point in the history
  2. Fix merge

    vcastellm committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    db156bf View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    bbfbad0 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    14678c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    685b1b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    b69cf60 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. wip

    vcastellm committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e4d124d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Fix tests

    vcastellm committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    76d9e3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a221694 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Simple test

    vcastellm committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8c8dad2 View commit details
    Browse the repository at this point in the history
  2. Add logging

    vcastellm committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a55b376 View commit details
    Browse the repository at this point in the history
  3. Lean test

    Victor Castell committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6baf39a View commit details
    Browse the repository at this point in the history
  4. Detection

    Victor Castell committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    594c6ae View commit details
    Browse the repository at this point in the history
  5. wip

    Victor Castell committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6857a84 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Merge branch 'develop' into feat/zero

    Victor Castell committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    394f7ce View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. New trace

    Victor Castell committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    21487d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Eip 2565/evm 730 (#1940)

    * implemented EIP-2565
    
    * fixed linting error
    
    * fixed linting error
    
    * fixed TestModExpWithEIP2565
    
    * resolved comments
    
    * resolved comments
    
    * resolved merge conflicts
    rachit77 authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    4c6847c View commit details
    Browse the repository at this point in the history
  2. Eip 2929 (#1942)

    * implemented changes for EIP-2929 (access list)
    
    * added missing files
    
    * fixed unit test Test_opCall
    
    * populate access_list with precompiles only if eip-2929 is activated
    
    * added address to access list for Balance opcode
    
    * added test cases and for EIP-2929 and also call stack output
    
    * changed structure of access list and removed some comments
    
    * fixed linting errors
    
    * fixed AddSlot method
    
    * added test cases for access list
    
    * removed call stack output for Test_Transition_EIP2929
    
    * corrected indentation
    
    * fixed linting errors
    
    * fixed linting errors
    
    * fixed Test_opReturnDataCopy
    
    * removed ActivePrecompile Address slice
    
    * changed the const name
    
    * changed the const name in comments
    
    * change the AddAddress function to a variadic function
    
    * refactored
    
    * added test cases for SLOAD opcode
    
    * fixed linting errors
    
    * refactored code
    
    * EIP-2565 Implementation (#1704)
    
    * implemented EIP-2565
    
    * fixed linting error
    
    * fixed linting error
    
    * fixed TestModExpWithEIP2565
    
    * resolved comments
    
    * resolved comments
    
    * resolved merge conflicts
    
    * resolved merge conflicts
    
    * fixed EIP-2929 test
    rachit77 authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    781c691 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Add RLP receipts to trace

    vcastellm committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    9071047 View commit details
    Browse the repository at this point in the history