Skip to content
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

deps: upgrade capability to sdk v0.50 and remove ibc-go dependency (backport #4068) #4083

Commits on Jul 14, 2023

  1. 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
    damiannolan authored and mergify[bot] committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ce6b4d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37ca0ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4cbf31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6db2595 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8fe983 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e53368 View commit details
    Browse the repository at this point in the history