-
Notifications
You must be signed in to change notification settings - Fork 237
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: recent ethermint and cosmos-sdk fixes not included #289
Conversation
Codecov Report
@@ Coverage Diff @@
## main #289 +/- ##
===========================================
+ Coverage 21.51% 41.06% +19.54%
===========================================
Files 27 30 +3
Lines 1729 1505 -224
===========================================
+ Hits 372 618 +246
+ Misses 1324 841 -483
- Partials 33 46 +13
|
|
||
# expect failure, because contract is not connected with native denom yet | ||
# TODO complete the test after gov managed token mapping is implemented. | ||
with pytest.raises(ValueError): |
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.
the error is not an exception anymore, but a zero receipt status now. I guess it's because the internal error message changed. But at least it's still a failure, so should be fine.
3037edd
to
d2463d6
Compare
when finished. |
LGTM |
39b55a5
to
663e029
Compare
// this line is used by starport scaffolding # stargate/app/appModule | ||
cronosModule, | ||
) | ||
modules := []module.AppModule{ |
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.
cosmos-sdk 0.45 requires passing full module list to the APIs: SetOrderBeginBlockers
/SetOrderEndBlockers
/SetInitGenesis
, so it's good to share the module list.
559a867
to
9e8b302
Compare
Closes: crypto-org-chain#288 Solution: - update ethermint to rebased statedb-refactoring branch - update cosmos-sdk to block gas limit bug fix branch - port the hooks to ibc-go v3.0.0-alpha and use the branch fix native call testcase fix nonce issue in estimateGas update to ethermint main update app scaffolding for cosmos-sdk 0.45 update dependencies temp ibc-go => v2.0.2-hooks
9e8b302
to
cb01e1a
Compare
// TODO: remove when middleware will be implemented | ||
github.com/cosmos/ibc-go/v2 => github.com/crypto-org-chain/ibc-go/v2 v2.0.1-hooks | ||
|
||
github.com/enigmampc/btcutil => github.com/scrtlabs/btcutil v1.0.3-0.20200723161021-e2fb6adb2a25 |
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.
this dependency is gone now even without this replacement.
@@ -151,21 +154,16 @@ replace ( | |||
// TODO: fix keyring upstream | |||
github.com/99designs/keyring => github.com/crypto-org-chain/keyring v1.1.6-fixes | |||
|
|||
github.com/cosmos/iavl => github.com/cosmos/iavl v0.17.3 |
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 fine without replacement now.
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.
LGTM
Closes: #288
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! :)