-
Notifications
You must be signed in to change notification settings - Fork 692
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
feat: Integrate ICS Provider #1938
Merged
Merged
Changes from 12 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
b0a2cc0
Update dependencies and compile
18ce46d
Add ICS
7cb04f2
Add gov prop
b206190
Fix lint
e4907c0
Merge branch 'main' into glnro/ics-v45
glnro 5edbc63
Fix commenting
a539f3e
Fix commenting
aec5b30
Add GetStakingKeeper for ICS e2e test
3a9bf13
Gaia implements ibc TestingApp
4ee8c07
Update correct return type for GetStakingKeeper
00643a4
Fix ibc import
81f918d
Fix linting
7437c41
Comment back LoadStreamingServices
4cc2502
Merge branch 'main' into glnro/ics-v45
mmulji-ic c6a8425
Merge branch 'main' into glnro/ics-v45
glnro 2669bc2
Change IBC back to v3.4
528e87a
Merge branch 'main' into glnro/ics-v45
glnro 135f4a3
Merge branch 'main' into glnro/ics-v45
338c2c2
Fix ics post merge
f73f975
Replace ibc with informal/ibc for e2e/ibctesting compatibility
95af2dd
Merge branch 'main' into glnro/ics-v45
6d810f5
Merge branch 'main' into glnro/ics-v45
ffa5464
Merge branch 'main' into glnro/ics-v45
glnro 4761d5a
Update ibc to 3.4.0
b5ecda1
Merge branch 'main' into glnro/ics-v45
glnro 786d432
Merge branch 'main' into glnro/ics-v45
2aff0ee
Merge branch 'main' into glnro/ics-v45
699f403
Fix linting
d3cc7ee
Merge branch 'main' into glnro/ics-v45
920a5da
Update gaia with new ics keeper interface
d80e0d2
Add provider module to simulationModules
c6d5c5a
Merge branch 'main' into glnro/ics-v45
glnro 347d8fc
Bump ics
d9d916e
Fix sdk import
b51d0a5
Resolve conflicts
b43a8a7
Update sdk to tagged release
6e94762
Merge branch 'main' into glnro/ics-v45
8150927
Merge branch 'main' into glnro/ics-v45
glnro 65737b9
Fix simapp dependence (#1983)
glnro d09a941
Update codecov rules
67beb00
Merge branch 'main' into glnro/ics-v45
glnro 6b3e169
Merge branch 'main' into glnro/ics-v45
glnro c3c3586
Update ics dependency
a07d2bd
Update ICS dependency
7f64668
Update code cov
ddfb8d7
Merge branch 'main' into glnro/ics-v45
2897762
Update ICS to tagged version
f3e7890
Update codecov
8ac9165
Add imported ICS test
dd66079
Merge branch 'main' into glnro/ics-v45
963219d
Make requested test comment changes
90977e3
Remove commented code
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
why comment out this ?
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.
It was temporarily removed due to a previous version conflict...bringing it back in