-
Notifications
You must be signed in to change notification settings - Fork 589
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: upgrade capability to sdk v0.50 and remove ibc-go dependency (b…
…ackport #4068) (#4083) * deps: upgrade capability to sdk v0.50 and remove ibc-go dependency (#4068) * adding testing/simapp dir for testing purposes * upgrade to sdk v0.50.0-alpha.1 and rm dep on ibc-go simapp * refactor and improve capability tests to use test helpers in favour of simapp * rm simapp and go mod tidy * update godoc * assert the transfer capability does not exist until memstore is reinitialised (cherry picked from commit 49cdfc5) # Conflicts: # modules/capability/capability_test.go # modules/capability/genesis_test.go # modules/capability/go.mod # modules/capability/go.sum # modules/capability/module.go # modules/capability/simulation/decoder_test.go * addressing merge conflicts * pin goleveldb using replace * updating to go 1.20 in capability workflows * just use the workflow from main.. please work --------- Co-authored-by: Damian Nolan <damiannolan@gmail.com>
- Loading branch information
1 parent
3d0db02
commit 72bc817
Showing
13 changed files
with
366 additions
and
777 deletions.
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
Oops, something went wrong.