Commit Graph

61 Commits (8ea2093cbd84b80f3c7319740c6906c166270f64)

Author SHA1 Message Date
Richard Liu 8a5a6753cd
update deploy.sh for duration (#883) 6 years ago
Eugene Kim 664c6c1513 A cumulative collection of fixes/improvements: 6 years ago
Peter Chung d9b8fe57ca [logging] change default verbosity to 5 for jenkins test 6 years ago
Peter Chung b632fd277a [logging] use GlogHandler as the base handler 6 years ago
Peter Chung 01f69f2e7a [logging] add verbosity flag to bootnode, txgen, harmony cmd 6 years ago
ak 1ecabf2db9 Changing Client Interface 6 years ago
ak d4a5834397 fixing txgen 6 years ago
ak 0dac42a78d Linting errors 6 years ago
ak b8d20236b3 addressing RJ requests and cleanup 6 years ago
ak 96576ef0c5 working local txgen 6 years ago
Eugene Kim 79f503a724 Initialize shard keys in txgen 6 years ago
Eugene Kim 4ad7a1d5a4 Teach txgen to use ChainReader for block rewards 6 years ago
Eugene Kim e79a42e26d Plug genesis stake info finder into harmony/txgen 6 years ago
Leo Chen d31ee7d366 [cleanup] remove peers variable from consensus New function 6 years ago
johnwhitton 6e5c3e7264 Handle NewMask errors 6 years ago
Rongjian Lan f72cb43b83 make 1+3 sharded network work locally with deploy.sh 6 years ago
Leo Chen 6d44a1aa71 [txgen] wait longer before sending tx to network 6 years ago
chao 1bedd7dc85 change archival node as a validator; it's more secure for archival node to validate before accept the blocks; 6 years ago
Minh Doan beaa0a84fe clean up technical debt 6 years ago
Rongjian Lan 1dbb1a9250 remove validator IDs 6 years ago
Rongjian Lan 655bd9f73e Use genesis BLS key for beacon chain nodes 6 years ago
Leo Chen 53d631cf29 [test] wait less in txgen for connection 6 years ago
Eugene Kim 67eac97cde Move cmd libraries to internal/ 6 years ago
Chao Ma 5496d697da combine wallet/txgen into light client node; 6 years ago
Chao Ma 84fa99008c wallet v2 fix 6 years ago
chao a0a7b3a8c4 remove unnecessary leader map 6 years ago
Minh Doan 9a2cfb9080 change BlsPubKey to ConsensusPubKey and remove unnecessary log 6 years ago
Minh Doan a4d3c13a18 rename PubKey to BlsPubKey 6 years ago
Leo Chen 6a97a6a2f2 fix goimports errors 6 years ago
Leo Chen 742eb6d08e save role of node in nodeconfig module 6 years ago
Leo Chen a55cec221f shorten the waiting time on txgen 6 years ago
Leo Chen f3ffc65401 [cleanup] remove libp2p unicast support 6 years ago
Leo Chen 074480ea1e add ClientNode role for txgen/wallet 6 years ago
Leo Chen 6f2016b324 consolidate functions in node.go 6 years ago
Leo Chen ba4d27db6f txgen send/recv tx/block to beacon shard 6 years ago
Leo Chen f8e3da4ee4 modify txgen using libp2p 6 years ago
Leo Chen 94be80920d load both pub/priv p2p keys 6 years ago
Minh Doan e74788d6ef fix missing places 6 years ago
Leo Chen b7b4467c72 introduce libp2p peer discovery to txgen 6 years ago
Eugene Kim 24fd9d67b8 More goimports 6 years ago
Rongjian Lan c1944bd71e Init bls explicitly 6 years ago
Leo Chen c112ffb414 generate private key outside of host creation 6 years ago
chaosma 3161a42e49
state syncing integration (#283) 6 years ago
Leo Chen baa95d053c reduce wait to join shard 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
Rongjian Lan ef0e1898ed Solve txgen stuck problem 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
Rongjian Lan 2693a5c0a9 Remove dup lines 6 years ago