Commit Graph

  • 37caa6dc4b Disable logging transactions stable tornadocontrib 2024-11-02 09:37:58 +00:00
  • caa9e7991a feat: remove pipecommit (#2742) develop buddho 2024-10-23 16:15:39 +08:00
  • 675449a1d9 core/txpool/legacypool: add overflowpool for txs (#2660) Satyajit Das 2024-10-17 13:23:06 +05:30
  • 60bdc2539e pool: fail fast, disable by default, no interface txpool-new emailtovamos 2024-10-16 13:56:48 +01:00
  • 0dd0bd7b38 pool: remove extra new lines emailtovamos 2024-10-15 18:25:12 +01:00
  • f41bb13160 pool: refactoring, addressing comments emailtovamos 2024-10-15 12:50:58 +01:00
  • be0eb10f1f concensus/parlia.go: make distribute incoming tx more independence (#2735) Eric 2024-10-15 19:49:04 +08:00
  • 1c8fb28c99 fix: change version db config versa_perf joeylichang 2024-10-15 10:25:10 +08:00
  • 0e67514ee7 pool: remove debug logs emailtovamos 2024-10-14 14:55:44 +01:00
  • 8170d99b2f Merge branch 'develop' into txpool-new emailtovamos 2024-10-14 14:41:42 +01:00
  • 7a929d6324 pool: refactor to overflow pool emailtovamos 2024-10-14 11:05:49 +01:00
  • 00a36bb0cc feat: modify LOCK_PERIOD_FOR_TOKEN_RECOVER to 300 seconds on BSC Testnet in pascal hardfork (#2737) Ethan 2024-10-12 09:14:28 +08:00
  • 6b614dc2bc feat: update commit id in pascal hardfork token-recover-period Ethan 2024-10-11 17:24:49 +08:00
  • 3a6dbe4d85 ethclient: move TransactionOpts to avoid import internal package; (#2736) galaio 2024-10-11 16:44:50 +08:00
  • 1cb217250c feat: modify LOCK_PERIOD_FOR_TOKEN_RECOVER to 300 seconds on BSC Testnet Ethan 2024-10-11 16:04:40 +08:00
  • 72ec06eae7 feat: update system contract bytecodes of pascal hardfork (#2734) Ethan 2024-10-10 13:01:30 +08:00
  • 19e8487315 feat: update system contract bytecodes of pascal hardfork pascal-hardfork-fix Ethan 2024-10-09 19:18:13 +08:00
  • 55896bf610 minor Update group_prover.sage (#2716) Vitor Nazário Coelho 2024-10-08 04:49:41 -03:00
  • 5d44ba9c6a pool: remove sequence, more sturdy, maxsize emailtovamos 2024-10-01 11:48:56 +01:00
  • 6d41ff8190 chore: delete debug info joeylichang 2024-09-30 16:49:06 +08:00
  • ffa6c04478 chore: reopen prefetcher versa_perf_bk joeylichang 2024-09-30 15:22:22 +08:00
  • 7bf93179b9 chore: delete write batch and change versa config joeylichang 2024-09-30 15:11:05 +08:00
  • 37b942eb2c fix: delete commit and commit num log joeylichang 2024-09-29 14:54:43 +08:00
  • bff9d252d6 core: clearup testflag for Bohr (#2727) buddho 2024-09-29 13:30:45 +08:00
  • 2fbd77d64c chore: change default config joeylichang 2024-09-29 11:13:55 +08:00
  • 46f6c75cc0 chore: change default config joeylichang 2024-09-29 11:04:15 +08:00
  • 7a0d393c0d chore: change storage writebatch to single update joeylichang 2024-09-28 15:44:13 +08:00
  • ed573ee1a8 chore: change versa config' joeylichang 2024-09-28 07:39:25 +08:00
  • 6252589246 chore: delete prefetcher joeylichang 2024-09-28 07:33:39 +08:00
  • 5271bf9bdb feat: support versa write batch joeylichang 2024-09-27 17:01:12 +08:00
  • 9c72c02502 pool: preallocate pool3 emailtovamos 2024-09-26 16:03:23 +01:00
  • a8959fe60e pool: minor refactors emailtovamos 2024-09-26 15:18:06 +01:00
  • 31c9465eac pool: remove old buffer for pool3 emailtovamos 2024-09-26 14:58:31 +01:00
  • 4e69ac4a0f pool: remove event and debug logs emailtovamos 2024-09-26 14:55:59 +01:00
  • d5b10e09a7 pool: remove fastcache which is no longer required emailtovamos 2024-09-26 14:24:37 +01:00
  • 1ad40cda3f pool: add back removed logic emailtovamos 2024-09-26 14:24:13 +01:00
  • 355dee9000 pool: edit tests and remove remaining pool2 logic emailtovamos 2024-09-26 14:21:36 +01:00
  • 6a6e09c849 pool: remove pool2 related code emailtovamos 2024-09-26 14:13:13 +01:00
  • 2a6bb8720d fix: commit and calc num joeylichang 2024-09-26 17:07:43 +08:00
  • 53b585e7ab chore: add check for genesis joeylichang 2024-09-26 16:55:15 +08:00
  • 5018895927 chore: add commit and calc root num log joeylichang 2024-09-26 16:25:32 +08:00
  • 3dc1030979 chore: add state object commit panic check joeylichang 2024-09-26 15:39:30 +08:00
  • 846e55b9a4 pool: remove pool2 from legacypool emailtovamos 2024-09-25 16:05:01 +01:00
  • 09575625db pool: heap map as pool3 emailtovamos 2024-09-25 14:06:24 +01:00
  • 27f67a5210 feat: add Prague hardfork (#2718) buddho 2024-09-23 17:53:32 +08:00
  • 8c1acb0b22 feat: add pascal hardfork (#2692) Ethan 2024-09-23 16:17:06 +08:00
  • 9579134117 chores: update pascal-hardfork contracts repo commit id pascal-hardfork Ethan 2024-09-23 11:54:26 +08:00
  • ca566b4491 chores: update pascal-hardfork contracts repo commit id Ethan 2024-09-23 11:45:17 +08:00
  • ec318b9c97 github: upgrade upload artifact from v4.1.7 to v4.3.3 (#2713) master v1.4.15 zzzckck 2024-09-19 15:02:02 +08:00
  • 6624522423 github: upgrade artifact from v3 to v4.1.7 (#2712) zzzckck 2024-09-19 14:54:35 +08:00
  • 206c3b0ab0 Merge pull request #2701 from bnb-chain/develop zzzckck 2024-09-19 11:50:11 +08:00
  • 3e3c56b235 pool: address minor issues emailtovamos 2024-09-19 04:32:47 +01:00
  • f5b5805359 Merge pull request #2705 from will-2012/perf-pbssbsc versa_base will-2012 2024-09-19 11:16:10 +08:00
  • 089064c1ff Merge pull request #2683 from buddh0/remove_duplicate_list_check zzzckck 2024-09-19 10:13:27 +08:00
  • 629af6dab4 pool: else ifs instead of ifs emailtovamos 2024-09-18 13:04:29 +01:00
  • 774e314096 pool: truly discard underpriced, Transfer after lock is over emailtovamos 2024-09-18 13:01:22 +01:00
  • 5289ecdfe2 eth/protocols: add Withdrawals check before broadcastBlock buddh0 2024-09-04 16:39:15 +08:00
  • d141ff06c3 Revert "eth/handler: check lists in body before broadcast blocks (#2461)" buddh0 2024-09-04 16:36:37 +08:00
  • 9cbac84363 doc: update readme to remove Beacon chain part (#2697) zzzckck 2024-09-18 16:56:10 +08:00
  • 21faa2de3f release: prepare for release v1.4.15 (#2700) zzzckck 2024-09-18 14:34:01 +08:00
  • 34059cb144 faucet: update DIN token faucet support (#2706) WMQ 2024-09-18 11:51:59 +08:00
  • b8f5b6a135 Merge pull request #2709 from will-2012/update-versadb-config0 will-2012 2024-09-14 16:43:17 +08:00
  • 4b17959733 chore: update trivals will@2012 2024-09-14 16:42:46 +08:00
  • 5bbfa69f35 Merge pull request #2708 from will-2012/update-versadb-config will-2012 2024-09-14 16:37:30 +08:00
  • 99678970e1 chore: update versadb default config will@2012 2024-09-14 16:28:33 +08:00
  • 33d7760e8a faucet: update zzzckck-patch-1 zzzckck 2024-09-14 15:45:24 +08:00
  • b5cd70c282 Update customized faucet README.md zzzckck 2024-09-14 15:37:43 +08:00
  • 34bc9e02aa Merge remote-tracking branch 'bsc/versa_base' into perf-pbssbsc will@2012 2024-09-14 10:09:16 +08:00
  • 8a3d62e756 perf: add db metrics will@2012 2024-09-14 10:06:38 +08:00
  • 3e44dcaa55 chore: add missing symbols in comment (#2704) tiaoxizhan 2024-09-14 09:12:56 +08:00
  • b818cb78db pool: transfer on block import and simplify it emailtovamos 2024-09-12 16:29:57 +01:00
  • 282aee5856 faucet: add example for custimized token (#2698) zzzckck 2024-09-12 15:48:11 +08:00
  • 44e91bba23 faucet: support customized token (#2687) zzzckck 2024-09-12 15:10:37 +08:00
  • cf10c5cfe6 eth: send to some peers of pool2, not just static emailtovamos 2024-09-11 15:57:29 +01:00
  • 248bb6b0d6 pool: fastcache, interface, metrics modify emailtovamos 2024-09-11 15:57:06 +01:00
  • 774d1b7ddb Merge pull request #2684 from ngotchac/ngotchac/requeue-fixes zzzckck 2024-09-11 10:58:06 +08:00
  • 8bbd8fbf48 consensus/parlia: wait more time when processing huge blocks (#2689) buddho 2024-09-11 10:14:11 +08:00
  • a28262b3ec miner: limit block size to eth protocol msg size (#2696) buddho 2024-09-10 16:24:29 +08:00
  • 10c15c997e feat: update bytecode on dev env Ethan 2024-09-09 15:13:17 +08:00
  • 20147c351e chores: rename some contract name Ethan 2024-09-09 13:55:36 +08:00
  • 5c72898a0b config: fix default value for PascalTime and add OverridePascal (#2693) buddho 2024-09-09 11:03:58 +08:00
  • df4dc499c7 feat: add pascal hardfork Ethan 2024-09-08 09:53:33 +08:00
  • 7de27ca9e9 CI: nancy ignore CVE-2024-8421 (#2695) buddho 2024-09-10 11:27:04 +08:00
  • 6d082af0f3 feat: add prefetcher joeycli 2024-09-09 14:22:11 +08:00
  • 0a5dbef9f4 pool: queued goes to 0 locally after this change emailtovamos 2024-09-06 17:19:56 +01:00
  • 3a36604b64 eth: initial implementation of peer blacklist stale-peer Matus Kysel 2024-09-06 16:06:37 +02:00
  • 0e61543954 test: requestPromoteExecutables after every enqueue for testing emailtovamos 2024-09-06 12:20:36 +01:00
  • 089845c5f3 chore: add statedb get metrices joeycli 2024-09-06 14:06:12 +08:00
  • d4879836c0 chore: add statedb get metrices joeycli 2024-09-06 14:06:12 +08:00
  • 4b00174821 chore: add snapshot metrices joeycli 2024-09-06 09:32:13 +08:00
  • d7e873c28c fix: delete redundancy state close joeycli 2024-09-06 09:14:55 +08:00
  • e7e5d508b5 txpool: set default GasCeil from 30M to 0 (#2688) zzzckck 2024-09-05 22:01:24 +08:00
  • f646d4f1c0 feat: support version and root as key to state joeycli 2024-09-04 19:11:38 +08:00
  • 03069a7703 fetcher: Sleep after marking block as done when requeuing Nicolas Gotchac 2024-09-04 11:29:17 +02:00
  • 1bcdad851f metrics: add some extra feature flags as node stats; (#2662) galaio 2024-09-04 16:37:43 +08:00
  • 24a46de5b2 eth: Add sidecars when available to broadcasted current block (#2675) Nicolas Gotchac 2024-09-04 10:22:07 +02:00
  • 5c4096fffa faucet: with mainnet balance check, 0.002BNB at least (#2672) zzzckck 2024-09-04 16:19:01 +08:00
  • f85d19aa8f build(deps): bump actions/download-artifact in /.github/workflows (#2679) dependabot[bot] 2024-09-04 16:12:07 +08:00
  • 0dab664d98 txpool: apply miner's gasceil to txpool (#2680) zzzckck 2024-09-04 16:02:27 +08:00
  • eaddc87def fix: check version and root when rewind joeycli 2024-09-04 14:44:10 +08:00