Commit Graph

6773 Commits (fbed5bcf3b1849796673a7816d47dbeed32115aa)
 

Author SHA1 Message Date
Jacky Wang fbed5bcf3b
[stream] added module request manager to manage over client side requests 4 years ago
Jacky Wang e08c2ce41e
[stream] added rate limiter (#3553) 4 years ago
Jacky Wang 8adce8925a
[stream] added stream manager module (#3554) 4 years ago
Jacky Wang e12698cf44
[stream] added a length bytes to the start of p2p base stream (#3552) 4 years ago
Sebastian Johnsson 838d14ec47
Merge pull request #3562 from SebastianJ/main 4 years ago
SebastianJ 48417d7a02 Add sha3Uncles for block Ethereum block RPC calls 4 years ago
Leo Chen 52dbcf1d11 [panic] fix a panic in view change 4 years ago
Leo Chen ee61caf70e [stn] enable 40% ext voting power on stn 4 years ago
Leo Chen 6f1e741be6 [log] move voter info to debug 4 years ago
Rongjian Lan 38bb234ebc Reuse old shard state if no validator is elected 4 years ago
Jacky Wang 3d6858aba5
[P2P] Added functionality to Host for stream, replaced networkInfo service. (#3534) 4 years ago
Sebastian Johnsson 84616a7cfc
Merge pull request #3550 from SebastianJ/eth-rpc-fixes 4 years ago
SebastianJ 28d025fdaf Use BlockNonce type for marshaling nonce fields for blocks 4 years ago
Jacky Wang 72ae4da105 [sync] fix #3547 runtime panic in sync module 4 years ago
Sebastian Johnsson ac64afe8cd
Merge pull request #3543 from SebastianJ/eth-dont-error-on-greater-block 4 years ago
Sebastian Johnsson fe20992664 Don't throw ErrRequestedBlockTooHigh for Ethereum RPC:s 4 years ago
Rongjian Lan 0512846a8b
fix concurrent map read issue (#3542) 4 years ago
Sebastian Johnsson 1e4ec4cb09
Add Accounts endpoint (#3540) 4 years ago
Jacky Wang f00c90e3e6
Graceful shutdown - All registered services are shutdown gracefully. (#3533) 4 years ago
Jacky Wang 6833b446fe
[consensus] fix the rare consensus/sync race condition (#3539) 4 years ago
Rongjian Lan 0a717a858f
make sig verification in the same thread (#3537) 4 years ago
Rongjian Lan 6ee2e5d143
add lastcommit sig verification in leader (#3536) 4 years ago
Sebastian Johnsson 5aed39f74d
Merge pull request #3531 from SebastianJ/rpc-fixes 4 years ago
Sebastian Johnsson af2d141403 Merge branch 'main' into rpc-fixes 4 years ago
Sebastian Johnsson 0c13c1c41b RPC fixes - filter API:s + difficulty hex formatting 4 years ago
Rongjian Lan 0815a987ad give testnet internal node enough voting power until epoch 74330 4 years ago
Daniel Van Der Maden 9fd7b27715 [services] Add print when servers have started 4 years ago
Daniel Van Der Maden 47f4237fb3 [explorer] Add compensation for InaccessibleAddresses 4 years ago
Sebastian Johnsson 00965ec26b
Merge pull request #3527 from SebastianJ/web3-apis 4 years ago
Sebastian Johnsson e993a583d2 Add web3_clientVersion 4 years ago
Sebastian Johnsson 955314d1db
Merge pull request #3526 from SebastianJ/eth-rpc-fix-empty-to-field 4 years ago
Sebastian Johnsson 252dcaaac3 Fix to - should return null instead of an empty string to be compatible with ethers.js 4 years ago
Daniel Van Der Maden 0b6a90a28c
[travis] Cache docker imgs (#3523) 4 years ago
Rongjian Lan 0c6dd80862
do not enforce voting power sum to 1 in testnet stuck epochs (#3525) 4 years ago
Rongjian Lan dea56586eb
make sure consensus always work in testnet (#3522) 4 years ago
Rongjian Lan 5643dff467
Give testnet internal node 70% voting power for stuck epochs (#3521) 4 years ago
Rongjian Lan a9840bb46a
Recover testnet (#3520) 4 years ago
Rongjian Lan df99d72b96
Add more log (#3519) 4 years ago
Leo Chen c1fbc64cef [log] add additional logs in consensus 4 years ago
Leo Chen 8946054f7d [viewchange] always use first participant as base of leader pubkey 4 years ago
Sebastian Johnsson 3db2a6617a
Merge pull request #3516 from SebastianJ/eth-gas-estimation 4 years ago
Sebastian Johnsson d015f8e55c Fix logging 4 years ago
Sebastian Johnsson 1d71d2b7f0 Fix gas estimation for sc calls 4 years ago
Sebastian Johnsson 758ec64e2a
Merge pull request #3514 from SebastianJ/eth-getTransactionreceipt-fix 4 years ago
Sebastian Johnsson 8fd3d15049 Make eth_getTransactionReceipt compatible with EIP-658 4 years ago
Rongjian Lan 3f4fa0d357
enable eth txn at epoch 442 (#3513) 4 years ago
Daniel Van Der Maden 94bf414083
Make token supply related fns more accurate (#3509) 4 years ago
Rongjian Lan 9ab1038111
Use and return the Ethereum tx hash for Ethereum txs (#3512) 4 years ago
Rongjian Lan 4fdb194f27
Add eth txn hash lookup entry (#3510) 4 years ago
Sebastian Johnsson 2b1b00da13
Merge pull request #3506 from SebastianJ/refactor-eth-rpcs 4 years ago