-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore: merge v0.46.7-regen-2 into release/v0.46.11-regen #53
chore: merge v0.46.7-regen-2 into release/v0.46.11-regen #53
Conversation
* fix!(group): Register types with Amino * Chagenlog
* fix!: Fix gov amino codec * changelog
* fix!: Fix group amino codec * changelog
…ork/cosmos-sdk into ryan/add-amino-fixes
…mos#14305) (cosmos#14309) Co-authored-by: Daniel Wedul <[email protected]> Co-authored-by: Julien Robert <[email protected]>
* Make extension snapshotter interface safer to use Closes: cosmos#11824 Solution: - Use new methods `SnapshotExtension`/`RestoreExtension` to handle payload stream specifically. - Improve unit tests. * update changelog * Update snapshots/types/util.go * changelog * go linter * Update CHANGELOG.md Co-authored-by: Aleksandr Bezobchuk <[email protected]>
fix: gov and group amino and snapshot hashes
feat(gov): support v1.Proposal in v1beta1.Proposal.Content
a3aa11e
to
7c281e9
Compare
You have successfully added a new CodeQL configuration |
c7bccf0
to
49c63c0
Compare
Cosmos SDK v0.46.7 Regen-2
49c63c0
to
ada9ab4
Compare
Re-running failed workflow task to see if intermittent. |
Re-running failed workflow task (different test) to see if intermittent. |
All tests passed now. I think these integration tests are unreliable and seems relevant to cosmos#14145. |
Description
This pull request merges the
v0.46.7-regen-2
release into the newv0.46.11
release branch (created fromv0.46.11
).(1) created
release/v0.46.11-regen
fromv0.46.11
(2) created feature branch from
release/v0.46.11-regen
(3) pulled release tag
v0.46.7-regen-2
into feature branch(4) resolved conflicts favoring
v0.46.7-regen-2
changes (snapshot changes required with go 1.19)(5) removed lingering test file no longer relevant to latest version
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change