-
Notifications
You must be signed in to change notification settings - Fork 55
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
migrate oracle certik prefix to shentu #740
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## shentu-prefix #740 +/- ##
=================================================
+ Coverage 46.54% 46.80% +0.26%
=================================================
Files 126 127 +1
Lines 11905 12064 +159
=================================================
+ Hits 5541 5647 +106
- Misses 5871 5911 +40
- Partials 493 506 +13
|
x/oracle/keeper/migrations.go
Outdated
@@ -2,6 +2,7 @@ package keeper | |||
|
|||
import ( | |||
sdk "github.com/cosmos/cosmos-sdk/types" | |||
v280 "github.com/shentufoundation/shentu/v2/x/oracle/legacy/v280" |
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.
Put together with shentufoundation
import
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.
fixed
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
* change address prefix to shentu * Migrate shield (#738) * migrate shield certik prefix to shentu * migrate shield certik prefix to shentu * migrate shield certik prefix to shentu * migrate shield stored prefix to shentu * sort import files * update ConsensusVersion * update pool migration * change v280 to v4 * add v4_test package * migrate oracle certik prefix to shentu (#740) * migrate oracle certik prefix to shentu * update ConsensusVersion * update operator migration * add oracle withdraw migration * sort imports * change v280 to v3 * add v3 * migrate cert stored prefix to shentu (#739) * migrate cert stored prefix to shentu * sort import files * update ConsensusVersion * add cert library migration * change v280 to v2 * migrate certificate.content * [prefix-trans]migrate store for staking, gov and feegrant (#747) * initially add staking store migration * finish store migration for staking * add store migration for feegrant and gov * add unit test * fix feegrant unit test * fix lint * using cosmos sdk 0.45.11-3 * add negative tests * change impl for feegrant * simplify code * Store migration for slashing, auth and authz (#746) * Store migration for slashing, auth and authz --------- Co-authored-by: zheng-bin <[email protected]> * skip empty certificate's proposer (#749) add v3 * change migration certificate MustMarshalLengthPrefixed function to M… (#750) * change migration certificate MustMarshalLengthPrefixed function to MustMarshal function * change migration certificate MustMarshalLengthPrefixed function to MustMarshal function * Shentu prefix revoke certificate (#754) * fix revoke-certificate, platform cmd * fix revoke-certificate, platform cmd * fix revoke-certificate, platform cmd * Replace certik word (#752) * replace shentu * change to shentu word * change to shentu word * replace to shentu * add address prefix conversion for specific gov proposal content (#758) * add address conversion for specific proposal contens * add more negative test --------- Co-authored-by: haozhan9 <[email protected]> Co-authored-by: zheng-bin <[email protected]>
Closes: #720
Related: #720
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)