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

Patch 1 #8

Closed
wants to merge 24 commits into from
Closed

Patch 1 #8

wants to merge 24 commits into from

Commits on Feb 16, 2023

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

Commits on Feb 17, 2023

  1. eth/catalyst: send INVALID instead of INVALID_BLOCK_HASH (ethereum#26696

    )
    
    This change will break one hive test, but pass another and it will be the better way going forward
    MariusVanDerWijden committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    6428663 View commit details
    Browse the repository at this point in the history
  2. eth/catalyst: request too large error (ethereum#26722)

    The method `GetPayloadBodiesByRangeV1` now returns "-38004: Too large request" error if the requested range is too large, according to spec
    
    Co-authored-by: Martin Holst Swende <martin@swende.se>
    rkrasiuk and holiman committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    15e5e61 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. core/trie: remove trie tracer (ethereum#26665)

    This PR contains a small portion of the full pbss PR, namely
    
        Remove the tracer from trie (and comitter), and instead using an accessList.
        Related changes to the Nodeset.
    
    
    ---------
    
    Co-authored-by: Gary Rong <garyrong0905@gmail.com>
    holiman and rjl493456442 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    7c749c9 View commit details
    Browse the repository at this point in the history
  2. rpc: fix unmarshaling of null result in CallContext (ethereum#26723)

    The change fixes unmarshaling of JSON null results into json.RawMessage.
    
    ---------
    
    Co-authored-by: Jason Yuan <jason.yuan@curvegrid.com>
    Co-authored-by: Jason Yuan <jason.yuan869@gmail.com>
    3 people committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    1db978c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    2166c86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1e2781 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ec4235 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a43efce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1652684 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c02334b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4519054 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41dee26 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ba4267f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    13ef21d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. cmd/geth: clarify dumpconfig options (ethereum#26729)

    Clarifies the documentation around dumpconfi
    
    Signed-off-by: Sungwoo Kim <git@sung-woo.kim>
    swkim101 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    7d4db69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90d2551 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d2d126 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f20fd3 View commit details
    Browse the repository at this point in the history
  5. all: use unified emptyRootHash and emptyCodeHash (ethereum#26718)

    The EmptyRootHash and EmptyCodeHash are defined everywhere in the codebase, this PR replaces all of them with unified one defined in core/types package, and also defines constants for TxRoot, WithdrawalsRoot and UncleRoot
    rjl493456442 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    fe01a2f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. eth/filters: fix a breaking change and return rpctransaction (ethereu…

    …m#26757)
    
    * eth/filters: fix a breaking change and return rpctransaction
    
    * eth/filters: fix test cases
    
    ---------
    
    Co-authored-by: Catror <me@catror.com>
    yierx and catror committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    4034c67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f86f048 View commit details
    Browse the repository at this point in the history
  3. params: release Geth v1.11.2

    karalabe committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    73b01f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Merge branch 'stateful-v1.11' into patch-1

    Signed-off-by: t12s <118035857+transmissions12@users.noreply.github.com>
    transmissions12 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    f5f4472 View commit details
    Browse the repository at this point in the history