Commit Graph

104 Commits (721c713fa85ec77eb06922bbad70391d28f67d65)

Author SHA1 Message Date
tmohay 913c4b2039 Update IbftConfig Fields (#422) 6 years ago
tmohay 9c20477a6a Remove Ibft's InRoundPayload interface (#423) 6 years ago
tmohay dd69f971c1 Repair IbftBlockCreator and add tests (#421) 6 years ago
tmohay c7e10ce8c8 Ibft Consensus Round Classes (#405) 6 years ago
Chris Mckay 8fb639537d ibft round change manager (#393) 6 years ago
Danno Ferrin e73b339070 Update errorprone (#401) 6 years ago
Jason Frame b6b711876b IBFT message payload tests (#404) 6 years ago
Chris Mckay a62b3ebca7 Minor changes from the ibft hackathon code (#394) 6 years ago
tmohay f0830f6c3d Ibft RoundState (#392) 6 years ago
Danno Ferrin b876ca2b69 Metrics for messages (#369) 6 years ago
Chris Mckay e9e1575cda Added the IbftFinalState (#385) 6 years ago
tmohay bf0ed119ca New round validation (#353) 6 years ago
tmohay 9778e82f98 Renamed IBFT message classes (#333) 6 years ago
tmohay 0b7faa87e4 Repair VoteTallyCache incorrectly applying vote to parent (#360) 6 years ago
Danno Ferrin 165f7e7dc8 Revert "Repair Clique Proposer Selection" #339 - Breaks Görli testnet (#343) 6 years ago
tmohay 222ba53113 Repair Clique Proposer Selection (#339) 6 years ago
tmohay 85f50374f1 Ibft Preprepare to validate round matches block (#329) 6 years ago
tmohay 36a407db27 Round change validation (#315) 6 years ago
tmohay c46091bd39 Basic Ibft message validators (#314) 6 years ago
Danno Ferrin d4fff610c6 Dependencies Version upgrade (#303) 6 years ago
tmohay 0ecefd1021 ProposerSelection to support multiple IBFT implementations (#307) 6 years ago
Roberto Saltini 782af087f4 [EC-183] Added RLP enc/dec for PrePrepare, Commit and NewRound messages (#200) 6 years ago
Adrian Sutton bad7729efa Delegate creation of consensus-specific JSON-RPC methods to the PantheonController instead of using instanceof and casting. (#289) 6 years ago
tmohay 1283841f09 Added IBFT Proposed block creation classes (#169) 6 years ago
Adrian Sutton 39e05141fe Remove reference counting from MessageData (#264) 6 years ago
tmohay 4ffd96debb Added IbftProtocolSchedule (#273) 6 years ago
tmohay f46659588a Rework Consensus Mechanism Voting (#269) 6 years ago
tmohay 9952b658ac Separating Validator voting from block serialisation values (#263) 6 years ago
Danno Ferrin 0716e6044b Update Client Version to be ethstats friendly (#258) 6 years ago
Danno Ferrin 770ce91779 Replace custom Clock with java.time.Clock (#220) 6 years ago
Roberto Saltini 0c9dee764f Fixed javadoc warnings (#159) 6 years ago
Roberto Saltini 0fdd508b29 [NC-1582] Added iBFT 2.0 Hashing functions and header validation rules (#119) 6 years ago
Roberto Saltini 0dff893203 [EC-183] Add iBFT Prepare and Round Change RLP encoding and decoding (#84) 6 years ago
Adrian Sutton ce033eee55 [NC-1384] Disable mining while catching up to chain head (#125) 6 years ago
Roberto Saltini acc8122bb9 Renamed the iBFT NEW_CHAIN_HEAD_HEADER event type to NEW_CHAIN_HEAD (#114) 6 years ago
Adrian Sutton ebe9f3e36d [MINOR] Add missing finals. (#128) 6 years ago
tmohay 494f7b573c Ibft tracks validating peers for multicasting (#101) 6 years ago
Roberto Saltini bb7b5423f6 [NC-1582] Moved all the legacy iBFT classes for block importing into the newly created ibftlegacy module (#96) 6 years ago
S. Matthew English dde408c47c [NC-1711] Ommer blocks should be considered valid even when they are from the future (#92) 6 years ago
mark-terry cb01231ac0 [NC-862] License headers applied to non-java files (#93) 6 years ago
Chris Mckay 6c2fd5d875 [nc-1756] jsonrpc enabling for clique and ibft (#91) 6 years ago
Roberto Saltini 4644fe0080 [NC-1582] Added ExtraData for iBFT 2.0 (#37) 6 years ago
Roberto Saltini 6507f0300e [NC-1508] Added iBFT 2.0 BlockTimerExpiry Event and realated timer management class (#58) 6 years ago
mark-terry 310bd4035c Nc 862 spotless license headers (#69) 6 years ago
Roberto Saltini 967a406252 [NC-1616] Added iBFT NewChainHeadHeader event and related blockchain observer (#59) 6 years ago
Roberto Saltini 7ac1bb73c2 Added ibft_discardValidatorVote JSON RPC method (#24) 6 years ago
Adrian Sutton 681b17cce1 [NC-1615] Upgrade ethereum reference tests (#54) 6 years ago
Christopher Mckay cf66277a57 changed all the imports to tech.pegasys packaging 6 years ago
Christopher Mckay f6ed2d3d02 renamed package paths 6 years ago
Chris Mckay 3c1e501a3d [NC-1401] Votes in clique headers (#35) 6 years ago