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

alls: sync with upstream #1181

Merged
merged 5 commits into from
Nov 15, 2022
Merged

Commits on Nov 14, 2022

  1. core: remove lock in BlockChain.ExportN (#25254)

    * Remove locking in (*BlockChain).ExportN
    
    Since ExportN is read-only, it shouldn't need the lock. (?)
    
    * Add hash check to detect reorgs during export.
    
    * fix check order
    
    * Update blockchain.go
    
    * Update blockchain.go
    
    Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
    2 people authored and kyrie-yl committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    d4e4146 View commit details
    Browse the repository at this point in the history
  2. internal/ethapi: error if tx args includes chain id that doesn't matc…

    …h local (#25157)
    
    * internal/ethapi: error if tx args includes chain id that doesn't match local
    
    * internal/ethapi: simplify code a bit
    
    Co-authored-by: Péter Szilágyi <peterke@gmail.com>
    2 people authored and kyrie-yl committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    035ad60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7290d5c View commit details
    Browse the repository at this point in the history
  4. rpc: add graceful shutdown timeout for HTTP server (#25258)

    This change ensures the HTTP server will always terminate within
    at most 5s, even when all connections are busy and do not become
    idle.
    
    Co-authored-by: Felix Lange <fjl@twurst.com>
    2 people authored and kyrie-yl committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    97a992e View commit details
    Browse the repository at this point in the history
  5. accounts/abi: substitude arg%d to the range keyword (#25307)

    * accounts/abi: substitude arg%d to the range keyword
    
    * support more keywords
    
    * review feedback
    gballet authored and kyrie-yl committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b50c648 View commit details
    Browse the repository at this point in the history