Conversation
# Conflicts: # trie/stacktrie.go
…198) This PR adds more error message for debugging purpose.
* cmd/geth: add check func to validate state scheme * cmd/geth: add detailed comments --------- Co-authored-by: VM <arimas@foxmail.com>
…rks firstly (#2078) * core: LoadChainConfig return predefined config for built-in net firstly * cmd/geth: add a warn message for chain config in the configuration file * consensus/parlia: change chain config log level when New parlia * core: fix code style
Co-authored-by: Felix Lange <fjl@twurst.com>
…28358) Switch to using BlockNumber.String() which encodes it correctly for use in the JSON-RPC API.
all: pull snap sync PRs from upstream v1.13.5
NathanBSC
approved these changes
Dec 19, 2023
buddh0
approved these changes
Dec 19, 2023
brilliant-lx
approved these changes
Dec 19, 2023
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Important:
For Kepler hard fork, pls use v1.3.7.
Description
Release v1.3.7 is another maintenance release, it mainly fixes an important ChainConfig issue and also provides the new RPC API:
eth_getBlockReceipts, which was supported on Ethereum since Sep 2023.For detail, pls refer the following change log.
Change Log
FEATURE
BUGFIX
Example
NA
Compatibility
NA