-
Notifications
You must be signed in to change notification settings - Fork 758
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add request type to util * Add requests to block * Add requests root validation * Add ordering checks * Add note on requestsRoot non-determinism * Rework request structure to use interface and base class * Make requests optional * Update ordering test * Improve tests and remove unnecessary rlp encoding * Reorder requests order [no ci] * Add vm.runBlock * add tests with requests * Add buildblock changes and tests * lint * remove sorting function * Add order check for requests when generating trie * More fixes * remove generic * in flight fromValuesArray changes [no ci] * update min hardfork to cancun [no ci] * Throw on invalid requestsRoot [no ci] * add scaffolding for pending requests in pendingBlock * Update fromRPC constructors and toJSON methods * Add requests to JsonRpcBlock * update runBlock/buildBlock and tests * Remove obsolete references * fix hex typing * Check for 7685 before adding requests * address feedback * address feedback
- Loading branch information
Showing
22 changed files
with
717 additions
and
68 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
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
Oops, something went wrong.