-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fixed DoS Attack Via Malicious p2p Message By Dumped Ping Requests - fixed Syncing Stucked And Can't Gracefully Shutdown - fixed Compact DB Missing Key Starts With '0xff' - fixed 'traceBlockByHash' Returns Non-deterministic And Data Race Error - fixed Gasfee For Reward Distributions Would Overflow The Fee Collected In Block - fixed Devp2p Discv4 'crawl' NOT WORK - fixed Not Ignore Null Address While Iterative Dump - fixed EVM Revert Does not Revert 'state_override' Storage - fixed Panic In Ultra Light Client Sync - fixed GET-01 | Ensure DB Is Closed Before The Geth Client Exit - fixed HTT-01 | Mismatch For Response Length In 'sendBatchHTTP' - fixed INP-01 | Unsafe Concurrent Access When Enabling Extra EIPs - fixed SEH-01 | Crash In LES Server Related To Reorg Handling - fixed SUB-01 | Resubscribing To Events Would Hang Due To A Deadlock - fixed SYC-01 | Snap Sync Failure On Empty Storage Range - fixed TYP-01 | Crash via abi.JSON - fixed APH-01 | The Block Parameter In 'eth_call' Should Be Latest If Optional - fixed COG-01 | Unused Code - fixed ECC-01 | Evm Execution Time Metrics Sometimes Incorrect - fixed APE-01 | Output File Permissions Issues In 'admin_exportChain' - fixed APH-03 | Fast Exit If 'getTxReceipt' Not Found - fixed APH-04 | Incomplete Check for 'GetStorageAt()' - fixed BIN-01 | Fail to Generate ABI Binding in Golang - fixed BLT-01 | Inaccurate Reference to Difficulty Field - fixed CLE-01 | 'rpc.Client.CallContext' Incorrectly Unmarshalling 'null' Results - fixed ETC-01 | SyncProgress() Fails Unmarshalling In Mobile - fixed ETC-02 | EIP1559 Gas Caps Not Present In 'ethclient' - fixed FLS-01 | Bootnodes Config Priority For Bootnodes Flag - fixed GET-02 | Incorrent 'OverrideAccount' Object Encoding - fixed GNO-01 | Fail to Compile to Wasm When Using EIP712Domain Signature - fixed HTT-02 | Set Request.GetBody for Client Requests In HTTP/2 - fixed MAT-01 | Deadlock When Matcher Session Hits An Error - fixed NOD-01 | Race Condition Issues In Snapsync - fixed PRF-01 | Range Prover Edge Cases Issue - fixed TYE-01 | Missing Required Field 'miner' for Header Error When Calling ethclient.BlockByNumber(ctx, -1)
- Loading branch information
Showing
569 changed files
with
29,188 additions
and
6,920 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[submodule "tests"] | ||
path = tests/testdata | ||
url = https://github.com/ethereum/tests | ||
shallow = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.