Commit Graph

92 Commits (b007e648dc1cb66766f2473adf81bb23df87515d)

Author SHA1 Message Date
Minh Doan 54bab27bc4 move newnode into internal 6 years ago
Minh Doan a6d7c050db move profiler into internal 6 years ago
Minh Doan 182a519949 fix import order 6 years ago
Minh Doan 90c82a017a move db into internal 6 years ago
Minh Doan 15020e14af move attack under internal 6 years ago
Leo Chen 20af9b9d70 remove static config file support code 6 years ago
Leo Chen 466309c266 enable peer discovery by default 6 years ago
Rongjian Lan a73a9a9f09 Remove UTXO model 6 years ago
Minh Doan d148305843 adding explorer service 6 years ago
Rongjian Lan 167e4462a7 Clean up testing code 6 years ago
Rongjian Lan 2a8f65db60 Add support for account model balance check 6 years ago
Leo Chen 1207378606 HAR-65: move remove peer handler to node package 6 years ago
Minh Doan 8769333418 refactor idc to bc (beacon chain) 6 years ago
Richard Liu 64230da6ee abstract out 2 versions of p2p 6 years ago
Minh Doan 284a765fd9 change logic of syncing 6 years ago
Richard Liu 8ba0716089 comment out fmt.Println 6 years ago
Richard Liu b2b68d0055 update node.StartServer 6 years ago
ak 59bb568cb9 disabling peerdiscovery 6 years ago
ak 1610b70512 making changes leo requested, cleaningup fixing golint and gofmt 6 years ago
ak 3fe8432be3 running benchmark with utils and scripts 6 years ago
Minh Doan 6cbb0f73bf fix typo 6 years ago
Minh Doan 461db024bc add dosyncing for node and fix test of getpeer 6 years ago
Minh Doan b6dd823812 write get peers to do syncing 6 years ago
Leo Chen 76375a2425 HAR-84: golint fix of p2p/peer.go 6 years ago
Minh Doan 8b94362bd6 add more tests when bad node participarting in syncing 6 years ago
Minh Doan d69985dff3 add more tests when bad node participarting in syncing 6 years ago
Minh Doan a0a4656315 add more tests when bad node participarting in syncing 6 years ago
Richard Liu ba47c85faf ip+port => peer; update signature of consensus.New and node.New as preparation for p2p 6 years ago
Minh Doan 1525d75484 enable back the syncing service by assigning syncing port equal to node port - 1000. with that, all the syncing ports will be different 6 years ago
Minh Doan f77ecb6a11 quick fix to make ./deploy.sh working. the reason is that we only open a fixed port to function syncing for the different nodes but ./deploy.sh is to run nodes in the same localhost address 6 years ago
Minh Doan dbe474a25c change the listened address 6 years ago
Minh Doan 29a5cc563e add some more State and set up syncing in each node 6 years ago
Minh Doan c2263ed53d change the listened address 6 years ago
Minh Doan 45e0eeb728 add some more State and set up syncing in each node 6 years ago
Rongjian Lan 2bcaad8a3a add more addresses in the simulated txs 6 years ago
Rongjian Lan 2784e13766 add valid transactions and make consensus fully verify each block 6 years ago
Rongjian Lan 48c0d684f9 Merge conflict 6 years ago
Leo Chen 985179ea8e fix constant naming 6 years ago
Leo Chen 4af813f8a5 fix benchmark run error in original mode 6 years ago
Leo Chen ac3f19ba5e add join shard support in node 6 years ago
Rongjian Lan 0c0dfd8462 integrate account model into consensus without the block verification part 6 years ago
Rongjian Lan 9fbfee9907 integrate account model into consensus without the block verification part 6 years ago
Leo Chen 676785fa36 [HAR-5] leader won't start consensus if not enough validators 6 years ago
Leo Chen 8934524bb4 use discovery package in benchmark 6 years ago
Leo Chen 2a602db9b0 fix the build after rename the repo to harmony-one 6 years ago
Minh Doan a952efb603 fix lint for attack package 6 years ago
Minh Doan 5ddca253ff only attack validators 6 years ago
Minh Doan 52323f4bac polish code 6 years ago
Richard Liu 71337de24d -only_log_tps 6 years ago
Minh Doan f97acff172 add GOMAXPROCS to achieve max performance 6 years ago