-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(rpc): nextBaseFee for fee history (backport: #1720) #234
fix(rpc): nextBaseFee for fee history (backport: #1720) #234
Conversation
elasticity_multiplier & base_fee_change_denominator
You have successfully added a new Semgrep configuration |
You have successfully added a new gosec configuration |
Codecov Report
@@ Coverage Diff @@
## release/v0.20.x-cronos #234 +/- ##
==========================================================
- Coverage 57.20% 56.81% -0.40%
==========================================================
Files 108 108
Lines 10149 10220 +71
==========================================================
Hits 5806 5806
- Misses 4096 4167 +71
Partials 247 247
|
…port-1720 Signed-off-by: yihuang <huang@crypto.com>
Solution: - update ethermint to include two bug fixes - crypto-org-chain/ethermint#234 - crypto-org-chain/ethermint#233 - update cosmos-sdk to include one bug fix - cosmos/cosmos-sdk#15667
Solution: - update ethermint to include two bug fixes - crypto-org-chain/ethermint#234 - crypto-org-chain/ethermint#233 - update cosmos-sdk to include one bug fix - cosmos/cosmos-sdk#15667
* Problem: recent bug fixes not included Solution: - update ethermint to include two bug fixes - crypto-org-chain/ethermint#234 - crypto-org-chain/ethermint#233 - update cosmos-sdk to include one bug fix - cosmos/cosmos-sdk#15667 * Update CHANGELOG.md Signed-off-by: yihuang <huang@crypto.com> * debug lint * fix linter --------- Signed-off-by: yihuang <huang@crypto.com>
* fix(rpc): nextBaseFee for fee history (backport: evmos#1720) (#234) * fix blk number for next base fee * add test * add change doc * cross check next fee * calc base fee based on params elasticity_multiplier & base_fee_change_denominator * concurrent call with maxBlockFetchers * test with get feemarket params * Update CHANGELOG.md --------- Signed-off-by: yihuang <huang@crypto.com> Co-authored-by: yihuang <huang@crypto.com> * fix(rpc): add more invalid check for fee history (backport: evmos#1720) (#241) * align request beyond head block * align invalid reward percentile --------- Signed-off-by: yihuang <huang@crypto.com> Co-authored-by: yihuang <huang@crypto.com>
for more info: evmos#1720
Description
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)