-
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): align block number input behaviour for eth_getProof (backport: #1772) #233
fix(rpc): align block number input behaviour for eth_getProof (backport: #1772) #233
Conversation
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 #233 +/- ##
==========================================================
- Coverage 57.20% 57.12% -0.08%
==========================================================
Files 108 108
Lines 10149 10163 +14
==========================================================
Hits 5806 5806
- Misses 4096 4110 +14
Partials 247 247
|
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>
…rt: evmos#1772) (#233) * add estimate_gas test * add ret and vm_error for revert reason * compare with eth * test revertWithoutMsg * align revertWithoutMsg response for eth_estimateGas * align revertWithoutMsg response for eth_call * add change doc * separate contract to avoid gas change * update mod * fix resolve
…rt: evmos#1722) (#270) * fix(rpc): align block number input behaviour for eth_getProof (backport: evmos#1772) (#233) * add estimate_gas test * add ret and vm_error for revert reason * compare with eth * test revertWithoutMsg * align revertWithoutMsg response for eth_estimateGas * align revertWithoutMsg response for eth_call * add change doc * separate contract to avoid gas change * update mod * fix resolve * fix doc
for more info: evmos#1722
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)