forked from erigontech/erigon
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: initial setup for witness stage * move witness util functions from cmd/stateless * persist witness * remove MaxGetProofRewindBlockCount * fix issues with witness generation * fix mock sentry * add flags for witness stage and max limit * handle batch witness generation and refactor code * handle mem batch rollback * delete witness if overlimit * add debug logs * parameterize regenerate hash * make common functions public * refactor eth_getWitness to consume common functions for witness generation * add logs * handle change in witness.limit in between * fix * abstract more initialisations into common functions * load chain config correctly * fix typecast * start witness generation from current block instead of past
- Loading branch information
Showing
13 changed files
with
845 additions
and
272 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
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.