-
Notifications
You must be signed in to change notification settings - Fork 204
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
upgraded to ics v3.2.0 #1043
upgraded to ics v3.2.0 #1043
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change lgtm - do you know why the v3.2.0-testing-infra
release shows up as being pushed by @strbrian ?
I was wondering the same thing haha, I think it's cause I cherry picked the commit so it probably keeps the original author |
Also, fyi, I haven't been able to get this to build yet. Working on something else rn, but will come back to it tomorrow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really impressive work jumping into this and figuring it out so quickly.
The tests look to be equivalent, so I'd expect full ICS test coverage after this change.
My main takeaway is that we made some changes to how the initial validator set is passed into the consumer genesis as the stride chain's initial set.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assuming v0.47.5-stride-distribution-fix-0
has been reviewed, this lgtm
Context
Upgraded ICS to v3.2. We previously used a fork of ICS that had ibctesting infra for our unit tests; however, the fork is no longer necessary as it has been moved to ibc-go v7.3.
Brief Changelog