-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NONEVM-714] [solana] - Add multiple blocks aggregation functionality…
… to Block History Estimator (#896) * multiple blocks history estimator * comment fix * fix txm tests * fix internal tests * fix test * fix internal test * fix dataraces * solve data race * solve data races * tiimeouut * remove noisy logs * fix data races * fix races * simplify tests * reduce blocks file * rename blockHistoryDepth to blockHistorySize * remove estimation method, refactor config and tests * fix typo * remove eventually from multiple blocks estimator tests * improve tests and reduce helper block files * err at initialization + dedup tests * add logs and skip when no relevant txs found * fix log * avg of medians * fix lint ci failing * order of fields in config matters * nits * use top level context in tests * prevent underlying base changing when bumping * prepare for config changes * Revert "prepare for config changes" This reverts commit 213f7bc. * Revert "prevent underlying base changing when bumping" This reverts commit fc205d0. * keep blockHistorySize near BlockHistoryPollPeriod
- Loading branch information
Showing
12 changed files
with
1,402 additions
and
118,746 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.