-
Notifications
You must be signed in to change notification settings - Fork 240
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
Problem: failed tx are ignored in json-rpc apis #502
Conversation
go.mod
Outdated
@@ -163,5 +163,7 @@ replace ( | |||
// TODO: remove when gravity update dependencies | |||
github.com/peggyjv/gravity-bridge/module/v2 => github.com/crypto-org-chain/gravity-bridge/module/v2 v2.0.0-20220509015341-a016e2b04866 | |||
|
|||
github.com/tharsis/ethermint => github.com/yihuang/ethermint v0.6.1-0.20220524072845-48dfc975f7ba |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have the same question in #504
Why the main
branch is still using ethermint v0.6.1
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It’s not, what matters is the commit hash, the tag name is inferred by golang compiler from the forked repo
…chain#502) Solution: - fix the issue in ethermint by emitting extra events in ante handler. - add integration test to test it. - update cosmos-sdk dependency
9b7e4f6
to
87b6c58
Compare
Solution: - fix the issue in ethermint by emitting extra events in ante handler. - add integration test to test it. update cosmos-sdk dependency changelog and fix test gomod2nix fix get tx by index fix getTransactionReceiptsByBlock update gomod2nix.toml
87b6c58
to
9dc77f4
Compare
@@ -26,19 +26,23 @@ def test_replay_block(custom_cronos): | |||
) | |||
iterations = 400 | |||
gas_limit = 800000 | |||
gas_price = 100000000000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe use 10**11 for readability?
LGTM |
…chain#502) Solution: - fix the issue in ethermint by emitting extra events in ante handler. - add integration test to test it. - update cosmos-sdk dependency - fix getTransactionReceiptsByBlock
…chain#502) Solution: - fix the issue in ethermint by emitting extra events in ante handler. - add integration test to test it. - update cosmos-sdk dependency - fix getTransactionReceiptsByBlock
…chain#502) Solution: - fix the issue in ethermint by emitting extra events in ante handler. - add integration test to test it. - update cosmos-sdk dependency - fix getTransactionReceiptsByBlock fix integration test move to crypto-org-chain repo Update CHANGELOG.md update cosmos-sdk to most recent cosmos-sdk v0.45.5 Problem: gravity bridge integration test fails occasionally (crypto-org-chain#538) * Problem: gravity bridge integration test fails occasionally WIP: crypto-org-chain#48 - Add traceback env var to debug * run ibc test together * avoid port conflict * Update scripts/run-integration-tests
* Problem: failed tx are ignored in json-rpc apis (backport #502) Solution: - fix the issue in ethermint by emitting extra events in ante handler. - add integration test to test it. - update cosmos-sdk dependency - fix getTransactionReceiptsByBlock fix integration test move to crypto-org-chain repo Update CHANGELOG.md update cosmos-sdk to most recent cosmos-sdk v0.45.5 Problem: gravity bridge integration test fails occasionally (#538) * Problem: gravity bridge integration test fails occasionally WIP: #48 - Add traceback env var to debug * run ibc test together * avoid port conflict * Update scripts/run-integration-tests * delay start of gorc
Solution:
👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻
PR Checklist:
make
)make test
)go fmt
)golangci-lint run
)go list -json -m all | nancy sleuth
)Thank you for your code, it's appreciated! :)