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

Problem: latest pre-release of Cosmos SDK not used #502

Closed
wants to merge 12 commits into from

Commits on Apr 26, 2021

  1. Problem: latest pre-release of Cosmos SDK not used

    Solution: bumped the SDK version to v0.43.0-alpha1
    + added ibc-go (the IBC modules were moved out of Cosmos SDK)
    + code adjusted according to the other breaking API changes
    tomtau committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    7ac1fd4 View commit details
    Browse the repository at this point in the history
  2. removed the deprecated method

    tomtau committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    7ac7e92 View commit details
    Browse the repository at this point in the history
  3. linting false alarms

    tomtau committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    495d93c View commit details
    Browse the repository at this point in the history
  4. added set config

    tomtau committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    8094b01 View commit details
    Browse the repository at this point in the history
  5. added withviper

    tomtau committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    3d01b56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40a8fe1 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. fix test_basic

    tidy up
    
    tidy up
    
    remove debugging
    
    tidy up
    
    fix test_basic
    
    tidy up
    
    tidy up
    
    remove debugging
    
    tidy up
    
    fix multisig
    
    join validator works
    leejw51crypto committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    4560356 View commit details
    Browse the repository at this point in the history
  2. Fix staking integration tests

    yihuang committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    5a4a8de View commit details
    Browse the repository at this point in the history
  3. fix flake8 warning

    yihuang committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    c16bc7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8dd025 View commit details
    Browse the repository at this point in the history
  5. update gomod2nix

    yihuang committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    b46f9a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. fix grpc test

    leejw51crypto committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    7b7d28c View commit details
    Browse the repository at this point in the history