-
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
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4e51b63 - Browse repository at this point
Copy the full SHA 4e51b63View commit details
Commits on Mar 28, 2024
-
Merge pull request ComposableFi#475 from ComposableFi/release/v6.5.x
Release/v6.5.x. remove handler with proposal adjustments
Configuration menu - View commit details
-
Copy full SHA for c3f8008 - Browse repository at this point
Copy the full SHA c3f8008View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab921d5 - Browse repository at this point
Copy the full SHA ab921d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23cfc5e - Browse repository at this point
Copy the full SHA 23cfc5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for afddb40 - Browse repository at this point
Copy the full SHA afddb40View commit details -
Merge pull request ComposableFi#479 from ComposableFi/rustdev/cosmos-…
…fee-pfm SetTransferKeeper for PFM to replace original ibc transfer to wrapper
Configuration menu - View commit details
-
Copy full SHA for 74d2c7f - Browse repository at this point
Copy the full SHA 74d2c7fView commit details -
Merge pull request ComposableFi#480 from ComposableFi/rustdev/pfm-cos…
…mos-fee-upgrade added UpgradeName "v6_5_1"
Configuration menu - View commit details
-
Copy full SHA for b2e0660 - Browse repository at this point
Copy the full SHA b2e0660View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17ecf02 - Browse repository at this point
Copy the full SHA 17ecf02View commit details
Commits on Apr 3, 2024
-
Merge branch 'develop2' of https://github.com/ComposableFi/composable…
…-cosmos into hoa/merge # Conflicts: # app/app.go # app/keepers/keepers.go # app/upgrades/v6_5_0/upgrade.go
Configuration menu - View commit details
-
Copy full SHA for 6fbcfeb - Browse repository at this point
Copy the full SHA 6fbcfebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1307015 - Browse repository at this point
Copy the full SHA 1307015View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c1f221 - Browse repository at this point
Copy the full SHA 9c1f221View commit details -
Merge pull request #21 from notional-labs/hoa/merge
merge from develop2
Configuration menu - View commit details
-
Copy full SHA for b2cbf98 - Browse repository at this point
Copy the full SHA b2cbf98View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7c08b4 - Browse repository at this point
Copy the full SHA b7c08b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e566a4b - Browse repository at this point
Copy the full SHA e566a4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e368076 - Browse repository at this point
Copy the full SHA e368076View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cbbf01 - Browse repository at this point
Copy the full SHA 4cbbf01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0187884 - Browse repository at this point
Copy the full SHA 0187884View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd055bc - Browse repository at this point
Copy the full SHA fd055bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91ee942 - Browse repository at this point
Copy the full SHA 91ee942View commit details -
Merge pull request ComposableFi#482 from ComposableFi/rustdev/cosmos-fee
implement custom transfer method for ibc transfer wrapper keeper.
Configuration menu - View commit details
-
Copy full SHA for 43239c4 - Browse repository at this point
Copy the full SHA 43239c4View commit details -
Merge pull request ComposableFi#485 from ComposableFi/rustdev/upgrade…
…-v6-5-2 Introduced upgrade v6 5 2 for testnet
Configuration menu - View commit details
-
Copy full SHA for de6016c - Browse repository at this point
Copy the full SHA de6016cView commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b0aad6 - Browse repository at this point
Copy the full SHA 6b0aad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b2496b - Browse repository at this point
Copy the full SHA 4b2496bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a27295 - Browse repository at this point
Copy the full SHA 5a27295View commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b20e356 - Browse repository at this point
Copy the full SHA b20e356View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ecf3f7a - Browse repository at this point
Copy the full SHA ecf3f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a806d66 - Browse repository at this point
Copy the full SHA a806d66View commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2fb2d3e - Browse repository at this point
Copy the full SHA 2fb2d3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4886c32 - Browse repository at this point
Copy the full SHA 4886c32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e6da50 - Browse repository at this point
Copy the full SHA 3e6da50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 866ca17 - Browse repository at this point
Copy the full SHA 866ca17View commit details
Commits on Apr 12, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 04548a3 - Browse repository at this point
Copy the full SHA 04548a3View commit details
Commits on Apr 15, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 362a1cc - Browse repository at this point
Copy the full SHA 362a1ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f99a96 - Browse repository at this point
Copy the full SHA 6f99a96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b89eb8 - Browse repository at this point
Copy the full SHA 2b89eb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a3c5c2 - Browse repository at this point
Copy the full SHA 1a3c5c2View commit details
Commits on Apr 18, 2024
-
Merge branch 'feat/sdk50' of https://github.com/ComposableFi/composab…
…le-cosmos into feat/sdk50 # Conflicts: # app/keepers/keepers.go # go.mod # go.sum
Configuration menu - View commit details
-
Copy full SHA for 28623d9 - Browse repository at this point
Copy the full SHA 28623d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2950b9b - Browse repository at this point
Copy the full SHA 2950b9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34343f5 - Browse repository at this point
Copy the full SHA 34343f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13f953e - Browse repository at this point
Copy the full SHA 13f953eView commit details
Commits on Apr 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a78e14c - Browse repository at this point
Copy the full SHA a78e14cView commit details -
Merge pull request ComposableFi#494 from ComposableFi/clients-states-…
…query-fix update ibc-go version
Configuration menu - View commit details
-
Copy full SHA for 2bc614e - Browse repository at this point
Copy the full SHA 2bc614eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c8e311 - Browse repository at this point
Copy the full SHA 8c8e311View commit details -
Merge pull request ComposableFi#497 from ComposableFi/clients-states-…
…query-fix fix releaser
Configuration menu - View commit details
-
Copy full SHA for dbe5621 - Browse repository at this point
Copy the full SHA dbe5621View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48b6b88 - Browse repository at this point
Copy the full SHA 48b6b88View commit details
Commits on Apr 24, 2024
-
add migration pfm (ComposableFi#499)
* add migration pfm * refactor * refactor
Configuration menu - View commit details
-
Copy full SHA for a6c6a10 - Browse repository at this point
Copy the full SHA a6c6a10View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7d9311 - Browse repository at this point
Copy the full SHA f7d9311View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36d003c - Browse repository at this point
Copy the full SHA 36d003cView commit details -
Merge pull request ComposableFi#498 from ComposableFi/rustdev/cosmos-…
…ibc-fee-timeout-refund introduce refund logic for ibc transfer if tx failed by timeout.
Configuration menu - View commit details
-
Copy full SHA for b67db99 - Browse repository at this point
Copy the full SHA b67db99View commit details
Commits on Apr 25, 2024
-
Kien/merge picad to sdk 50 (#25)
* 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>
Configuration menu - View commit details
-
Copy full SHA for ef93f95 - Browse repository at this point
Copy the full SHA ef93f95View commit details -
Merge branch 'develop2' of https://github.com/ComposableFi/composable…
…-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
Configuration menu - View commit details
-
Copy full SHA for e9df7de - Browse repository at this point
Copy the full SHA e9df7deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d9686b - Browse repository at this point
Copy the full SHA 1d9686bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ad4f45 - Browse repository at this point
Copy the full SHA 3ad4f45View commit details