quorum/raft
Sai V 5cb92ceb3c Fix for Raft stability (#886)
* increased the size of blockProposal and chainHeadEvent channels. Changed the call to mintNewBlock from a go routine to a function call. Changes done to improve performance of Raft in high load envs
2019-11-21 12:04:12 -05:00
..
api.go Merge remote-tracking branch 'remotes/quoeng/feature/permissioning-1.8.12' into feature/permissioning-1.8.18 2019-03-08 17:09:24 +08:00
backend.go encapsulated calculate gas limit logic 2019-05-20 12:27:36 -04:00
constants.go Dynamic raft membership support (#130) 2017-08-28 17:43:44 -04:00
events.go Add Raft-based consensus (#79) 2017-03-23 13:41:02 -05:00
handler.go Fix for Raft stability (#886) 2019-11-21 12:04:12 -05:00
listener.go Add Raft-based consensus (#79) 2017-03-23 13:41:02 -05:00
minter.go Fix for Raft stability (#886) 2019-11-21 12:04:12 -05:00
minter_test.go Merge remote-tracking branch 'quorum/master' into geth-upgrade-1.8.16 2018-11-29 17:56:02 +08:00
peer.go run goimports 2019-05-20 11:23:12 -04:00
persistence.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
snapshot.go permissions: changes to check for node syncing before starting permissions 2019-05-03 15:31:26 +08:00
speculative_chain.go merge 1.8.18 with quorum/master 2019-02-08 17:29:01 +08:00
util.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
wal.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00