Skip to content

Commit

Permalink
remove unused modules and fix staking hooks initialization (#34)
Browse files Browse the repository at this point in the history
* remove unused modules and fix staking hooks initialization
* remove upgrades and update cosmos version
  • Loading branch information
MarkCherepovskyi authored Jul 29, 2024
1 parent 88a32ad commit 200720b
Show file tree
Hide file tree
Showing 204 changed files with 1,907 additions and 70,347 deletions.
241 changes: 27 additions & 214 deletions app/app.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (app *Bridge) ExportAppStateAndValidators(
return servertypes.ExportedApp{}, err
}

validators, err := staking.WriteValidators(ctx, app.StakingKeeper)
validators, err := staking.WriteValidators(ctx, *app.StakingKeeper)
if err != nil {
return servertypes.ExportedApp{}, err
}
Expand Down
67 changes: 0 additions & 67 deletions app/forks.go

This file was deleted.

24 changes: 0 additions & 24 deletions app/upgrades/v10/constants.go

This file was deleted.

57 changes: 0 additions & 57 deletions app/upgrades/v10/upgrades.go

This file was deleted.

Loading

0 comments on commit 200720b

Please sign in to comment.