Commit Graph

115 Commits (07cae5b1ed37e3af20376955967f0cce871ee269)

Author SHA1 Message Date
Jacky Wang 8057507813 [sync] fix the testnet sync issue 4 years ago
Janet Liang 22014801ee
[Explorer] Add explorer node in sync check (#3215) 4 years ago
Leo Chen b560f88978 [libp2p/consensus] p2p spamming defense 4 years ago
Leo Chen 36c80f4c1b [syncing] fix mis-matched min syncing peers 4 years ago
Leo Chen 5c1cc8232c
Merge master to t3 0523 (#3085) 5 years ago
Rongjian Lan 00fa7f4f4d
Do not rollback current block on failed block sync (#3101) 5 years ago
Rongjian Lan f322342ba6
Do not rollback current block on failed block sync (#3100) 5 years ago
Jacky Wang 1810142077
[network] Limit client sync connection (#3071) 5 years ago
Rongjian Lan 819500aa70 cherrypick log level change 5 years ago
Rongjian Lan e85c1f3064
Fix log levels (#3058) 5 years ago
Rongjian Lan e28c942aa0
make delegation index consistent by block number (#2834) 5 years ago
Edgar Aroutiounian 89fe991d59
[go.mod] Bump libraries (#2824) 5 years ago
Edgar Aroutiounian 2836f0f620
[project] Remove over complicated packages, useless tests, dead functions (#2780) 5 years ago
Rongjian Lan e484b556ae
optimize leader signature collection strategy; Clean up logs (#2775) 5 years ago
Edgar Aroutiounian 094a61301d
[project] Unused yaml files, staticcheck fixes, dead tests that only delay build (#2755) 5 years ago
Rongjian Lan 2cbb3fb2e1
Fix node sync issue which caused failure to sign and node being kicked out (#2564) 5 years ago
flicker-harmony aadeae045c Refactor explorer service and add addresses fetch from db 5 years ago
Edgar Aroutiounian c4d744e376
[double-sign] Provide proof of double sign in slash record sent to beaconchain (#2253) 5 years ago
Edgar Aroutiounian 521cd50629
Revert "[StateSync] add retries to process state sync where failed peer config is excluded on the next try (#1835)" (#2262) 5 years ago
Jong Hyuck Won 973ac15c8b [StateSync] add retries to process state sync where failed peer config is excluded on the next try (#1835) 5 years ago
Leo Chen 3a10a9feeb [protobuf] update pb.go after protobuf upgrade to v1.3.2 5 years ago
Rongjian Lan f59469b644 Add epoch number in shard state for use of beacon epoch sync 5 years ago
Rongjian Lan 8ae487b7cb Remove txn log 5 years ago
Rongjian Lan 525d151b0f Add more log 5 years ago
Rongjian Lan a2f1189d59 Add more log 5 years ago
Rongjian Lan 0cf208ce8b Add more log 5 years ago
Rongjian Lan 717e23b40f Fix sync bug 5 years ago
Rongjian Lan 738134a7da Fix sync bug 5 years ago
Rongjian Lan 3f5eef034d Fix beacon sync rollback bug 5 years ago
Rongjian Lan b240b7533d Many small tweaks 5 years ago
Eugene Kim 470018e7a0 Fix block sync rollback logic 5 years ago
Rongjian Lan bad9c62922 Bug fixes 5 years ago
Rongjian Lan fcd3935780 Fix beacon sync 5 years ago
Leo Chen feceec6e38 [net] only listen to tcp4 address 5 years ago
Dennis Won e75b4a49e2 make process state sync func to return error 5 years ago
Dennis Won 7d68c7cc01 add verifyHeaders option to blockchain.insertChain() 5 years ago
Dennis Won 0051bda036 fix go lint 5 years ago
Dennis Won b36f71621b add comment explaining the logic behind choosing the most common sync peer config for node syncing 5 years ago
Dennis Won 4759eafed8 remove incorrect quorum check but just use the max hash for new node syncing 5 years ago
Chao Ma 1ee9a599d0 update consensus information in sync loop 5 years ago
chao 685f61cd88 fix state syncing ticker leak; adjust syncing loop parameters 5 years ago
Dennis Won 5d7445ab4f run scripts/install_build_tools.sh to make sure build tools are of correct versions 5 years ago
Rongjian Lan 81729f6b72 refactor to one liner 5 years ago
Rongjian Lan 9be5b9e163 Verify sig every 100 blocks during state sync 5 years ago
Nye Liu 3f922af9eb Unify json tags for IP 5 years ago
Rongjian Lan 397f88269a Cleanup state sync logic; fix explorer node sync wrong committee issue 5 years ago
flicker-harmony 49b94e7bbb # This is a combination of 16 commits. 5 years ago
chao 1a3267e9df use lastMileMux to protect lastMileBlock queue to avoid potential blocking; use sleep instead of ticker 5 years ago
chao 3420bbe03c fix beacon sync channel blocking issue 5 years ago
chao 53fc2819b9 close connection after pushnewblock error 5 years ago