forked from ComposableFi/picasso
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Kien/merge picad to sdk 50 #25
Merged
Merged
Conversation
This file contains 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
implement custom transfer method for ibc transfer wrapper keeper.
…-v6-5-2 Introduced upgrade v6 5 2 for testnet
* delete proposal #6 * use develop branch for ci * use another image * test * removing more broken proposals * introduce goreleaser * remove separate gha for building docker images * rename registry owner * clean comments * use version with v * add additional tags * fix org * update docker image * added jq * introduce ibc transfer custom module * custom ibc transfer module ready to replace for testing. * activate custom ibc module for cosmos chain. chain works. * added ibc transfer module that is going to store all params for eth fees * resolve conflict with a same name for MsgUpdateEpochParams from staking. * add dependency to transfer keeper from ibc transfer middleware/params * added repeated FeeItem into Params + MVP logic in transfer msg server * finalized the Transfer method. send fee to fee. build. chain works. * only useful params in genesis for ibc transfer module. Works * golangci-lint run * slashing fixes * remove unused types in proto * add docs and fix all requested changes by reviewers * review fixes * fix tests * local setup * allow devnet with custom key gov * relay from master * porting fix from v7 * refactoring. * add runtime upgrade handler. for ibc fee feature. * upgrade merged. BankKeeper + GovKeeper + IbcTransferMiddlewareKeeper * Revert "Merge pull request ComposableFi#451 from ComposableFi/slashing_fix" This reverts commit 1ad4293, reversing changes made to 85e2bf9. * revert banksy changes to resolve halted chain. * Revert "allow devnet with custom key gov" This reverts commit 2457d87. * create a new chain upgrade handler for chain upgrade. * chore: change centaurid -> picad and prefix name to pica * chore: update name prefix * refactor: remove old upgrade * refactor: update prefix * refactor: update prefix * test: change govAuthorityAddress * ci: rollback * wip * feat: add script upgrade_test * chore: update script * wip * refactor: remove set prefix * refactor: update test * chore: rollback * chore: ignore build folder * perf: make blocktime run faster * fix: use key with balances * chore: ignore screen log * refactor: using default flag for test * test: increment and assert counter value to be equal 1 * chore: rollback * chore: rollback script * test: add script upgrade * fix: correct upgrade height * feat: add post scripts * test: assertion for post scripts * chore: stream unnecessary output to null * feat: add test for the new address * wip * chore: log for test upgrade * test: completed ibc transfer * verify affection of alliance module * test/ica_migration * add migration test for mint, ratelimit, ibc-hooks, transfermiddleware module * finalize script upgrade test * pick denom for testing as stake * remove unused fnc * modify testup * fix unused fnc * merge variable * chore: remove release.yml * refactor: change v6.4.6 -> v6.4.7 * feaT: migrate contract info * test: assert contract info && code info * fix: change repo secret name * refactor: change v6.4.7 -> v6.4.8 * revert change version * rebase and change conflict version * merge from develop2 * feat: add v6_6_0 handler * remove old upgrade * fix lint * fix lint * fix test * update script * update address and ibc-go * fix lint * fix lint --------- Co-authored-by: kkast <[email protected]> Co-authored-by: Kanstantsin Kastsevich <[email protected]> Co-authored-by: rjonczy <[email protected]> Co-authored-by: rustdev <[email protected]> Co-authored-by: rust.dev <[email protected]> Co-authored-by: dzmitry-lahoda <[email protected]> Co-authored-by: tungle <[email protected]> Co-authored-by: kienn6034 <[email protected]>
* delete proposal #6 * use develop branch for ci * use another image * test * removing more broken proposals * introduce goreleaser * remove separate gha for building docker images * rename registry owner * clean comments * use version with v * add additional tags * fix org * update docker image * added jq * introduce ibc transfer custom module * custom ibc transfer module ready to replace for testing. * activate custom ibc module for cosmos chain. chain works. * added ibc transfer module that is going to store all params for eth fees * resolve conflict with a same name for MsgUpdateEpochParams from staking. * add dependency to transfer keeper from ibc transfer middleware/params * added repeated FeeItem into Params + MVP logic in transfer msg server * finalized the Transfer method. send fee to fee. build. chain works. * only useful params in genesis for ibc transfer module. Works * golangci-lint run * slashing fixes * remove unused types in proto * add docs and fix all requested changes by reviewers * review fixes * fix tests * local setup * allow devnet with custom key gov * relay from master * porting fix from v7 * refactoring. * add runtime upgrade handler. for ibc fee feature. * upgrade merged. BankKeeper + GovKeeper + IbcTransferMiddlewareKeeper * Revert "Merge pull request ComposableFi#451 from ComposableFi/slashing_fix" This reverts commit 1ad4293, reversing changes made to 85e2bf9. * revert banksy changes to resolve halted chain. * Revert "allow devnet with custom key gov" This reverts commit 2457d87. * create a new chain upgrade handler for chain upgrade. * chore: change centaurid -> picad and prefix name to pica * chore: update name prefix * refactor: remove old upgrade * refactor: update prefix * refactor: update prefix * test: change govAuthorityAddress * ci: rollback * wip * feat: add script upgrade_test * chore: update script * wip * refactor: remove set prefix * refactor: update test * chore: rollback * chore: ignore build folder * perf: make blocktime run faster * fix: use key with balances * chore: ignore screen log * refactor: using default flag for test * test: increment and assert counter value to be equal 1 * chore: rollback * chore: rollback script * test: add script upgrade * fix: correct upgrade height * feat: add post scripts * test: assertion for post scripts * chore: stream unnecessary output to null * feat: add test for the new address * wip * chore: log for test upgrade * test: completed ibc transfer * verify affection of alliance module * test/ica_migration * add migration test for mint, ratelimit, ibc-hooks, transfermiddleware module * finalize script upgrade test * pick denom for testing as stake * remove unused fnc * modify testup * fix unused fnc * merge variable * chore: remove release.yml * refactor: change v6.4.6 -> v6.4.7 * feaT: migrate contract info * test: assert contract info && code info * fix: change repo secret name * refactor: change v6.4.7 -> v6.4.8 * revert change version * rebase and change conflict version * merge from develop2 * feat: add v6_6_0 handler * remove old upgrade * fix lint * fix lint * fix test * update script * update address and ibc-go * fix lint * fix lint * feat: init deps * Kien/e2e test migrate (#23) * feat: run locanode and push wasm code * feat: setup relayer * feat: using ngit for repo with nix * chore: update notes install deps * feat: script to upgrade * fix: upgrade scripts * fix: init deps script * fix/migration: wrong prefix relay addresS * fix: migration transfermiddleware * allow pica12smx2wdlyttvyzvzg54y2vnqwq2qjate0ww798 in local * fix lint --------- Co-authored-by: kkast <[email protected]> Co-authored-by: Kanstantsin Kastsevich <[email protected]> Co-authored-by: rjonczy <[email protected]> Co-authored-by: rustdev <[email protected]> Co-authored-by: rust.dev <[email protected]> Co-authored-by: dzmitry-lahoda <[email protected]> Co-authored-by: tungle <[email protected]> Co-authored-by: kienn6034 <[email protected]>
…query-fix update ibc-go version
…query-fix fix releaser
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.
To test upgrade
make localnet-pica
: to run localnet with 08wasmmake pica-upgrade
: to upgrade chain