Commit Graph

13 Commits (7f5b1678494a8e61610fa6b09a02daa4a548a675)

Author SHA1 Message Date
Rongjian Lan c1944bd71e Init bls explicitly 6 years ago
Minh Doan 6d825adac3 add missing log fix 6 years ago
Leo Chen c112ffb414 generate private key outside of host creation 6 years ago
Minh Doan a1c0df83af add flag to remove disk db before running 6 years ago
Minh Doan f1c38ee0d5 change harmony db path 6 years ago
Minh Doan 9762ab75bd switch using disk-based db by default. logging singleton should have context of the node (ip and port) 6 years ago
Leo Chen 49a48958d9 address all review comments 6 years ago
Leo Chen 2253096b7f support add peer in cmd/* programs 6 years ago
Eugene Kim 6fcb627af8 Use our own stdout log handler 6 years ago
Eugene Kim 5ad4d5a8f0 Adjust import paths and also goimports 6 years ago
Minh Doan 4f4bc36af3 change benchmark to harmony 6 years ago
Nicolas Burtey 488d7378cd renaming benchmark to harmony; more readme instructions 6 years ago
Nicolas Burtey a345483137 renaming benchmark to harmony; more readme instructions 6 years ago
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