Commit Graph

961 Commits (b140f17b58b1426eccb4fcf40bb462dd3eda4da5)

Author SHA1 Message Date
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
Dennis Won 987306a9f8 rename tx throttline configuration key name to MaxNumTxsPerAccountPastHourLimit 5 years ago
Dennis Won 1d48c7c42c added throttling by num transactions per account past hour 5 years ago
Dennis Won c632fd6c3b save recentTxsStats on node memory for per account/per block level transactions num tracking 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
chao 311acdd5bb fix state sync bug after update consensus information 5 years ago
chao 16e4ce9428 increase number of min peers in state syncing from 5 to 10 5 years ago
Leo Chen 6d070e4d39 [crash] fix a segfault using wallet for transfer 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
Leo Chen d0da028014 Revert "add constants for demo fund" 5 years ago
Leo Chen b751d7b0c0 Revert "mint demo funds for testnet" 5 years ago
Leo Chen b29a3a2a4a Revert "move demo addresses to test folder" 5 years ago
Leo Chen 833c1f2de5 Revert "add minting demo addresses to local test" 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
Minh Doan c064ec696a fix bugs causing ws bug 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
Leo Chen ff402dbf4a [cleanup] remove IsLeader of nodeConfig 5 years ago
Chao Ma 9f589aa2db address comments for PR1219 5 years ago
chao e62df7268a [resharding] allow new bls key to join shard; dynamically change the bls keys in shard 5 years ago
Minh Doan da84baf446 add condition to work with mainnet 5 years ago
Minh Doan 78d1a52fd9 move Update out of Select Transaction 5 years ago
Minh Doan 5ecfe46b00 make the tx working again 5 years ago
Minh Doan c63dc3251b add minting demo addresses to local test 5 years ago
Leo Chen 20c69da1c0 [localtest] add localnet network type support 5 years ago
Minh Doan a8a9953a82 move demo addresses to test folder 5 years ago
Minh Doan ac9f5c4054 mint demo funds for testnet 5 years ago
Minh Doan fffc0b03f7 add constants for demo fund 5 years ago
Kai Lee 46e41dda3d Replace all logs in core module to use zerolog 5 years ago
Rongjian Lan 5e2fc37bd1 add timestamp for genesis 5 years ago
Minh Doan 18c7149f8f add extra data and add TODO 5 years ago
Minh Doan 2d24f880d5 add logic of populating state sync for explorer 5 years ago
Minh Doan b4a2eb4c87 add error for AddNewBlock func 5 years ago
chao 2d2f6217fd shorten consensus newblock retry timeout and consensus timeout 5 years ago
Minh Doan 1e27707585 allow mutiple blocks with the same height. print out error in that case 5 years ago
Minh Doan 2b11284b9d add comments 5 years ago
Minh Doan d1114193b3 add blocks for explorer correctly and clean them up to avoid OOM 5 years ago
Kai Lee eb1f1b56d1 Replaced loggers in `node/` with custom shared logger 5 years ago
Minh Doan 7ec1d260c4 set up logic for explorer node 5 years ago
Minh Doan c01652771d add syncing logic for explorer 5 years ago