Commit Graph

1323 Commits (cb32737c01dc0af0d150fcac02b4b78ec54825d6)

Author SHA1 Message Date
Eugene Kim 69edb28241 Log group receiver errors 5 years ago
Edgar Aroutiounian 97efce2766
Further progress on staking (#1709) 5 years ago
Eugene Kim e768d84834 Limit message handler concurrency 5 years ago
Eugene Kim 13f80155ba Don't use deprecated libp2p peer ID type 5 years ago
Eugene Kim 9a4468d7d5 Mark infinite loops inside goroutines 5 years ago
Eugene Kim 386a948f7b Mark where to limit goroutine concurrency 5 years ago
Edgar Aroutiounian 1297623cfe
Staking dev cycle (#1689) 5 years ago
Leo Chen 2240b8d48f [p2p] add network type prefix to group id 5 years ago
chao 4551a97ce2 cleanup pendingCXReceipts map before add items back; change MustBech32 to Bech32 to avoid potential panic 5 years ago
Edgar Aroutiounian 06289ed130
[staking] Remove legacy code (#1679) 5 years ago
Edgar Aroutiounian dac42117ee
[RPC] Expose if current node leader (#1677) 5 years ago
Rongjian Lan d659a1b952 remove legacy staking code 5 years ago
Rongjian Lan de6a1df793 Make pending txs a map 5 years ago
Rongjian Lan 301706771c Fix lint and build 5 years ago
Rongjian Lan b3df7e1fa6 Add staking transaction struct and handler logic 5 years ago
flicker-harmony ae5c95c4f4 Fix storage instance and 0x address case 5 years ago
chao 63ffa3a766 add empty field check for cxreceiptproof 5 years ago
chao 8aa0fff672 change pending cx receipt key to be shardID-blockNum combination 5 years ago
chao 6914ea9022 avoid duplicate pending receipts to protect memory overflow 5 years ago
flicker-harmony e370835877 Add hmy GetTransactionsHistory 5 years ago
flicker-harmony 8196a4dc84 Add hmy GetTransactionsHistory 5 years ago
Eugene Kim 2164a066a5 Extract DHT DB path out of networkinfo service 5 years ago
Eugene Kim 59d1939d40 Do not internally convert errors into panic 5 years ago
Rongjian Lan 6a3c0b256d Fix mainnet release todos 5 years ago
Leo Chen d8e02f00c6 [rpc] use a public_rpc parameter to enable public rpc 5 years ago
Leo Chen 6e7dc61f3c Revert "Merge pull request #1614 from LeoHChen/listen_to_localhost_on_rpc_service" 5 years ago
Eugene Kim d5a4f4e4ad Wire Pangaea chain config 5 years ago
Nye Liu 50aa9a1a17 Make "No ReadCXReceipts found" Info() not Warn() 5 years ago
Rongjian Lan 19b1c03888 Refactor shard state related func and avoid recomputing shard state unnecessarily 5 years ago
Rongjian Lan 397f88269a Cleanup state sync logic; fix explorer node sync wrong committee issue 5 years ago
flicker-harmony ab3e7dd20f Fix GetBalanceOfAddress 5 years ago
Leo Chen 967fec9056 [rpc] listen to localhost by default 5 years ago
Rongjian Lan 9fb879f565 todo 5 years ago
Rongjian Lan 85b50ab8b1 don't do error for info log 5 years ago
flicker-harmony 809d77ebf7 Fix travis 5 years ago
flicker-harmony 49b94e7bbb # This is a combination of 16 commits. 5 years ago
Rongjian Lan fface555dd Enable receipt processing for mainnet 5 years ago
Rongjian Lan de1ed268b3 Enable receipt processing for mainnet 5 years ago
Rongjian Lan 50ada4100d fix explorer for loop 5 years ago
Rongjian Lan 5c8e883361 Fix explorer handler 5 years ago
Rongjian Lan d662fcfab0 Fix explorer handler 5 years ago
chao 718f681f8e addressed comments on others' buckets 5 years ago
chao 697787db21 address some minor issues in comments and code 5 years ago
Eugene Kim 97cde76627 Fix the beacon committee check 5 years ago
chao 1a3267e9df use lastMileMux to protect lastMileBlock queue to avoid potential blocking; use sleep instead of ticker 5 years ago
flicker-harmony 8982926477 Merge apis endpoints 5 years ago
chao 3420bbe03c fix beacon sync channel blocking issue 5 years ago
Leo Chen f08fd3219a [nodetype] add nodetype to replace is_explorer 5 years ago
Chao Ma ad10f19235 refactor BroadcastCXReceiptsWithShardID and clean up corresponding logs 5 years ago
chao 00c2356b5e add tx type check; improve several efficiency issues 5 years ago