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) #1377

Merged
merged 6 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
    dc9de9c View commit details
    Browse the repository at this point in the history
  2. fix conflict

    crodriguezvega authored May 16, 2022
    Configuration menu
    Copy the full SHA
    5bb922b View commit details
    Browse the repository at this point in the history
  3. fix conflict

    crodriguezvega committed May 16, 2022
    Configuration menu
    Copy the full SHA
    0033009 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
    160c314 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

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

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