Commit Graph

  • 6e4c900d0b miner: do not copy nil baseFee for transactionsByPriceAndNonce NathanBSC 2023-09-12 16:54:02 +08:00
  • 0836dedc4c cmd/utils: fix parsing BootstrapNodes from BootnodesFlag NathanBSC 2023-09-08 18:04:03 +08:00
  • 755990413a fix: db inspect cmd for trie history ancient joeycli 2023-09-12 15:30:21 +08:00
  • 2c78ead69e chore: adjust triedb init joeycli 2023-09-12 14:42:44 +08:00
  • 002361ca52 fix: prque remove index out of bounds joeycli 2023-09-12 10:16:31 +08:00
  • 7fd4087170
    Merge 3efe32a92c9a7a21200781f13fec490a52fd81ee into bb6bdc055d1a7f1f049c924028ad8aaf04291b3b GalaIO 2023-09-11 18:53:56 -07:00
  • cfb2c4c1d5 fix: delete disklayer stale after commit joeycli 2023-09-11 21:39:26 +08:00
  • 014a21f5a6 fix: add triedb update before triedb commit joeycli 2023-09-11 18:36:43 +08:00
  • bb6bdc055d
    Merge pull request #1860 from bnb-chain/develop v1.2.12 lx 2023-09-11 17:43:19 +08:00
  • 12ef276a7d
    consensus/misc: fix min gas limit error message (#28085) Bala Murali Krishna Komatireddy 2023-09-11 01:57:22 -07:00
  • 1efd12f695
    core: fix calculation of blob gasprice in tx receipt (#28082) lightclient 2023-09-11 00:14:20 -06:00
  • a07ed143fa fix: triedb scheme check joeycli 2023-09-11 11:36:03 +08:00
  • 52837d077c fix: set triedb to genesis commit joeycli 2023-09-11 11:03:52 +08:00
  • 9f8f18160a fix: add dbinspect cmd check triedb joeycli 2023-09-11 10:49:37 +08:00
  • f74fbdf305 fix: prque remove index out of bounds joeycli 2023-09-11 10:10:39 +08:00
  • 5cf53f51ac
    ethclient: use 'input', not 'data' as field for transaction input (#28078) Martin Holst Swende 2023-09-08 18:33:36 +02:00
  • 83886e40b6
    go.mod: pull in a fix from pebble crl-release-23.1 (#28081) Péter Szilágyi 2023-09-08 17:23:57 +03:00
  • f9a1f111d1 p2p: debug logs for bfix emailtovamos 2023-09-08 15:14:10 +01:00
  • bfa8c261b5 core: networktx as an attempt for bfix emailtovamos 2023-09-08 15:13:56 +01:00
  • 7df23b81ea core: excessdatagas bug fix emailtovamos 2023-09-08 15:12:42 +01:00
  • b1b9e64cc5 blob: placing blobdb emailtovamos 2023-09-08 15:11:33 +01:00
  • 0f622f3829
    lint: fix all golang lint after big merge (#1861) NathanBSC 2023-09-08 16:36:16 +08:00
  • 3ae8ffceda lint: fix all golang lint after big merge NathanBSC 2023-09-08 11:49:45 +08:00
  • 1c17c47df7
    release: prepare for release v1.2.12 (#1859) lx 2023-09-08 14:20:19 +08:00
  • 0fd1efd24c release: prepare for release v1.2.12 larry.lx 2023-09-08 11:20:53 +08:00
  • 7b94e6163f
    Merge pull request #1856 from bnb-chain/merge_develop_to_big_merge_v1.10.16_v1.12.2 lx 2023-09-08 11:18:11 +08:00
  • 6632d3bf99 Merge branch 'develop' into merge_develop_to_big_merge_v1.10.16_v1.12.2 NathanBSC 2023-09-08 11:14:09 +08:00
  • 5a7964ded2
    Update init-network command (#1839) Mister-EA 2023-09-08 04:36:53 +02:00
  • 6af6162297
    vote: check consensus key match vote key before voting (#1858) NathanBSC 2023-09-08 10:20:07 +08:00
  • 2bca6b5901 revert commit joeycli 2023-09-08 03:19:28 +08:00
  • 04eb7de203 fix: add triedb init check joeycli 2023-09-08 02:54:00 +08:00
  • 38f7c0e7e1 fix: hashdb is compatible with pathdb joeycli 2023-09-08 02:08:00 +08:00
  • 6f28450d76 fix: hashdb is compatible with pathdb during initialization phase joeycli 2023-09-07 23:40:02 +08:00
  • 2d68a9c7e7 chore: golang fmt joeycli 2023-09-07 22:46:28 +08:00
  • a7842c9cae
    core, trie: cleanup trie database (#28062) rjl493456442 2023-09-07 21:17:14 +08:00
  • a8d7201ec5
    log: avoid stack lookups when not needed/used (#28069) Martin Holst Swende 2023-09-07 14:48:49 +02:00
  • 4cf7c97267 change for open database Rick975 2023-09-07 20:31:01 +08:00
  • 200f61c1f1 code change for db inspect Rick975 2023-09-07 20:12:45 +08:00
  • 9ee907300a reference nonempty account Rick975 2023-09-07 19:58:10 +08:00
  • b2ed45c29a vote: check consensus key match vote key before voting NathanBSC 2023-09-07 14:52:16 +08:00
  • b5e862b9a8 Merge branch 'develop' into merge_develop_to_big_merge_v1.10.16_v1.12.2 NathanBSC 2023-09-07 17:50:15 +08:00
  • a0cb4d0377
    eth/tracers: trace system tx should add intrinsicGas (#1855) Eric 2023-09-07 16:46:54 +08:00
  • 202ab70922
    Big merge v1.10.16 v1.12.2 fix ci (#1850) NathanBSC 2023-09-07 16:39:29 +08:00
  • c60f7dd08d
    deps: update minisign (#28066) Martin Holst Swende 2023-09-07 10:18:46 +02:00
  • 0c46498860 eth/tracers: trace system tx should add intrinsicGas zzphust 2023-09-07 14:44:29 +08:00
  • 382fd0c1f4 keep persist diff in test NathanBSC 2023-09-07 10:42:05 +08:00
  • a4373557df
    fetcher: no import blocks before or equal to the finalized height (#1854) lx 2023-09-06 21:53:47 +08:00
  • 3f0158751e
    Merge pull request #1852 from bnb-chain/bootnodes Matus Kysel 2023-09-06 15:40:03 +02:00
  • acf898d4d6 decHandlers for trust protocol NathanBSC 2023-09-06 20:24:36 +08:00
  • e6e22ceeb2 fix TestFastNode NathanBSC 2023-09-06 20:01:42 +08:00
  • d40f382fe1
    doc: add simple guide to run bootnode Matus Kysel 2023-09-05 08:44:05 +02:00
  • 1118b6c62f fix dir eth/protocols/trust NathanBSC 2023-09-06 18:26:44 +08:00
  • 3973bf256e comments: update the comments larry.lx 2023-09-06 18:38:19 +08:00
  • 2e02c1ffd9
    core/rawdb: don't warn for missing "unclean shutdown markers" (#28014) Delweng 2023-09-06 18:29:51 +08:00
  • f08b2d805b UT: fix UT crash in finalizeHeighter larry.lx 2023-09-06 16:54:45 +08:00
  • 2f77299136
    go.mod: goupnp 1.3.0 (#28053) ucwong 2023-09-06 09:17:36 +01:00
  • d201e60499 fetcher: no import blocks before or equal to the finalized height larry.lx 2023-09-06 14:48:31 +08:00
  • 4d23141760 remove diffsync NathanBSC 2023-09-06 11:05:54 +08:00
  • b43c41025b Merge branch 'develop' into rick_pbss_2 Rick975 2023-09-06 14:12:56 +08:00
  • 0a0f489ec3 fix: enable state snap joeycli 2023-09-06 14:10:37 +08:00
  • d252cd3260 enable state snapshot Rick975 2023-09-06 13:54:49 +08:00
  • cf23e7d067 chore: add debug log for snap dirty data joeycli 2023-09-06 13:20:04 +08:00
  • cd73bef889 chore: add debug log for snap dirty data joeycli 2023-09-06 12:40:34 +08:00
  • f586af21a8 chore: add debug log for snap dirty data joeycli 2023-09-06 12:29:44 +08:00
  • 80d0c4d6bc chore: add debug log for snap dirty data joeycli 2023-09-06 12:25:54 +08:00
  • 3303097191 compile pass after revert NathanBSC 2023-09-06 10:53:49 +08:00
  • 1f462d94af Revert "remove diffsync related code" NathanBSC 2023-09-06 10:48:14 +08:00
  • 869b44e31b Revert "remove diffStore" NathanBSC 2023-09-06 10:41:31 +08:00
  • c0e7e06817 fix: add rwlock for nodebuffer for concurrent access joeycli 2023-09-05 20:31:36 +08:00
  • 25733a4aad
    params: update 4844 parameters (#28026) lightclient 2023-09-05 02:49:51 -06:00
  • 05766cf33f use Leveldb as default NathanBSC 2023-09-05 15:07:10 +08:00
  • 6b91209a24 do not double gas limit upon london block NathanBSC 2023-09-05 14:26:02 +08:00
  • 36f29723cb no commit when path triedb Rick975 2023-09-05 14:25:41 +08:00
  • 50f1cf3aa9
    discov: add hardcoded bootnodes Matus Kysel 2023-09-05 08:23:51 +02:00
  • 0982110933 revert interface Finalize of consensus NathanBSC 2023-09-05 14:00:28 +08:00
  • cfd55249c7 del unused Rick975 2023-09-05 12:24:56 +08:00
  • f27a4138a6 Add mux lock for node set merge Rick975 2023-09-05 11:54:27 +08:00
  • 77b272dd7a chore: forbidden statedb snapshot joeycli 2023-09-05 11:19:52 +08:00
  • 69d764e198 calculate fees before FinalizeAndAssemble NathanBSC 2023-09-05 11:15:42 +08:00
  • 24ffe92743 remove totalFees NathanBSC 2023-09-05 10:58:43 +08:00
  • d67e644010 add omitempty tag for unused new fields of core.Genesis NathanBSC 2023-09-04 19:42:27 +08:00
  • 6ff7953ab3 fix attempt Sebastian Kałużny 2023-09-04 19:02:09 +02:00
  • 4335445e1f fix attempt Sebastian Kałużny 2023-09-04 18:51:12 +02:00
  • 4c0860edc2 comment snap of statedb Rick975 2023-09-04 22:49:58 +08:00
  • eff7c3bda0
    core/forkid: skip genesis forks by time (#28034) lightclient 2023-09-04 07:32:14 -06:00
  • f260a9edb9
    beacon/engine: add shouldOverrideBuilder to payload envelope (#28029) lightclient 2023-09-04 07:26:13 -06:00
  • 6f8b913539 do not copy nil accessList NathanBSC 2023-09-04 16:48:32 +08:00
  • e242b14f6d an critical comment for state.Prepare NathanBSC 2023-09-04 15:56:38 +08:00
  • 4fed4047dc use common hasher in getDeletedStateObject, no race here NathanBSC 2023-09-04 14:39:33 +08:00
  • 05e8e24848 remove useless NathanBSC 2023-09-04 14:30:05 +08:00
  • a1f731f4e0 prepare for merge NathanBSC 2023-09-04 12:15:54 +08:00
  • 910f5fc781 fix tests/Run to generate snapshot NathanBSC 2023-09-04 10:33:19 +08:00
  • 328e379408 fix: updatr trie before commit trie joeycli 2023-09-03 23:04:43 +08:00
  • 23ba17fc0f handle non-nil offset db initialisation Manav Darji 2023-09-02 18:36:22 +05:30
  • 1d50fc0142 cmd/geth: improve pruning tests Manav Darji 2023-09-02 18:36:09 +05:30
  • fb90cf838f fix: init genesis triedb error joeycli 2023-09-02 18:07:16 +08:00
  • a2d7385a67 fix: active triedb commit flag joeycli 2023-09-01 23:12:37 +08:00
  • d5807d0060 fix: triedb commited for committing joeycli 2023-09-01 22:44:11 +08:00
  • fa377a6ac5 fix invalid merkle issue Rick975 2023-09-01 22:05:15 +08:00
  • 0278dc5efc CI: fix snap sync larry.lx 2023-09-01 21:07:13 +08:00