Commit Graph

172 Commits (f17e76fe1bd825cfa8034a30c52dd53dc3e967d8)

Author SHA1 Message Date
Dennis Won 479c9ad60f consolidate and use block validator functions properly 5 years ago
chao d0856e5af9 add ToShardID verification 5 years ago
chao 39809b9027 add upper limit on incoming receipts 5 years ago
chao d624e3c46a remove crosslink checking in cross tx receipt verification 5 years ago
Rongjian Lan 586b6a7822 Fix comments 5 years ago
Eugene Kim 8cc2543c9e Move header fields into private struct; expose them using getters/setters 5 years ago
Eugene Kim d26525af63 shard.ShardState → shard.State to reduce stutter 5 years ago
Eugene Kim b874e65126 Move ShardState et al from ./core/types to ./shard 5 years ago
Rongjian Lan 2d51ba0ee2 Add CrossLink, EIP155, and S3 fork 5 years ago
Dennis Won ab64222db1 enable transaction on mainnet/releasenet 5 years ago
Eugene Kim 30b63fc552 Revert "Merge pull request #1413 from rlan35/cross-shard-rj" 5 years ago
Eugene Kim 69e51f6787 Revert "Merge pull request #1426 from chaosma/master" 5 years ago
Eugene Kim 5f6b340166 Revert "Merge pull request #1437 from chaosma/master" 5 years ago
Eugene Kim 88e4eec625 Revert "Merge pull request #1455 from chaosma/master" 5 years ago
Chao Ma f96def4248 add debug log for CXReceipts 5 years ago
Chao Ma 7ae3d82ea5 add log for CXReceipts 5 years ago
Chao Ma fa45a3d710 add more debug log for crosslink proposal 5 years ago
Rongjian Lan 5f0999d842 Fix work update issue for all networks 5 years ago
chao 7f62c8e57a add crosslink verification for shardID=0 case 5 years ago
chao 99b6e5f438 add crosslink verification for shardID=0 case 5 years ago
chao 5eaeba16cd add crosslink verification for shardID=0 case 5 years ago
chao 68b7c7c4c5 add crosslink verification 5 years ago
chao 1a5bb409e3 fix double spent issue 5 years ago
chao 7b3626ad22 avoid double spent logic added 5 years ago
Chao Ma 285643035d fix conflicts with cross-shard branch 5 years ago
Chao Ma 61abd36725 fix cross shard transaction destination shard not adding balance 5 years ago
chao c5c9356974 add account creation 5 years ago
Rongjian Lan f335e0bb78 Fix cross shard bad block issue 5 years ago
chao d293e406cc fix signature issue for homestead; add balance in destination shard in propose stage 5 years ago
chao 2913ff7157 refactor incoming receipts handling; store both receipts+proof in block; add CXReceiptsProof verification 5 years ago
chao d1d3e23ee4 add incomingReceipts handling and verification 5 years ago
Rongjian Lan 1a65ca2eff Wire receipts in block proposal; fix lint 5 years ago
Rongjian Lan 18146f3106 Fix first block checking 5 years ago
Rongjian Lan f20520ffa5 Sort receipts list 5 years ago
Rongjian Lan 6ade661f9b Wire receipts in block proposal; fix lint 5 years ago
Dennis Won 3a63192506 enable transactions by addiontally removing network check 5 years ago
Dennis Won bf13dea40d enable tx for all type of network (mainnet, testnet, local) 5 years ago
Dennis Won 718a937ddc [r3 patch] throttle transactions with configuration per-network level 5 years ago
Rongjian Lan 1edbcb0db7 Add crosslink support on beacon chain 5 years ago
Dennis Won 24a87fdcc3 enable transactions by addiontally removing network check 5 years ago
Dennis Won af476b3ebc enable tx for all type of network (mainnet, testnet, local) 5 years ago
Dennis Won f902592a4d [r3 patch] throttle transactions with configuration per-network level 5 years ago
Leo Chen 24f3a7524a [log] convert to zerolog in node/ module 5 years ago
chao e9a352e9e5 Revert "fix network restart issue for mainnet shard0 down" 5 years ago
chao 26022d5478 Revert "Merge pull request #1238 from LeoHChen/recovery_block_in_shards" 5 years ago
Rongjian Lan b4e5c85325 Add consensus message sender/retryer 5 years ago
Rongjian Lan e29564c04d Fix leader consensus retry logic 5 years ago
Leo Chen c7bcd89e6b [consensus] recovery block when shard is stuck 5 years ago
Chao Ma 2a299c9786 fix network restart issue for mainnet shard0 down 5 years ago
Chao Ma 9f589aa2db address comments for PR1219 5 years ago