Commit Graph

88 Commits (2722aca1af21046401c05f61be98c211468aa188)

Author SHA1 Message Date
tmohay 8644706bec
Rework RoundChangeManagerTest to not reuse validators (#469) 6 years ago
Jason Frame 7f0058066c
Ibft pantheon controller (#461) 6 years ago
tmohay 2fc38e7373
Update RoundChangeManager correctly create its message validator (#450) 6 years ago
tmohay 6375caf389
Ibft Round to update internal state on reception of NewRound Message (#451) 6 years ago
tmohay cae7c9011b
Ibft Height Manager (#418) 6 years ago
Jason Frame c48604c4b8
Use seconds for IBFT block timer time unit (#445) 6 years ago
Jason Frame e5b859eaf5
ibft controller and future msgs handling (#431) 6 years ago
tmohay 5425a92c0d
Allow IBFT Round to be created using PreparedCert (#429) 6 years ago
tmohay 0e0aa98432
Added MessageValidatorFactory (#425) 6 years ago
Jason Frame d793a7ecae
Ibft message tests (#367) 6 years ago
tmohay 391122b68e
Update IbftConfig Fields (#422) 6 years ago
tmohay 698e7823d5
Remove Ibft's InRoundPayload interface (#423) 6 years ago
tmohay 5bdf698b72
Repair IbftBlockCreator and add tests (#421) 6 years ago
tmohay f99457bb3c
Ibft Consensus Round Classes (#405) 6 years ago
Chris Mckay 6e6893c99d
ibft round change manager (#393) 6 years ago
Danno Ferrin c13b91f9fe
Update errorprone (#401) 6 years ago
Jason Frame 4bfb381b34
IBFT message payload tests (#404) 6 years ago
Chris Mckay b5df96c2ec
Minor changes from the ibft hackathon code (#394) 6 years ago
tmohay 853799d3d3
Ibft RoundState (#392) 6 years ago
Danno Ferrin fd8201b4b5
Metrics for messages (#369) 6 years ago
Chris Mckay ddca7c4f52
Added the IbftFinalState (#385) 6 years ago
tmohay 51ffe8a923
New round validation (#353) 6 years ago
tmohay 08cc58236e
Clique: Prevent out of turn blocks interrupt in-turn mining (#364) 6 years ago
tmohay 7891132dd6
Renamed IBFT message classes (#333) 6 years ago
tmohay aac4fd40c5
Repair VoteTallyCache incorrectly applying vote to parent (#360) 6 years ago
Danno Ferrin abaaef7907
NC-1880 High TX volume swamps block processing (#337) 6 years ago
Danno Ferrin 64d80a52cb
Revert "Repair Clique Proposer Selection" #339 - Breaks Görli testnet (#343) 6 years ago
tmohay b8dbfd50fc
Repair Clique Proposer Selection (#339) 6 years ago
tmohay 22498da50c
Ibft Preprepare to validate round matches block (#329) 6 years ago
Jason Frame ab744a916c
Clique acceptance tests (#290) 6 years ago
tmohay 24b8d730e4
Round change validation (#315) 6 years ago
tmohay a8b52e19f5
Basic Ibft message validators (#314) 6 years ago
Danno Ferrin 94d049e009
Dependencies Version upgrade (#303) 6 years ago
tmohay 085321b557
ProposerSelection to support multiple IBFT implementations (#307) 6 years ago
tmohay 7845494187
Minor repairs to clique block scheduling (#308) 6 years ago
Roberto Saltini 14a8f3780a
[EC-183] Added RLP enc/dec for PrePrepare, Commit and NewRound messages (#200) 6 years ago
Adrian Sutton c5e78c369f
Delegate creation of consensus-specific JSON-RPC methods to the PantheonController instead of using instanceof and casting. (#289) 6 years ago
tmohay 7b2621060e
Added IBFT Proposed block creation classes (#169) 6 years ago
Adrian Sutton 4d95c60eb3
Inject StorageProvider into PantheonController instances (#259) 6 years ago
Adrian Sutton f869b740f9
Remove reference counting from MessageData (#264) 6 years ago
tmohay 9d88a55155
Added IbftProtocolSchedule (#273) 6 years ago
tmohay b942a6691e
Rework Consensus Mechanism Voting (#269) 6 years ago
tmohay c2e98152e0
Separating Validator voting from block serialisation values (#263) 6 years ago
Danno Ferrin 002d9ceef3
Update Client Version to be ethstats friendly (#258) 6 years ago
Adrian Sutton 2b661e7382
Common protocol schedule config handling (#250) 6 years ago
Adrian Sutton 5566eb36d8
Split parsing of genesis config from creating initial state (#209) 6 years ago
Adrian Sutton 29cfc8c530
Support Constantinople when using Clique. (#247) 6 years ago
Adrian Sutton 824b56f141
Add wrapper classes for config section of genesis file (#208) 6 years ago
Danno Ferrin a1e6adfcba
Replace custom Clock with java.time.Clock (#220) 6 years ago
Adrian Sutton 42d69d89ce
Decouple DefaultMutableBlockchain from KeyValueStorage (#211) 6 years ago