fix(rpc): align block number input behaviour for eth_getProof (backport: #1772)#233
Merged
yihuang merged 10 commits intoApr 3, 2023
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
|
yihuang
approved these changes
Apr 3, 2023
yihuang
pushed a commit
to yihuang/cronos
that referenced
this pull request
Apr 3, 2023
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
13 tasks
yihuang
pushed a commit
to yihuang/cronos
that referenced
this pull request
Apr 3, 2023
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
yihuang
pushed a commit
to crypto-org-chain/cronos
that referenced
this pull request
Apr 4, 2023
* 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>
mmsqe
added a commit
that referenced
this pull request
Jun 14, 2023
…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
mmsqe
added a commit
that referenced
this pull request
Jun 14, 2023
…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
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
for more info: evmos#1722
Description
For contributor use:
docs/) or specification (x/<module>/spec/)godoccomments.Unreleasedsection inCHANGELOG.mdFiles changedin the Github PR explorerFor admin use:
WIP,R4R,docs, etc)