Commit Graph

1374 Commits (1241ece48ca698787d55f4302be793914a674ef9)

Author SHA1 Message Date
Rongjian Lan 22cfe3bcc8 Remove unnecessary log 5 years ago
Rongjian Lan 18146f3106 Fix first block checking 5 years ago
Rongjian Lan 75021dae16 Add first cross link block for mainnet 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
Rongjian Lan 5580d0df15 Add receipt local storage and pending list 5 years ago
chao 2a8882eb90 wip 5 years ago
chao e87820d593 fix cross shard tx nonce issue 5 years ago
Rongjian Lan 907c4a75a5 Fix cross link verification 5 years ago
Rongjian Lan 1307f48090 Fix last commit checking bug; fix local key setup 5 years ago
Dennis Won b69aabc5b6 unbreak travis test 5 years ago
Dennis Won 5df2131bad addressed PR comments 5 years ago
Dennis Won a9bbcf6ae8 stress test script updates 5 years ago
Dennis Won b1bc9ea3b6 wallet stress_test_script v.0 for stress testing token transfer 5 years ago
Dennis Won 04682a53b9 fix recentTxsCounts map data clean up bug 5 years ago
Dennis Won 7f6afb138e fix unit test that failed travis 5 years ago
Dennis Won 704872b9ca Renamed the prev MaxNumTxsPerBlockLimit to tx pool size limit and added another config value MaxNumTxsPerBlockLimit separately 5 years ago
Dennis Won 3a63192506 enable transactions by addiontally removing network check 5 years ago
Dennis Won b8550ab001 added error handling for the case when msg was not able to extracted from tx during throttling tx 5 years ago
Dennis Won 357703d643 revert comparing by nano. compare max limit on tx amount with one 5 years ago
Dennis Won 7d91280967 fix max big int limit comparison issue with overflow 5 years ago
Dennis Won 3653c43619 fix nil seg fault breaking consensus 5 years ago
Dennis Won af858d93e6 removed zero logger for the flow added in this pr 5 years ago
Dennis Won df7bb99d46 rename tx throttline configuration key name to localnetMaxNumRecentTxsPerAccountLimit 5 years ago
Dennis Won df2f2eb3c9 rename tx throttline configuration key name to MaxNumTxsPerAccountPastHourLimit 5 years ago
Dennis Won 46c93eb628 added throttling by num transactions per account past hour 5 years ago
Dennis Won 9fa8a38e20 save recentTxsStats on node memory for per account/per block level transactions num tracking 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 868dfdbf19 fix lint 5 years ago
Dennis Won 8e926cce03 stress test script updates 5 years ago
chao db56a7b7c2 destination shard tx value addition works 5 years ago
Rongjian Lan ccdafa0dca Fix merge marks 5 years ago
Rongjian Lan 1edbcb0db7 Add crosslink support on beacon chain 5 years ago
Dennis Won abd670639b wallet stress_test_script v.0 for stress testing token transfer 5 years ago
chao 0780a1c75a add merkle proof generation/validation and cxreceipts message handler function 5 years ago
Nye Liu e6c7b48e26
Fix typo :) 5 years ago
Dennis Won bf07063a2e fix recentTxsCounts map data clean up bug 5 years ago
Nye Liu bb27c3418e Fix typo :) 5 years ago
chao 02fb5cb7b2 add cxReceipt data type; add cxReceipt encode/decode; add logic wip 5 years ago
flicker-harmony cefc76d5e9 Add committee api for explorer service 5 years ago
Dennis Won 8bd49d7736 fix unit test that failed travis 5 years ago
Dennis Won dffe6652a7 Renamed the prev MaxNumTxsPerBlockLimit to tx pool size limit and added another config value MaxNumTxsPerBlockLimit separately 5 years ago
Dennis Won 24a87fdcc3 enable transactions by addiontally removing network check 5 years ago
Dennis Won 0d79de61a2 added error handling for the case when msg was not able to extracted from tx during throttling tx 5 years ago
Dennis Won e37f3ed966 revert comparing by nano. compare max limit on tx amount with one 5 years ago
Dennis Won 9da6f5624c fix max big int limit comparison issue with overflow 5 years ago
Dennis Won c48f0bea46 fix nil seg fault breaking consensus 5 years ago
Dennis Won f41a2e6203 removed zero logger for the flow added in this pr 5 years ago
Dennis Won dae2e393c9 rename tx throttline configuration key name to localnetMaxNumRecentTxsPerAccountLimit 5 years ago