Commit Graph

908 Commits (109b1da9a7fdb3f4093a9b1b8cf5a65e44a37365)

Author SHA1 Message Date
Leo Chen 7475e6119f [pingpong] check the right number of peers before start consensus 6 years ago
Minh Doan 6ba6aa221b remove clientsupport and fix import ofr bls 6 years ago
Minh Doan 9913fd07c5 remove enum and remove comments 6 years ago
Minh Doan 2eda21a338 remove client service for lottery & puzzle 6 years ago
chao 3816f48892 fix timeout duration bug 6 years ago
ak 35ede709aa addressing RJs comments 6 years ago
ak f1d333ddbe high thrughput txgen| WIP 6 years ago
Eugene Kim 69deb2ccaf Re-enable archival mode 6 years ago
chao 9d734c0013 fix new node join timeout to start view change 6 years ago
Richard Liu 1db7381d28
Ricl rpc (#880) 6 years ago
chao 00d002caa6 fix node syncing integration 6 years ago
Minh Doan aab186da2d add new interface API calls from node.go 6 years ago
Minh Doan a5d14e6c52 remove bad practice code and add tx 6 years ago
Minh Doan 6ef4e11dd0 clean up unused function 6 years ago
Minh Doan 522376410d clean up and fix correct error messages. Now we should watch out of all error messages 6 years ago
Eugene Kim b6b1de9657 Do not panic upon out-of-range account index 6 years ago
Eugene Kim cf41d88b34 Remove Leader from Committee 6 years ago
Eugene Kim 7eaf379757 Do not fail hard on shard state mismatch 6 years ago
chao 7cd24dae6c modify the naming of variables to make code cleaner 6 years ago
chao 69cfe9b633 * add view changing logic 6 years ago
Eugene Kim a7ba9a1b67 Fix UTs after Minh's single-source-of-truth fix 6 years ago
Eugene Kim e783c49d55 Don't assume the block has >=1 tx 6 years ago
Eugene Kim d43820a797 Fix test compile errors after lint 6 years ago
Eugene Kim 3c1e7ce5b3 Fix golint 6 years ago
Eugene Kim 539ac01635 Make the 10-second block period a named constant 6 years ago
Eugene Kim 6819355e54 Remove a few stale TODO comments 6 years ago
Eugene Kim 2202782ab8 Add long-term feedback as TODOs 6 years ago
Eugene Kim 7445699909 More fixes/improvements 6 years ago
Eugene Kim 664c6c1513 A cumulative collection of fixes/improvements: 6 years ago
Eugene Kim 7c5c7bc3a6 [DEBUG] Log overall sync flow 6 years ago
Eugene Kim ad10605263 Broadcast resharded state to all nodes 6 years ago
Eugene Kim c4338ad890 Remove ShardState and ShardStateHash from genesis 6 years ago
Eugene Kim 413e5703a0 Make local leaders propose end-of-epoch if needed 6 years ago
Eugene Kim 8308c4d0ff Verify non-beacon end-of-epoch proposal 6 years ago
Eugene Kim 4cbc6ba048 Move ValidNewShardState to node level 6 years ago
Eugene Kim 65df03bc9d Add Epoch to block header 6 years ago
Eugene Kim 2fb4d1ba4c Do not accept block proposal with bad shard state 6 years ago
Eugene Kim d0d130bc4b Make BlockVerifier return an error on failure 6 years ago
Eugene Kim 26c1f753cc Replace post-consensus resharding with TODOs 6 years ago
Eugene Kim 3cb884e7e8 Propose resharding in epoch-last block on beaconchain 6 years ago
Eugene Kim c04b94858d Add ShardState 6 years ago
Eugene Kim 18bf30e6c8 Use uint32 as shard ID type instead of [4]byte 6 years ago
Minh Doan ba9493859b use single source of truth instead having is_leader truth in 2 objects 6 years ago
Leo Chen 22a8528c70 [service] passing StakingAccount to staking service 6 years ago
Leo Chen 481edc9e4c [node] add StakingAccount field in node 6 years ago
Leo Chen eab04af9c9 [rpc] increase the offset of rpc port 6 years ago
chaosma b53d8fb5bf
pbft normal path (#851) 6 years ago
Richard Liu d4bc279d88
sendTx rpc (#852) 6 years ago
Eugene Kim 32040c0fe6 Remove STOP message; txgen doesn't send it anymore 6 years ago
Eugene Kim 4bb5efe802 Enable STOP message only with -enable_stop 6 years ago