Commit Graph

527 Commits (269e4f61194a435abab8e19f0321eb095dd23dd0)

Author SHA1 Message Date
Minh Doan 269e4f6119 fix private key constant 6 years ago
Leo Chen 9589e2b84e speed up pong messages 6 years ago
Leo Chen ad41838dd6 add log messages to debug consensus issues 6 years ago
Leo Chen d2dfbc3d52 fix travis checker errors 6 years ago
Leo Chen f02ff769d3 only enable randomness service on leader 6 years ago
Leo Chen ba02ec922a update dRand PublicKeys 6 years ago
Leo Chen 656d3fdbe2 make leader field private in consensus/drand 6 years ago
Leo Chen 4cd3415b9f increase consensus timeout 6 years ago
Leo Chen 6a316f009e ignore messages sent to leader only from validator 6 years ago
Rongjian Lan 156f2dc6ae Also move tests for staking_test.go 6 years ago
Rongjian Lan 44129b5c8e More constants to staking.go 6 years ago
Rongjian Lan 8f51d08f41 Reorg staking related code into staking.go 6 years ago
Rongjian Lan 4a39a7cb96 More reorg on node package 6 years ago
Rongjian Lan 4f63fe6b77 Reorg some of node's code 6 years ago
Rongjian Lan 873e37daac Move contract code to contract.go 6 years ago
Minh Doan e59b6243d6 add ConstructConsensusMessage to the message payload 6 years ago
Minh Doan 1f8cd8c5b7 fix typos 6 years ago
Minh Doan 6d5dd2afe3 apply new message protocol 6 years ago
Minh Doan ebe6a6990c Revert "clean up duplicate funcs" 6 years ago
Minh Doan 624d8c5dff clean up duplicate funcs 6 years ago
Minh Doan 3493dd1bda fix golint and import 6 years ago
Minh Doan 46f478785f fix merge conflict 6 years ago
Minh Doan 09eaa8862a fix import and add mock gen code 6 years ago
Minh Doan 3d81d71a03 set up message channels 6 years ago
Minh Doan 0589f07431 add logic to receive staking txns 6 years ago
Rongjian Lan e298bc572a Clean up some code 6 years ago
chaosma 02aa3d6477
add beaconchain database support for normal shard nodes (#480) 6 years ago
Minh Doan d84e65889d fix typos and add check nil condition for beaconchain in staking service. fix comments 6 years ago
Minh Doan 5ef17c9bae fix comments, typos, add TODO. 6 years ago
Minh Doan df1ce42ba1 send staking transaction to beacon chain 6 years ago
Minh Doan 0004108ec8 set back default threshold to 1 6 years ago
Minh Doan 8e745f4d90 add beacon chain for syncing as place holder 6 years ago
Rongjian Lan 8267607b16 Remove unintentinally commited code 6 years ago
Rongjian Lan 51c4b1e91b Change rnds in block to 32 bytes 6 years ago
Leo Chen 0396223c4b fix format in node.md 6 years ago
Minh Doan b8dedada21 add back missing func 6 years ago
Minh Doan 80b6cfa1ac clean up and move syncing code into separate files 6 years ago
Leo Chen 074480ea1e add ClientNode role for txgen/wallet 6 years ago
Leo Chen d3498160b1 fix consensus after reorg the code 6 years ago
Minh Doan 1bf7d8be14 add constants 6 years ago
Minh Doan 385075d6a1 decouple logic of new node into separate logic 6 years ago
Leo Chen 6f2016b324 consolidate functions in node.go 6 years ago
Rongjian Lan 0bd637639c Implement vdf execution and timing 6 years ago
Leo Chen e546b9a807 set leader pubkey for drand 6 years ago
Leo Chen b53409f24d fix go test error 6 years ago
Leo Chen ba4d27db6f txgen send/recv tx/block to beacon shard 6 years ago
Leo Chen f765160360 wait for startChannel for first time only 6 years ago
Leo Chen 7a1ac90a5b add shard client support 6 years ago
Leo Chen 1436dc19e5 remove excessive log messages 6 years ago
Rongjian Lan edf06d1fda Add RandPreimage in block; Add pRnd into new block 6 years ago