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

[NIT-2671] Merge v1.13.14 #341

Merged
merged 17 commits into from
Jul 17, 2024
Merged

[NIT-2671] Merge v1.13.14 #341

merged 17 commits into from
Jul 17, 2024

Commits on Feb 21, 2024

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

Commits on Feb 22, 2024

  1. internal/ethapi: use overriden baseFee for gasPrice (#29051)

    eth_call and debug_traceCall allow users to override various block fields, among them base fee. However the overriden base fee was not considered for computing the effective gas price of that message, and instead base fee of the base block was used. This has been fixed in this commit.
    ArtificialPB authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e47a7c2 View commit details
    Browse the repository at this point in the history
  2. internal/ethapi:fix zero rpc gas cap in eth_createAccessList (#28846)

    This PR enhances eth_createAccessList RPC call to support scenarios where the node is launched with an unlimited gas cap (--rpc.gascap 0). The eth_createAccessList RPC call returns failure if user doesn't explicitly set a gas limit.
    colinlyguo authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b87b9b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. eth/catalyst: fix wrong error message of payloadV2 after cancun (#29049)

    * eth/catalyst: the same error format
    
    Signed-off-by: tmelhao <[email protected]>
    
    * eth/catalyst: wrong error message for payloadV2 post-cancun
    
    Signed-off-by: tmelhao <[email protected]>
    
    * eth/catalyst: parentBeaconBlockRoot -> parentBlockBeaconRoot
    
    Signed-off-by: tmelhao <[email protected]>
    
    * apply commit review
    
    Signed-off-by: tmelhao <[email protected]>
    
    ---------
    
    Signed-off-by: tmelhao <[email protected]>
    Co-authored-by: tmelhao <[email protected]>
    tmelhao and tmelhao authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    93c541a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. core/txpool: reject blob txs with blob fee cap below the minimum (#29…

    …081)
    
    * make blobpool reject blob transactions with fee below the minimum
    
    * core/txpool: some minot nitpick polishes and unified error formats
    
    * core/txpool: do less big.Int constructions with the min blob cap
    
    ---------
    
    Co-authored-by: Péter Szilágyi <[email protected]>
    roberto-bayardo and karalabe authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    32d4d6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26724fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edffacc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bca93e View commit details
    Browse the repository at this point in the history
  5. cmd/clef: add spaces in README.md table (#29077)

    Add space after links in so they are clickable in vscode.
    justindhillon authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    821d702 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c1f59b9 View commit details
    Browse the repository at this point in the history
  7. core/txpool/blobpool: reduce default database cap for rollout (#29090)

    xcore/txpool/blobpool: reduce default database cap for rollout
    karalabe authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    63aaac8 View commit details
    Browse the repository at this point in the history
  8. core/txpool: no need to log loud rotate if no local txs (#29083)

    * core/txpool: no need to run rotate if no local txs
    
    Signed-off-by: jsvisa <[email protected]>
    
    * Revert "core/txpool: no need to run rotate if no local txs"
    
    This reverts commit 17fab173883168c586d57ca9c05dfcbd9e7831b4.
    
    Signed-off-by: jsvisa <[email protected]>
    
    * use Debug if todo is empty
    
    Signed-off-by: jsvisa <[email protected]>
    
    ---------
    
    Signed-off-by: jsvisa <[email protected]>
    jsvisa authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    45a272c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    5a0f468 View commit details
    Browse the repository at this point in the history
  2. core/txpool: elevate the 'already reserved' error into a constant (#2…

    …9095)
    
    declare the 'already reserved' error in errors.go
    roberto-bayardo authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    51b479e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9038ba6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bd6bd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

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