quorum/raft
Joel Burget 852ac74467 Raft updates (#104)
* Move raft checkpoint logging to logger package.

This allows us to use it everywhere and turn it on / off from command
flags.

* Return an error when the pending block is requested in Raft mode.
2017-05-04 16:49:48 -04:00
..
api.go Documentation tweaks. (#80) 2017-03-23 14:23:51 -05:00
backend.go Documentation tweaks. (#80) 2017-03-23 14:23:51 -05:00
constants.go Raft updates (#104) 2017-05-04 16:49:48 -04:00
doc.md Remove notion of detached blocks from raft docs 2017-04-10 11:55:55 -04:00
events.go Add Raft-based consensus (#79) 2017-03-23 13:41:02 -05:00
handler.go Raft updates (#104) 2017-05-04 16:49:48 -04:00
listener.go Add Raft-based consensus (#79) 2017-03-23 13:41:02 -05:00
minter.go Always use InsertChain to extend the chain 2017-03-31 10:02:42 -04:00
persistence.go Documentation tweaks. (#80) 2017-03-23 14:23:51 -05:00
snapshot.go Documentation tweaks. (#80) 2017-03-23 14:23:51 -05:00
speculative_chain.go Documentation tweaks. (#80) 2017-03-23 14:23:51 -05:00
wal.go Documentation tweaks. (#80) 2017-03-23 14:23:51 -05:00