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

Stateful v1.11 #5

Closed
wants to merge 54 commits into from
Closed

Stateful v1.11 #5

wants to merge 54 commits into from

Commits on Sep 13, 2022

  1. graphql: return correct logs for tx (ethereum#25612)

    * graphql: fix tx logs
    
    * minor
    
    * Use optimized search for selecting tx logs
    s1na authored and fjl committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    d0dc349 View commit details
    Browse the repository at this point in the history
  2. graphql: fixes missing tx logs (ethereum#25745)

    * graphql: fix tx logs
    
    * graphql: refactor test service setup
    
    * graphql: add test for tx logs
    s1na authored and fjl committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    3b41be6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Release Geth v1.10.24

    karalabe committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    972007a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. params: set TerminalTotalDifficultyPassed to true (ethereum#25769)

    * params: set TerminalTotalDifficultyPassed to true
    
    * Update params/config.go
    
    Co-authored-by: Martin Holst Swende <martin@swende.se>
    2 people authored and karalabe committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    8f61fc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69568c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    85e469f View commit details
    Browse the repository at this point in the history
  2. eth/protocols/snap: throttle trie heal requests when peers DoS us (et…

    …hereum#25666)
    
    * eth/protocols/snap: throttle trie heal requests when peers DoS us
    
    * eth/protocols/snap: lower heal throttle log to debug
    
    Co-authored-by: Martin Holst Swende <martin@swende.se>
    
    * eth/protocols/snap: fix comment
    
    Co-authored-by: Martin Holst Swende <martin@swende.se>
    2 people authored and fjl committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    937ea49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a32e69a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99bbb33 View commit details
    Browse the repository at this point in the history
  5. eth/filters: change filter block to be by-ref (ethereum#26054)

    This PR changes the block field in the filter to be a pointer, to disambiguate between empty hash and no hash
    holiman authored and fjl committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    27600a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    211dbb7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5eb32a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. stateful

    itsdevbear committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    37748e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. use PrecompileExecutor

    calbera committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    cdf5821 View commit details
    Browse the repository at this point in the history
  2. use host terminology

    calbera committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    2def4f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7ecb9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1c5ff3 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    981b007 View commit details
    Browse the repository at this point in the history
  2. change to ph

    itsdevbear committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    12579d8 View commit details
    Browse the repository at this point in the history
  3. bing bong

    itsdevbear committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    f1ef333 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. rename to runner

    calbera committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    e604f74 View commit details
    Browse the repository at this point in the history
  2. rename constructor

    calbera committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    6dfd7b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. new precompile function types

    calbera committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    6b58c1d View commit details
    Browse the repository at this point in the history
  2. precompile controller

    calbera committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    8f77e9a View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    eca0bbb View commit details
    Browse the repository at this point in the history
  2. ctx setter

    calbera committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    cdf3a39 View commit details
    Browse the repository at this point in the history
  3. add statedb in contract.Run

    calbera committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    dc459cd View commit details
    Browse the repository at this point in the history
  4. use Prepare on controller

    calbera committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    60266f5 View commit details
    Browse the repository at this point in the history
  5. prepare for state transition

    calbera committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    952aea2 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. contract has registry key

    calbera committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    ca260e9 View commit details
    Browse the repository at this point in the history
  2. has and get

    calbera committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    2ad2464 View commit details
    Browse the repository at this point in the history
  3. controller > manager

    calbera committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    d6fbbb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. with statedb

    calbera committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    e4d555f View commit details
    Browse the repository at this point in the history
  2. with ctx

    calbera committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    fe0db77 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. simple precompile manager

    calbera committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    0d5324b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    561d4bc View commit details
    Browse the repository at this point in the history
  2. remove unneded evm funcs

    calbera committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    62f7754 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. simplify precompile manager

    calbera committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    6096143 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. updated with geth 1.11

    t12s committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    f114832 View commit details
    Browse the repository at this point in the history
  2. updated go.sum

    t12s committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    633ada9 View commit details
    Browse the repository at this point in the history
  3. removing extra bits

    t12s committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    bf62ef8 View commit details
    Browse the repository at this point in the history
  4. typo fixes

    t12s committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    62b3937 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. ethapi

    itsdevbear committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    98f7bdb View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. cleanup precomp manager

    calbera committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    5288371 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. add get chain id

    itsdevbear committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    88e2f3d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. make access list public

    calbera committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    594eaa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ff0083 View commit details
    Browse the repository at this point in the history
  3. fix typos

    calbera committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    367abc3 View commit details
    Browse the repository at this point in the history
  4. ethpub

    itsdevbear committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    4f5848e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6 from berachain/ethpub

    ethpub
    itsdevbear committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    79bc906 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18bf66d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. make compatible

    calbera committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    e133c76 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    d03cab1 View commit details
    Browse the repository at this point in the history
  2. fix build

    itsdevbear committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    204c08f View commit details
    Browse the repository at this point in the history