-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RPC: Fix eth_feeHistory pipeline (#2784)
* Correct fixes to eth_feeHistory RPC * Fix block range * Add more tests on feeHistory rpc func test * Add tests * Add check for rewards vec size * Add validation on reward percentile input, add more test * Remove debugging log on test * Switch to init vec with capacity * Add fee history support to defi cli * Add block tags for alternate strings to cli * More correct calc
- Loading branch information
Showing
6 changed files
with
340 additions
and
147 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
Oops, something went wrong.