-
Notifications
You must be signed in to change notification settings - Fork 51
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
Unfork CosmosSDK, CometBFT, ibc-go #539
Unfork CosmosSDK, CometBFT, ibc-go #539
Conversation
…rder (#26) * bet * bet * Fix test oracle * update ict * revert unnecessary change * update test * Refactor test --------- Co-authored-by: tnv1 <[email protected]>
* feat: unfork cachesize setting * feat: handleBlockHeightMiddleware * feat: add hook for validator power limit * perf: change hooks ordering * revert toolchain * bump to sdk 47.14 * comments for option
…unfork-cosmossdk-cometbft
* bump * add ibc ante spamming * bump ibc-go to v7.4.1 * make default max memo length 1024 --------- Co-authored-by: Tuan Tran <[email protected]>
feat: unfork cometbft, cosmos-sdk, ibc-go
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.
Copilot reviewed 20 out of 35 changed files in this pull request and generated no suggestions.
Files not reviewed (15)
- Makefile: Language not supported
- go.mod: Language not supported
- scripts/run-node.sh: Language not supported
- scripts/spam-tx.sh: Language not supported
- scripts/upgrade-test.sh: Language not supported
- custom/auth/ante/fee.go: Evaluated as low risk
- custom/auth/ante/ante.go: Evaluated as low risk
- custom/auth/ante/fee_tax.go: Evaluated as low risk
- app/keepers/keepers.go: Evaluated as low risk
- cmd/terrad/config.go: Evaluated as low risk
- app/mempool/helper_test.go: Evaluated as low risk
- app/app.go: Evaluated as low risk
- app/upgrades/v11/constants.go: Evaluated as low risk
- cmd/terrad/config_test.go: Evaluated as low risk
- app/mempool/mempool_fifo.go: Evaluated as low risk
Comments skipped due to low confidence (2)
custom/auth/ante/ibc_spamming_prevention.go:17
- [nitpick] The error message 'receiver too long' could be more descriptive. Consider changing it to 'Receiver address exceeds maximum allowed length'.
ErrReceiverTooLong = sdkerrors.Register(ModuleName, 11, "receiver too long")
custom/auth/ante/ibc_spamming_prevention.go:18
- [nitpick] The error message 'memo too long' could be more descriptive. Consider changing it to 'Memo exceeds maximum allowed length'.
ErrMemoTooLong = sdkerrors.Register(ModuleName, 12, "memo too long")
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.
Good work, guys.
70aad84
into
classic-terra:orbitlabs/unforking
Summary of changes
This PR unforks the following modules:
CosmosSDK
DefaultIAVLCacheSize
setting from fork to Terrad Issue 14IBC
Comet BFT
terrad
Unit testing
Cosmos-sdk
ibc-go
CometBFT
E2E testings
CometBFT
Report of required housekeeping
(FOR ADMIN) Before merging