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

add empty keepers checking in ibc NewKeeper (backport #1284) #1379

Merged
merged 5 commits into from
May 18, 2022

Commits on May 16, 2022

  1. add empty keepers checking in ibc NewKeeper (#1284)

    * add empty keepers checking in ibc NewKeeper
    
    * check for empty exported keepers instead of empty sdk-defined keeper structs
    
    * Update modules/core/keeper/keeper.go
    
    Co-authored-by: colin axnér <[email protected]>
    
    * remove func checkEmptyKeepers(), check empty keepers directly within func NewKeeper()
    
    * modules/core/keeper KeeperTestSuite -> MsgServerTestSuite; creat new modules/core/keeper KeeperTestSuite for testing ibckeeper.NewKeeper()
    
    * update CHANGELOG.md
    
    * DummyStakingKeeper -> MockStakingKeeper
    
    * refactor modules/core/keeper test
    
    * Update modules/core/keeper/keeper_test.go
    
    Co-authored-by: colin axnér <[email protected]>
    
    * Update modules/core/keeper/keeper.go
    
    Co-authored-by: colin axnér <[email protected]>
    
    Co-authored-by: colin axnér <[email protected]>
    (cherry picked from commit f2577f9)
    
    # Conflicts:
    #	CHANGELOG.md
    #	modules/core/keeper/msg_server_test.go
    catShaark authored and mergify[bot] committed May 16, 2022
    Configuration menu
    Copy the full SHA
    6fc72df View commit details
    Browse the repository at this point in the history
  2. fix conflict

    crodriguezvega committed May 16, 2022
    Configuration menu
    Copy the full SHA
    ca326ae View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. fix tests

    crodriguezvega committed May 17, 2022
    Configuration menu
    Copy the full SHA
    7bfa340 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    e3710ec View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    crodriguezvega committed May 18, 2022
    Configuration menu
    Copy the full SHA
    2c6d65a View commit details
    Browse the repository at this point in the history