-
Notifications
You must be signed in to change notification settings - Fork 13
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 cosmos modules #1219
Add cosmos modules #1219
Conversation
# Conflicts: # core/main.go # tendermint/app/app.go # tendermint/node.go
# Conflicts: # core/main.go # tendermint/node.go
feaf6ce
to
867203d
Compare
Are we ready to merge this one? |
yes but waiting for antho to check a bit |
update Cosmos to v0.36
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not 100% of some stuff like the part you send the transaction but I know you are working on it on another PR so that's fine
|
||
// register the staking hooks | ||
// NOTE: stakingKeeper above is passed by reference, so that it will contain these hooks | ||
app.stakingKeeper = *stakingKeeper.SetHooks( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's this SetHooks
for? I don't remember seeing anything on that
To do in other PR: