Commit Graph

179 Commits (15d3693b49c1b9e16afde9dcdf784f8e9bc1c726)

Author SHA1 Message Date
Leo Chen 91f804eb13 [HAR-5] Leader populates public keys to all validators 6 years ago
Rongjian Lan a4200bccb1 Fully integrate with tx gen by account model 6 years ago
Rongjian Lan 5b1324305e Add loop in new block creation 6 years ago
Leo Chen ae136e299a remove ping/pong debug messages 6 years ago
Leo Chen d8f0d504cc fix validatorID not populated to all validator issue 6 years ago
Leo Chen 0978a9ade0 broadcast pong messages to all neighbors 6 years ago
Rongjian Lan c1ef9423f2 Add account-based tx gen 6 years ago
Rongjian Lan 2bcaad8a3a add more addresses in the simulated txs 6 years ago
Minh Doan ab2f39f5a3 fix import with goimport 6 years ago
Rongjian Lan 544f0e39bd Report transactions stats (Account Model) 6 years ago
Minh Doan fe6fc151bf change constants to gofmt style 6 years ago
Leo Chen 0de13862e0 set unique validator id for new node 6 years ago
Rongjian Lan 2784e13766 add valid transactions and make consensus fully verify each block 6 years ago
Rongjian Lan 29a758a1f3 Make account-based block verified in consensus 6 years ago
Rongjian Lan 48c0d684f9 Merge conflict 6 years ago
Leo Chen 985179ea8e fix constant naming 6 years ago
Leo Chen 71c9dc5f83 fix concurrent map access error 6 years ago
Leo Chen b722e495d3 set node state to JOIN once received PONG message 6 years ago
Leo Chen 443feac41d handle ping/pong message properly 6 years ago
Rongjian Lan 0c0dfd8462 integrate account model into consensus without the block verification part 6 years ago
Rongjian Lan b7db989f00 Add simulated transactions generation in node_handler 6 years ago
Rongjian Lan e143e6fea8 Simulate random transactions and add to the worker 6 years ago
Rongjian Lan 9fbfee9907 integrate account model into consensus without the block verification part 6 years ago
Rongjian Lan a9b47b07f7 Add simulated transactions generation in node_handler 6 years ago
Rongjian Lan 8af291aa01 Simulate random transactions and add to the worker 6 years ago
Rongjian Lan df5e649ece Merge conflict 6 years ago
Rongjian Lan 9290b11701 Add blockchain and related fields into harmony node 6 years ago
Leo Chen b6c54e8f34 add additonal log message in node/node_handler 6 years ago
Leo Chen 4c4e1c2fb3 Add ping/pong message handlers 6 years ago
Minh Doan 408bc10ceb modify state sync logic 6 years ago
Leo Chen 2a602db9b0 fix the build after rename the repo to harmony-one 6 years ago
Leo Chen 19c0046622 Fix a build error of undefined: identity.Announce 6 years ago
Leo Chen 13dfea2e84 add addtional log message in transportation 6 years ago
Minh Doan de33e8a1a1 uncomment some code to get it built. alok will work on this later 6 years ago
Minh Doan 7f9c81874d cleanup 6 years ago
Minh Doan e6e4e4a7dd cleaning up code 6 years ago
Minh Doan 5905760a60 fix db package and ALLCAPS lint 6 years ago
Minh Doan b77dd1a7cb fix style, change constant 6 years ago
Minh Doan ef2521e068 refactor: changing constant from ALLCAPS to format of gofmt 6 years ago
Minh Doan bae896c944 fix comments and fix ALL_CAPS lint 6 years ago
Minh Doan 9270730f76 fix comments. change constant TRANSACTION to Transaction 6 years ago
Minh Doan 9f9607f5c5 change txId to txID 6 years ago
Minh Doan 7513a79c32 change shardId to shardID, and ShardId to ShardID 6 years ago
Richard Liu dbfd6abdff clean. 6 years ago
Richard Liu 7db609e9a8 add sign 6 years ago
Rongjian Lan 47d8aba30f selectedTxs included cross-shard txs, so this need to be changed 6 years ago
Rongjian Lan d288e9b805 We are going 20k 6 years ago
Minh Doan 15db2fdb81 min # of txs per block 6 years ago
Rongjian Lan 67b160901b Add more logs and avoid validator broadcast when not necessary 6 years ago
Minh Doan 44c2c00378 fix the bugs in multicaset 6 years ago