Commit Graph

282 Commits (1cfac2abe552c9633f654eda0d7cf16e704062de)

Author SHA1 Message Date
ak 598d740e09 fixing style issues 6 years ago
ak 9c377ce08e Add deposit contract as a smart contract transaction on every node 6 years ago
chaosma cd6475c7e5
make state syncing compatible with new BLS consensus code 6 years ago
Minh Doan c64b6e8de3 rename services to service 6 years ago
Rongjian Lan d8c46c61d2 Say goodbye to Schnorr sig and kyber package and mark BLS done 6 years ago
Minh Doan d9a4d650a5 undo consensus service; will fix it later 6 years ago
Minh Doan a12a72ba07 add consensus service 6 years ago
Leo Chen 9340ef4f86 move proto/pingping to discovery module 6 years ago
Rongjian Lan bb4a648f9c Code clean up and adding multi-sigs to block 6 years ago
Rongjian Lan cb424adf17 Change func name to populateMessageFields 6 years ago
Rongjian Lan 81c42216ed Refactor consensus signature signing and marshalling 6 years ago
Rongjian Lan 3a5e6c691d Refactor message population into a func 6 years ago
Rongjian Lan 073efb6776 Refactor basic consensus message checking 6 years ago
Rongjian Lan 69fa85536c Refactor basic validator message checking 6 years ago
Rongjian Lan e46785eabd Refactor consensus message signing 6 years ago
Rongjian Lan 399b130679 Add multi-sig check on validator commit phase 6 years ago
Rongjian Lan 2fb0919946 Basic multisig checking for consensus 6 years ago
Rongjian Lan 44f52b39f8 Add error check and tests for bls signature verification 6 years ago
Rongjian Lan 045be85332 Add back temp delay 6 years ago
Rongjian Lan c8d9aaee5d Add comment for verifyMessageSig 6 years ago
Rongjian Lan ddd7f1a46a Refactor the sig change into a func 6 years ago
Rongjian Lan 5e0c5fca4b Add message BLS signature checking for consensus 6 years ago
Rongjian Lan 0f84320401 Leader itself commits to the consensus multi-sig 6 years ago
Eugene Kim 24fd9d67b8 More goimports 6 years ago
Minh Doan d634d43148 fix import order 6 years ago
Rongjian Lan 256d84cfd9 Followup on previous PR comments 6 years ago
Eugene Kim fb4792bc9f goimports 6 years ago
Minh Doan 139d81113e only use logging singleton 6 years ago
Rongjian Lan 39b941d904 Migrate to BLS 6 years ago
Leo Chen 2984fb90ba fix go test errors in travis_checker.sh 6 years ago
Minh Doan 85baa93be2 call right methods to Marshal and Unmarshal 6 years ago
Leo Chen a78d42cc0a fix travis_checker go test error 6 years ago
chaosma 3161a42e49
state syncing integration (#283) 6 years ago
Eugene Kim 4a2e1e2110 Move Host interface into the top-level p2p package 6 years ago
Leo Chen 49a48958d9 address all review comments 6 years ago
Leo Chen 550da64144 fix all the go test errors after p2p changes 6 years ago
Eugene Kim 0ec8fa1548 Rename state.StateDB to state.DB (#255) 6 years ago
Eugene Kim 5ad4d5a8f0 Adjust import paths and also goimports 6 years ago
Leo Chen 387c2e8790 fix go test after enable libp2p 6 years ago
Rongjian Lan c78f6a1914 More comments and code fixes 6 years ago
Rongjian Lan 6c2363e09e Migrate sha3 to golang's sha3 6 years ago
Rongjian Lan 0273086eb3 Add tests for consensus validator 6 years ago
Rongjian Lan f26d62984c Add tests for consensus leader code 6 years ago
Rongjian Lan 120d033e52 Add readme for consensus 6 years ago
ak 3bedff9d86 moving services folder 6 years ago
ak 99bdb39875 proto files 6 years ago
Rongjian Lan 09b41bd48f More cleanup on consensus code 6 years ago
Minh Doan 82a725abfa move trie and utils into internal 6 years ago
Minh Doan a6d7c050db move profiler into internal 6 years ago
Rongjian Lan 514d810c01 Clean up blockHeader field and some comments for consensus 6 years ago