Commit Graph

2846 Commits (be7d4ca90873b3f17403a824441786e03320fee1)
 

Author SHA1 Message Date
Leo Chen 42cf3d59ac [crash] fix nil pointer deference 6 years ago
chao 61acdc41cb beacon syncing; use p2p to broadcast new blocks 6 years ago
Leo Chen 85b1f5001d
Merge pull request #717 from LeoHChen/set_init_consensus_id 6 years ago
Leo Chen 6d0ee0ac60 [crash] fix integer divide by zero crash #675 6 years ago
chao fefcbd4ca3 fix deploy.sh not work on ubuntu bash environment 6 years ago
Leo Chen 0ff3c9ae0a [build] set GO111MODULE in deploy.sh 6 years ago
Leo Chen 67688fc1dd [consensus] set init consensus ID 6 years ago
Leo Chen 9a785f9638 [consensus] add set consensus ID function 6 years ago
Leo Chen d31ee7d366 [cleanup] remove peers variable from consensus New function 6 years ago
Leo Chen 81abaaa922 [log] disable huge debug log in leader 6 years ago
Leo Chen daf6aa1e5d [node] get ipv4 address only 6 years ago
Leo Chen 450f5dec97
Merge pull request #713 from u5surf/issue-708 6 years ago
u5surf a835435b4a [lint] fix ineffassign #708 6 years ago
u5surf 8d38f12425 [lint] fix misspell #708 6 years ago
u5surf d25daf2ef2 [lint] fix golint #708 6 years ago
u5surf 4d09b63dff [lint] fix gofmt #708 6 years ago
Yelin Lu bdbae9e23f update node.sh to avoid adding config multiple times 6 years ago
Leo Chen 620433fce2 [debug] add debug option in build 6 years ago
Leo Chen a98ead38fa [crash] fix issue #703 6 years ago
Leo Chen 5446f751b2
Merge pull request #688 from harmony-one/ricl-peers 6 years ago
Leo Chen 3608611399
Merge pull request #697 from LeoHChen/wallet_fix_on_multi_shards 6 years ago
Leo Chen 8dda71c662 [crash] fix index out of range crash 6 years ago
Leo Chen 147ce51a76 [wallet] send getFreeToken calls to all shards 6 years ago
Leo Chen dc113de26d [wallet] fix fetch balance error 6 years ago
Rongjian Lan d88e898617
Merge pull request #693 from harmony-one/rj_branch 6 years ago
Rongjian Lan d26daa861c Remove bnkey 6 years ago
Rongjian Lan 22d605a2fc Only process shard state if non-beacon node 6 years ago
Rongjian Lan 73d863cf63 Disable program restart 6 years ago
Rongjian Lan 75d0463426 Merge branch 'master' of github.com:harmony-one/harmony into rj_branch 6 years ago
Rongjian Lan 19be79a48f Restart program after resharding 6 years ago
Rongjian Lan 847bd8d83f Broadcast shard state from beacon chain 6 years ago
Leo Chen 886f7ca191
Merge pull request #689 from LeoHChen/wallet_config_file 6 years ago
Leo Chen ff24b19051 [wallet] add a default wallet.ini 6 years ago
Leo Chen eae636fe57 [bootnode] add a default bootnode key locally 6 years ago
Rongjian Lan 4b018ec276 Broadcast epoch shard state after beacon consensus 6 years ago
Eugene Kim 5d19a8ebb5
Merge pull request #686 from harmony-ek/fix_out-of-range_index_#676 6 years ago
Rongjian Lan 25dbb3fa58
Merge pull request #681 from harmony-one/rj_branch 6 years ago
Rongjian Lan f6c1230d49 Reorg genesis block for normal shards 6 years ago
Eugene Kim 9685d5b114 Treat .go files in "mock" dir as generated 6 years ago
Eugene Kim bb3fcdd6f2 Add log15-compatible, context-aware error facility 6 years ago
Eugene Kim fc0ddebc1a Hold SyncConfig mutex for accessing peers 6 years ago
Eugene Kim 4011ede7ea Make GetBlockHashesConsensusAndCleanUp a SyncConfig method 6 years ago
Eugene Kim d9eb985c36 Now that client cannot be nil, remove nil checks 6 years ago
Eugene Kim acd0351e9d Simplify peer count processing 6 years ago
Eugene Kim 943081e2f5 Add only peerConfigs with non-nil clients 6 years ago
Eugene Kim 5d5fe918ae Merge the two loops in CreateSyncConfig 6 years ago
Eugene Kim 56f1c60928 Roll MakeConnectionToPeers into CreateSyncConfig 6 years ago
Eugene Kim 1aa2d9bbd6 Log CreateSyncConfig errors from the caller side 6 years ago
Leo Chen b7d72a6fd9 [wallet] add cli -p profile to wallet 6 years ago
Leo Chen 875d5f02f9 [utils] add a wallet profile read function 6 years ago