Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump cosmos-sdk to v047 (#690)
* bump cosmos sdk * code clean up * clean * fix proto-gen * fix build * !build(deps): fix build (#692) * code clean up * clean * fix proto-gen * fix build * fix build * fix build * fix makefile * fix chain * fix app.go * protocgen * fix ci job * fix build * fixes * review changes * review changes * chore: delete simapp package * feat!: `x/did` and `x/resource` module changes according to sdk v0.47 (#691) * chore: did module upgrade changes * fix lint * go mod tidy * remove commented code * remove commented line * update golang version * fix lint * fix lint * try fix lint * fix lint * fix proto-gen * add logs * add log * update * fix lint * fix proto-gen * add perms * fix build * lint fix * lint:gofmt enabled in ci * try fixing lint * try fix lint * reveert * try lint * try fix lint * fix lint * lint fixes * fix permissions * fix releases * revert * review changes * try fixing jobs * try fixing jobs * add logs * add change perms * revert * chore: appmodule missing methods added * try fix build * add perms * chore: missing method with attrition variable * Update .github/linters/.golangci.yaml Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com> * Update scripts/protocgen.sh Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com> * review changes --------- Co-authored-by: atheesh <atheesh@vitwit.com> Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com> Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com> * proto-gen * ci: Go releaser fix (#689) (#693) * fix: release permission check * try fix go releaser * touch * touch * release check * try fix * release check * fix swagger * fix swagger gen * fix * release check * update goreleaser config * revert changes * fix: ante handler ibc fix * review changes --------- Co-authored-by: atheesh <atheesh@vitwit.com> Co-authored-by: akhilkumarpilli <akhilkumar7947@gmail.com> * fix: failing tests (#694) * fix: release permission check * try fix go releaser * touch * touch * release check * try fix * release check * fix swagger * fix swagger gen * fix * release check * update goreleaser config * revert changes * fix: ante handler ibc fix * fix tests * remove test.sh * fix: integration test check * keys check * try fix start script * fix jq * remove logs * fix import keys * revert * fix: tx msgServer fixes * fix: keys check * fix import keys * revert * fix tests * fix panic * fix build * add wait timer * reduce timer * increase time * fix: upgrade test fixes for old binary * fix: old binary setup.sh * fix: localnet dir path fix * fix: upgrade test fix * add missing post hand;er * fix tests * add timer * add post handler * add handler * fix test * add timer * try increasing the time * decrease the timer * fix tests * fix lint * fix lint * fix lint * fix tests * fix * increase time * fix: upgrade test moduleVersion fix * fix: upgrade test fix * fix: test docker ps * fix: checking docker before post test * fix: parse fix * fix: docker check * fix: docker keys check * revert: entrypoint revert * fix: docker ps check with logs * fix: upgrade handler with consensus, crisis * test: docker ps logs check * test: SendEnabled param fix * lint: gofumpt fix * chore: consensus module included * chore: bank subspace fix * lint: golang ci fix * test: feeparam register fix * fix: bankType param fix * ci: Update CI workflows (#695) * update package lock * Update .releaserc.json * Bump setup-go * Update dependabot.yml * Update pull-request.yml * Update release workflows * Uploaded download/upload artifact * Ignore twitter links * archives.rlcp is deprecated * Standardise quotes * ci: Resolved Integration, Upgrade test suites (#696) * Debug * Switch to param key table * Skip deprecation staticcheck * Added crisis param key table * Added distribution parameter key table * Added gov parameter key table * Added mint parameter key table * Added slashing parameter key table * Added staking parameter key table * Removed exclusion * Added auth parameter key table * Added consensus module expected definition * Added legacy gov router registration * Added artificial idle time against sequence mismatch * Additional idle time * Run sequential * Switch to utilise other op acc * Additional overhead * Re-order against sequence mismatch * Removed idle time * Added polling for optimistic tx submission * Additional overhead --------- Co-authored-by: deepan95dev <deepan@vitwit.com> Co-authored-by: akhilkumarpilli <akhilkumar7947@gmail.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> Co-authored-by: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com> * chore: removed commented lines * deps: updated bufbuild version + idle time extended in integration test * fix: ibc defi tests (#697) * fix ibc tests * fix ibc tests * add keys to gitignore * remove unwanted line * update ibc handler * add comments * fix: state sync fixes using upgrade handler (#708) * test: state-sync upgrade handler fix * fix: state sync param fix --------- Co-authored-by: Deepan kumar <150890063+deepan95dev@users.noreply.github.com> Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com> Co-authored-by: akhilkumarpilli <akhilkumar7947@gmail.com> Co-authored-by: deepan95dev <deepan@vitwit.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> Co-authored-by: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
- Loading branch information