-
Notifications
You must be signed in to change notification settings - Fork 672
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
v7.0.0 tracking issue #1864
Comments
Looking at the tracking it looks like this is getting pretty close. Are there any plans for a beta or rc release? We would like to start testing v7 on our 0.47-rc chain. Edit: nevermind me... I missed the fact that a beta had been tagged, because I was just looking in the releases section. Sorry about that... Carry on! |
Indeed, we tagged |
Compatibility tests pass before v7.0.0-rc1. Will run upgrade and interchain accounts test after tagging rc1. |
Before final release: |
Closed by v7.0.0 |
Main additions to this release are:
02-client refactor
This refactor will make the development of light clients easier. The ibc-go implementation will finally align with the spec and light clients will be required to set their own client and consensus states. This will allow more flexibility for light clients to manage their own internal storage and do batch updates. See ADR 006 for more information.
Follow the progress with the beta and RC milestones or in the project board.
Upgrade SDK v0.47.x
Follow the progress with the milestone.
Add
authz
support to 20-transferSee #2431 for more details.
Milestones
v7.0.0 milestone
IBC spec compatibility
v1.0
QA
Backwards compatibility
Other testing
Migration
v6 to v7 migration docs
Checklist
github.com/cosmos/ibc-go/v6
github.com/cosmos/ibc-go/v7
.release/v7.0.x
and add branch protection rules.mergify.yml
.release/v7.0.x
.Post-release checklist
CHANGELOG.md
RELEASES.md
:RELEASES.md
:docs/versions
file.label
andkey
toversions
array inconfig.js
.simd
and e2eicad
test workflows:icad
tag.For Admin Use
The text was updated successfully, but these errors were encountered: