-
Notifications
You must be signed in to change notification settings - Fork 43
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
build(deps): bump cosmos-sdk to v047 #690
Merged
Merged
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ccb747 - Browse repository at this point
Copy the full SHA 7ccb747View commit details
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f22b607 - Browse repository at this point
Copy the full SHA f22b607View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8570df6 - Browse repository at this point
Copy the full SHA 8570df6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c53579 - Browse repository at this point
Copy the full SHA 6c53579View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02bced9 - Browse repository at this point
Copy the full SHA 02bced9View commit details -
!build(deps): fix build (#692)
* code clean up * clean * fix proto-gen * fix build
Configuration menu - View commit details
-
Copy full SHA for 4399398 - Browse repository at this point
Copy the full SHA 4399398View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72ac05e - Browse repository at this point
Copy the full SHA 72ac05eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3ac1bb - Browse repository at this point
Copy the full SHA c3ac1bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 786fcd1 - Browse repository at this point
Copy the full SHA 786fcd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35abe7c - Browse repository at this point
Copy the full SHA 35abe7cView commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for faa75d8 - Browse repository at this point
Copy the full SHA faa75d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70756dc - Browse repository at this point
Copy the full SHA 70756dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6c7a56 - Browse repository at this point
Copy the full SHA a6c7a56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28e3a29 - Browse repository at this point
Copy the full SHA 28e3a29View commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c0311b - Browse repository at this point
Copy the full SHA 4c0311bView commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3132693 - Browse repository at this point
Copy the full SHA 3132693View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d98129 - Browse repository at this point
Copy the full SHA 0d98129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02ede70 - Browse repository at this point
Copy the full SHA 02ede70View commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 662a796 - Browse repository at this point
Copy the full SHA 662a796View commit details
Commits on Feb 20, 2024
-
feat!:
x/did
andx/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 <[email protected]> * Update scripts/protocgen.sh Co-authored-by: Akhil Kumar P <[email protected]> * review changes --------- Co-authored-by: atheesh <[email protected]> Co-authored-by: atheeshp <[email protected]> Co-authored-by: Akhil Kumar P <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d48896 - Browse repository at this point
Copy the full SHA 8d48896View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb98ead - Browse repository at this point
Copy the full SHA fb98eadView commit details -
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 <[email protected]> Co-authored-by: akhilkumarpilli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7c4554 - Browse repository at this point
Copy the full SHA c7c4554View commit details
Commits on Feb 27, 2024
-
* 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 <[email protected]> Co-authored-by: akhilkumarpilli <[email protected]> Co-authored-by: Ankur Banerjee <[email protected]> Co-authored-by: Tasos Derisiotis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 357ba2a - Browse repository at this point
Copy the full SHA 357ba2aView commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b1c641d - Browse repository at this point
Copy the full SHA b1c641dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bc8b74 - Browse repository at this point
Copy the full SHA 1bc8b74View commit details
Commits on Mar 6, 2024
-
* fix ibc tests * fix ibc tests * add keys to gitignore * remove unwanted line * update ibc handler * add comments
Configuration menu - View commit details
-
Copy full SHA for e575046 - Browse repository at this point
Copy the full SHA e575046View commit details
Commits on Mar 11, 2024
-
fix: state sync fixes using upgrade handler (#708)
* test: state-sync upgrade handler fix * fix: state sync param fix
Configuration menu - View commit details
-
Copy full SHA for 90ad109 - Browse repository at this point
Copy the full SHA 90ad109View commit details
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.