Commit Graph

734 Commits (3634c438124845f362ff7321ae88cd0430417456)

Author SHA1 Message Date
Leo Chen 463ec55c51
[build] update protoc version (#4013) 3 years ago
Leo Chen 908ea1ae2a
[ci] update generated .pb files 3 years ago
Leo Chen fc4dc9ff73
[ci] fix travis build 3 years ago
Jacky Wang af5eaa8d0a
[RPC] Replace go-ethereum/rpc module with harmony/eth/rpc (#3983) 3 years ago
Jacky Wang 2f679554eb
[SYNC] Sync stuck fix2 (#3976) 3 years ago
Jacky Wang f0103161ae
[sync] release one runlock at forEachPeer, and change default maxPeerHeight to maxInt if error 3 years ago
Jacky Wang a135e1f110
[sync] extend the expiration for sync status cache for non-validator nodes (#3974) 3 years ago
Jacky Wang d7af5ee9e0
[SYNC] refactor and make sync status check interval smaller (#3918) 3 years ago
Jacky Wang 3e5c0e035e
[sync] remove two unnecessary use of global mutex in StateSync (#3970) 3 years ago
Soph 17e6bafb3b
[RPC] revert PR #3907 (#3922) 3 years ago
Jacky Wang 4bf9c3e527
[RPC] General solution of prometheus metrics for all RPC methods (#3919) 3 years ago
Jacky Wang c1f62404a3
Sync status rpc fix (#3912) 3 years ago
harjas 44c13a24cd Update goimports 3 years ago
harjas 9c9793cbc1 use eth rpc with go-json 3 years ago
niklr 7cf9c37fe3 Rename mutex in pprof service 3 years ago
niklr cb273387a7 Fix pprof service race condition 3 years ago
niklr 7af5cdd864 Update pprof module extension 3 years ago
niklr def0d0028c Fix pprof service tests 3 years ago
niklr ef140c0b93 Implement pprof module extension 3 years ago
Rongjian Lan 1ce6fe1355
Add logs for elapsed time for block processing; Add bls agg sig benchmark test code. (#3824) 3 years ago
Jacky Wang 768a570363
Fix circulating supply (#3802) 3 years ago
Jacky Wang 4bcf251c75
[explorer] set in sync to false when explorer service unavailable (#3794) 3 years ago
Jacky Wang 63ffc86bea
Explorer db schema (#3790) 3 years ago
Leo Chen 07807c8f2d [sync] add a tolerance number for node-sync checking 3 years ago
Jacky Wang ff3b398158
Explorer db commit performance optimization (#3775) 3 years ago
Jacky Wang ba08520b28
[sync] changed param to support low network bandwidth against large block (#3766) 4 years ago
Jacky Wang 720aa234d2
[sync] half the batch size of downloading a block (#3745) 4 years ago
Leo Chen 5a93de7b83 [log] set noisy log message to debug level 4 years ago
Jacky Wang c84d01aba2 [dnsSync] changed logger level to error when failed to listen for a specific port when starting sync server. 4 years ago
Jacky Wang d7f31c5721 [cmd] changed code of dns-port 4 years ago
Jacky Wang 1ea2725457
[explorer] Instruct explorer.InSync RPC uses NodeAPI as backend. 4 years ago
Rongjian Lan a360fd19b0 Add cache for address index 4 years ago
Jacky Wang 66e6d035e3 [sync] make sync rpc compatible with legacy sync 4 years ago
Jacky Wang e8266f5c86
[sync] ease the verification on dns client side, enable server forward compatibility 4 years ago
Jacky Wang 6275eaf0b0
[sync] fix the bug in UpdateBlockAndStatus 4 years ago
Jacky Wang 2916c3379f
[sync][stream] remove writeCommitSig in both legacy sync and downloader 4 years ago
Jacky Wang cfb71007b9
[sync] fix error of cross-shard transaction 4 years ago
Jacky Wang 9a27b46bb8
[sync] fixed beacon sync signature verification 4 years ago
Jacky Wang ec71ca5625
[sync] fix go generate error 4 years ago
Jacky Wang b91db85c23
[sync] add commit signature in peer registeration and new block push 4 years ago
Jacky Wang bec43ca07e
[sync] refactor the convoluted logic in processStateSync 4 years ago
Jacky Wang a4001a92de
[sync] fix two bugs 4 years ago
Jacky Wang d4ae4fb1a6
[sync] added commit sig verification logic to legacy sync 4 years ago
Jacky Wang 79f9e12168
[stream] setup downloader in main. Added sync related flags, and revert beacon helper not to verify signature" 4 years ago
Jacky Wang 0df102f14f
[stream] added synchronize service in service manager 4 years ago
Jacky Wang c05e150aa7
[stream] rename dns syncing package to legacysync 4 years ago
Jacky Wang 77ab16dd81
[sync] added more logs to help debug testnet issue. 4 years ago
Jacky Wang 3d6858aba5
[P2P] Added functionality to Host for stream, replaced networkInfo service. (#3534) 4 years ago
Jacky Wang 72ae4da105 [sync] fix #3547 runtime panic in sync module 4 years ago
Jacky Wang f00c90e3e6
Graceful shutdown - All registered services are shutdown gracefully. (#3533) 4 years ago