-
Notifications
You must be signed in to change notification settings - Fork 95
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
refactor: merge from develop and add test script #502
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
Release/v6.5.x. remove handler with proposal adjustments
…fee-pfm SetTransferKeeper for PFM to replace original ibc transfer to wrapper
…mos-fee-upgrade added UpgradeName "v6_5_1"
…-cosmos into hoa/merge # Conflicts: # app/app.go # app/keepers/keepers.go # app/upgrades/v6_5_0/upgrade.go
merge from develop2
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 <kkastsevich@gmail.com> Co-authored-by: Kanstantsin Kastsevich <kkast@users.noreply.github.com> Co-authored-by: rjonczy <robert.jonczy@gmail.com> Co-authored-by: rustdev <placex.com@gmail.com> Co-authored-by: rust.dev <102041955+RustNinja@users.noreply.github.com> Co-authored-by: dzmitry-lahoda <dzmitry@lahoda.pro> Co-authored-by: tungle <anhletung@notional.ventures> Co-authored-by: kienn6034 <kien@notional.ventures>
* 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 <kkastsevich@gmail.com> Co-authored-by: Kanstantsin Kastsevich <kkast@users.noreply.github.com> Co-authored-by: rjonczy <robert.jonczy@gmail.com> Co-authored-by: rustdev <placex.com@gmail.com> Co-authored-by: rust.dev <102041955+RustNinja@users.noreply.github.com> Co-authored-by: dzmitry-lahoda <dzmitry@lahoda.pro> Co-authored-by: tungle <anhletung@notional.ventures> Co-authored-by: kienn6034 <kien@notional.ventures>
…le-cosmos into feat/sdk50 # Conflicts: # app/keepers/keepers.go # go.mod # go.sum
…query-fix update ibc-go version
…query-fix fix releaser
* add migration pfm * refactor * refactor
…ibc-fee-timeout-refund introduce refund logic for ibc transfer if tx failed by timeout.
* implement custom transfer method for keeper. * add param to new keeper call. * call the default keeper Transfer instead of recursion. * fix lint * introduced v6_5_2 upgrade channel * update datatype for min cosmos fee in tx to sdk.Coin * introduce v6_5_3 * updating ibc-go * fixes * rename uprgade * revert * Change prefix to pica (ComposableFi#447) * 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 <kkastsevich@gmail.com> Co-authored-by: Kanstantsin Kastsevich <kkast@users.noreply.github.com> Co-authored-by: rjonczy <robert.jonczy@gmail.com> Co-authored-by: rustdev <placex.com@gmail.com> Co-authored-by: rust.dev <102041955+RustNinja@users.noreply.github.com> Co-authored-by: dzmitry-lahoda <dzmitry@lahoda.pro> Co-authored-by: tungle <anhletung@notional.ventures> Co-authored-by: kienn6034 <kien@notional.ventures> * add scripts (ComposableFi#492) * 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 <kkastsevich@gmail.com> Co-authored-by: Kanstantsin Kastsevich <kkast@users.noreply.github.com> Co-authored-by: rjonczy <robert.jonczy@gmail.com> Co-authored-by: rustdev <placex.com@gmail.com> Co-authored-by: rust.dev <102041955+RustNinja@users.noreply.github.com> Co-authored-by: dzmitry-lahoda <dzmitry@lahoda.pro> Co-authored-by: tungle <anhletung@notional.ventures> Co-authored-by: kienn6034 <kien@notional.ventures> * update gitignore * update gitignore (ComposableFi#493) * refactor: remove before release testnet * update ibc-go version update ibc-go version * fix releaser * chore: bech32 migration script to sdk 50 * feat: sync sdk 50 * fix: scripts to deploy pica node * feat: add todo * fix: running pica node * chore: update * deps: correct version to psuh wasm code * test: upgrade chain successfully --------- Co-authored-by: rustdev <placex.com@gmail.com> Co-authored-by: rust.dev <102041955+RustNinja@users.noreply.github.com> Co-authored-by: kkast <kkastsevich@gmail.com> Co-authored-by: Kanstantsin Kastsevich <kkast@users.noreply.github.com> Co-authored-by: Hoa Nguyen <hoa@notional.ventures> Co-authored-by: rjonczy <robert.jonczy@gmail.com> Co-authored-by: dzmitry-lahoda <dzmitry@lahoda.pro> Co-authored-by: tungle <anhletung@notional.ventures>
…-cosmos into feat/sdk50 # Conflicts: # .gitignore # Makefile # app/app.go # app/keepers/keepers.go # app/test_helpers.go # app/upgrades/v6_5_2/constants.go # app/upgrades/v6_5_2/upgrade.go # app/upgrades/v6_5_3/constants.go # app/upgrades/v6_5_3/upgrade.go # app/upgrades/v6_5_4/constants.go # app/upgrades/v6_5_4/upgrade.go # app/upgrades/v6_6_0/constants.go # bech32-migration/gov/gov.go # bech32-migration/utils/utils.go # custom/ibc-transfer/keeper/keeper.go # go.mod # go.sum # scripts/08-wasm/ics10_grandpa_cw.wasm.json # scripts/localnode.sh # scripts/test-upgrade.sh # scripts/testnode.sh # scripts/upgrade/init_deps.sh # scripts/upgrade/old-node-scripts.sh # scripts/upgrade/upgrade.sh # scripts/upload_contracts.sh # x/ibctransfermiddleware/keeper/msg_server.go
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.
No description provided.