-
Notifications
You must be signed in to change notification settings - Fork 344
Upgrade to Tendermint 0.9.2 #595
Upgrade to Tendermint 0.9.2 #595
Conversation
Use genesis and config makers in test Introduce assertion on global Burrow version and get Application to assert compatible consensus by type
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.
LGTM
@@ -119,3 +119,8 @@ func (core *Core) NewGatewayTendermint(config *server.ServerConfig) ( | |||
return rpc_tendermint.NewTendermintWebsocketServer(config, | |||
core.tendermintPipe, core.evsw) | |||
} | |||
|
|||
// Stop the core allowing for a graceful shutdown of component in order. | |||
func (core *Core) Stop() bool { |
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.
Nice
// set and voting power distribution see our BlockchainAware interface | ||
func (app *BurrowMint) EndBlock(height uint64) (respEndblock abci.ResponseEndBlock) { | ||
// TODO: [Silas] Bondage | ||
// TODO: [Silas] this might be a better place for us to dispatch new block |
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.
Agreed.
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.
Actually only issue with that is is that I think they are sending ABCI EndBlock before they save Tendermint state. Not an issue for something things, but may be if you were expecting post-block consensus state to be ready.
closes #583 |
…only Upgrade to Tendermint 0.9.2
This PR: