Commit Graph

1081 Commits (c7f80952c4373dac85590036676ca0e7c4cc02f5)

Author SHA1 Message Date
chao cad89b0a4e change viewID from uint32 to uin64 in consensus and to big.Int in header 6 years ago
Eugene Kim 313b23e3b5 Fix godoc comment 6 years ago
chao 2210b8fb43 * Add VerifySeal for PoS 6 years ago
Eugene Kim 7f3d41effd Make DNS zone configurable via -dns_zone 6 years ago
Rongjian Lan 056ea07966 fix issue for epxlorer 6 years ago
Rongjian Lan 2f1223e84b Move networkType into internal config 6 years ago
Rongjian Lan 5bf3355545 Add more comments 6 years ago
Rongjian Lan 5afcd190e6 Fix lint 6 years ago
Rongjian Lan e874b299a9 Cleanup mainnet genesis 6 years ago
Rongjian Lan c445e62492 Fix bootstrap problem 6 years ago
chao 7037c12dda address pr comments 6 years ago
chao 1ffd8921e2 fix golint 6 years ago
chao cf8f710b94 * add dns server for node syncing 6 years ago
Leo Chen 6a2f9fdd42 [blskey] update test cases 6 years ago
chao 56826cb010 add minpeers checking in DoSyncing loop 6 years ago
Rongjian Lan b0e52a0e16 Refactor genesis nodes list 6 years ago
Rongjian Lan c7971dbb83 Add shard state into genesis and fix shard state hashing bug 6 years ago
chao d46263b46a refactor cleanCache into two for readability; simplify GetBlockHashes request handle logic; requestor will accept only up to batchsize blockhashes instead of reject for longer response 6 years ago
chao 155927992a * add hard limit for node syncing request to avoid grpc connection timeout 6 years ago
Eugene Kim b3be48f275 Remove unused blsPubKeyToString 6 years ago
Eugene Kim 9834d670c1 Log staking account and BLS key for ping 6 years ago
Eugene Kim 83c7e644b3 Create genesis table catalog 6 years ago
Eugene Kim 36f178ad28 Log ping IP, port, peer ID, and BLS public key 6 years ago
Eugene Kim cd929ab6e2 Pass libp2p peer ID to message handlers 6 years ago
Rongjian Lan dead7e190f Move log of consensus timeout inside leader if condition 6 years ago
chao 95362fa163 only leader retry to publish new block 6 years ago
Minh Doan f57bce7114 Currently drand isnt functioning but we want to compeletely turn it off for full protection. 6 years ago
Rongjian Lan 492aac7fdd more log change 6 years ago
chao 9af726f86f node syncing will notify consensus to set mode to syncing when node is out of sync 6 years ago
Rongjian Lan a1f2acb57d Improve logging readability 6 years ago
Rongjian Lan 23cdabc182 Fix consensus stability 6 years ago
Rongjian Lan b1fefa7341 Clean blocks in the pbft log 6 years ago
Rongjian Lan 44aa643fa5 Add support for explorer node 6 years ago
Leo Chen 032fe36c0b [log] Use Info log level for important consensus messages 6 years ago
Chao Ma a8fb319d54 remove address and use publickey in consensus; clean up consensus code 6 years ago
Rongjian Lan c39d73a555 Fix init shard state bug and remove faucet 6 years ago
Rongjian Lan 7b93d9f514 remove initial fund for our genesis nodes 6 years ago
Eugene Kim 5bd07e8e4a Configure commit delay via setter and not ctor arg 6 years ago
Eugene Kim b084e3c38d Retire isHarmonyAccount logic 6 years ago
chao 817592c976 add delay in commit message sending for genesis account 6 years ago
Rongjian Lan 9a74575bae change all string utility for bls 6 years ago
Rongjian Lan 0ecc22291e Update Bls private keys 6 years ago
Rongjian Lan a5abca7cdf Update Bls private keys 6 years ago
Leo Chen 6a7dcc5d7e [pingpong] remove hardcoded delay in sending pong message 6 years ago
Minh Doan 6644333d26 clean up & fix OOM 6 years ago
Rongjian Lan 0ac71bf49b Remove conflict 6 years ago
Eugene Kim 53bbce84c8 Convert most benign uses of Hex to MustAddressToBech32 6 years ago
Eugene Kim b841559e28 Replace non-constant HexToAddress with ParseAddr 6 years ago
Leo Chen 4d1c461765 [clean] fix goimports errors 6 years ago
Leo Chen 9582d962aa [genesis] remove old genesis accounts 6 years ago