Commit Graph

909 Commits (215ae81b079960ae6abe42dc17fe7b0f7dfd79cd)

Author SHA1 Message Date
Minh Doan 7ec1d260c4 set up logic for explorer node 5 years ago
Minh Doan c01652771d add syncing logic for explorer 5 years ago
Rongjian Lan c55b7515ab add shard check 5 years ago
chao fb560f9c04 * add sleep time to avoid non-stop new block proposing in for loop 5 years ago
Chao Ma 5d107f53fb fix concurrent map access crash in node sync 5 years ago
Leo Chen 40e128ceda [misc] disable DRand public key update 5 years ago
Rongjian Lan 38f72368e3 improve explorer node logic 5 years ago
chao e469ec822a add grpc connection log when grpc dail failed 5 years ago
Rongjian Lan 191ed3ee98 Correct genesis string 5 years ago
Rongjian Lan 62100d0c21 disable reset state in retry 5 years ago
Rongjian Lan b0f0109127 Add genesis string 5 years ago
chao 815398e6ec make state sycning log uniform with [SYNC] in the beginning 5 years ago
Leo Chen 93026490b3 [pingpong] add node version to ping message 5 years ago
chao b5ce954db5 remove error message when doing node syncing block height comparision 5 years ago
Rongjian Lan a41602b601 Enable consensus retry 5 years ago
Rongjian Lan 6e0cb6ac3c Remove threshold 5 years ago
Rongjian Lan d7aa1d1adf Fix block num mismatch issue 5 years ago
Rongjian Lan 1b2d1d27ab Fix consensus ready signal 5 years ago
Minh Doan f16abb0b28 fix tests 5 years ago
Rongjian Lan cb207f2a08 Fix mistakes 5 years ago
Rongjian Lan bcd89eff8c Update EVM to latest constantinople 5 years ago
Rongjian Lan b409058a2c Fix view id copy 5 years ago
Minh Doan bbed4a4db7 remove confusing logic 5 years ago
Rongjian Lan d2e9862b91 Fix coinbase bad block issue 5 years ago
Minh Doan 084ce83224 move deadline to the right place 5 years ago
Minh Doan ae38cc77b8 add flag for block period 5 years ago
chao cad89b0a4e change viewID from uint32 to uin64 in consensus and to big.Int in header 5 years ago
Eugene Kim 313b23e3b5 Fix godoc comment 5 years ago
chao 2210b8fb43 * Add VerifySeal for PoS 5 years ago
Eugene Kim 7f3d41effd Make DNS zone configurable via -dns_zone 5 years ago
Rongjian Lan 056ea07966 fix issue for epxlorer 5 years ago
Rongjian Lan 2f1223e84b Move networkType into internal config 5 years ago
Rongjian Lan 5bf3355545 Add more comments 5 years ago
Rongjian Lan 5afcd190e6 Fix lint 5 years ago
Rongjian Lan e874b299a9 Cleanup mainnet genesis 5 years ago
Rongjian Lan c445e62492 Fix bootstrap problem 5 years ago
chao 7037c12dda address pr comments 5 years ago
chao 1ffd8921e2 fix golint 5 years ago
chao cf8f710b94 * add dns server for node syncing 5 years ago
Leo Chen 6a2f9fdd42 [blskey] update test cases 5 years ago
chao 56826cb010 add minpeers checking in DoSyncing loop 5 years ago
Rongjian Lan b0e52a0e16 Refactor genesis nodes list 5 years ago
Rongjian Lan c7971dbb83 Add shard state into genesis and fix shard state hashing bug 5 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 5 years ago
chao 155927992a * add hard limit for node syncing request to avoid grpc connection timeout 5 years ago
Eugene Kim b3be48f275 Remove unused blsPubKeyToString 5 years ago
Eugene Kim 9834d670c1 Log staking account and BLS key for ping 5 years ago
Eugene Kim 83c7e644b3 Create genesis table catalog 5 years ago
Eugene Kim 36f178ad28 Log ping IP, port, peer ID, and BLS public key 5 years ago
Eugene Kim cd929ab6e2 Pass libp2p peer ID to message handlers 5 years ago