Commit Graph

3637 Commits

Author SHA1 Message Date
Alexey Shekhirin
a828d12dcf fix(bin, node-core): commit genesis header into static files after db (#7089) 2024-03-11 10:33:59 +00:00
Alexey Shekhirin
494361992d fix(rpc): less clones in logs filter (#7060)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-10 14:18:48 +00:00
joshieDo
84e970414e fix(rpc): cache transaction hash when filtering over receipt logs (#7074)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-10 10:10:49 +00:00
DaniPopes
4aecad8032 chore: inspector stack from evm-inspectors (#7076) 2024-03-09 23:34:26 +00:00
int88
6dbc5e0cee fix: remove redundant checking for if peer is banned (#7069)
Signed-off-by: int88 <golden-miner@qq.com>
2024-03-09 15:05:56 +00:00
Matthias Seitz
9cae775f9c perf: use special geth tracer config setups (#7062) 2024-03-08 16:45:25 -08:00
rakita
d4ff65bfad bump: revm v7.1.0 (#7064) 2024-03-09 00:12:26 +00:00
Matthias Seitz
48b763f88a chore: bump max concurrent outbound dials (#7057) 2024-03-08 20:37:13 +00:00
Roman Krasiuk
78f9dbda6c chore(txpool): update size metrics on every insert & removal of transactions (#7051) 2024-03-08 20:13:35 +00:00
ArtificialPB
486945f156 feat(rpc): add support for muxTracer (#7053) 2024-03-08 20:04:42 +00:00
Matthias Seitz
bf948d1719 chore: be less strict when slashing trusted peers (#7052) 2024-03-08 19:58:59 +00:00
DaniPopes
3c028e5ef4 chore: fix typos (#7049) 2024-03-08 14:23:37 +00:00
Håvard Anda Estensen
7fa35042dd perf: replace BytesMut with alloy_rlp::encode (#7047)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-03-08 13:56:28 +00:00
Roman Krasiuk
9569692d47 feat(trie): parallel storage roots (#6903) 2024-03-08 13:23:27 +00:00
Delweng
ed0dce85e0 chore: make clippy happy (#7045)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-03-08 12:54:40 +00:00
Oliver Nordbjerg
43bb4ccbba chore: remove repetitive words (#7041) 2024-03-08 14:02:37 +01:00
greged93
5d83de223f fix: revert filter_logs type (#7046) 2024-03-08 13:59:33 +01:00
Matthias Seitz
eb6a95949b chore: mem take topics when converting logs (#7048) 2024-03-08 13:58:13 +01:00
Abner Zheng
1cd05b09ef decrease default tracing permits (#7010)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-07 16:37:56 +00:00
Matthias Seitz
4017b3ac65 docs: more node-builder docs (#7034) 2024-03-07 16:35:23 +00:00
Alexey Shekhirin
6557da136b test(ef-tests, storage): do not sync_all static files in state tests (#6914) 2024-03-07 16:18:13 +00:00
Alexey Shekhirin
9f21d1ca0e feat(storage): improve current process detection for MDBX HSR (#6917) 2024-03-06 23:32:31 +00:00
Dan Cline
3308ddbc2d chore: condition export of generate_blob_sidecar on its cfg (#7023) 2024-03-06 23:03:10 +00:00
Emilia Hane
b66f54d9eb chore(deps): bump ethers to 2.0.14, enr to 0.10, unpin discv5 (#6634)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-03-06 18:30:38 +00:00
joshieDo
914b1657d9 docs: update static file documentation (#6878) 2024-03-06 18:24:02 +00:00
Abner Zheng
6f8d1a8137 Rename TxType variants to UpperCamelCase (#7012) 2024-03-06 17:36:58 +00:00
Alexey Shekhirin
dd6742e8b7 test(stages): fix deadlock with multiple static file writers (#7011) 2024-03-06 17:19:25 +00:00
Emilia Hane
ed086497b7 Shorten error message on debug assertion (#6988) 2024-03-06 15:37:13 +00:00
DaniPopes
a1df972464 chore: remove most ethers mentions and code (#6999) 2024-03-06 14:38:15 +00:00
Matthias Seitz
c7826cb555 fix: immediately refill slots (#6997) 2024-03-06 14:33:32 +00:00
Emilia Hane
422b8f8e75 Prioritisation network manager + transactions manager + eth request handler (#6590)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-03-06 13:43:21 +00:00
DaniPopes
e42fb32c7f ci/test: speed up tests (#6987) 2024-03-06 13:30:18 +00:00
DaniPopes
d1dc906d96 chore: use IntoIterator more (#6998) 2024-03-06 13:29:38 +00:00
int88
23a72d3fce remove clique related tests (#6996)
Signed-off-by: int88 <golden-miner@qq.com>
2024-03-06 12:31:46 +00:00
Luca Provini
9226488b3a Node tests crate (#6972) 2024-03-06 12:05:15 +00:00
yjh
f5be92573c chore: use cache to determine hardfork (#6989)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-06 11:54:20 +00:00
Roman Krasiuk
00f97f34ad fix(staged-sync): correctly calculate total entries in bodies checkpoint (#6992) 2024-03-06 11:38:36 +00:00
yjh
2d6ad17b85 fix: Canyon timestamp overflow (#6990) 2024-03-06 11:36:19 +00:00
Alexey Shekhirin
0633fa569e test(storage): fix flaky read transaction safety (#6995) 2024-03-06 11:35:35 +00:00
Alexey Shekhirin
588c2f2e6a test(storage): make read transaction safety tests faster (#6994) 2024-03-06 10:58:11 +00:00
Roman Krasiuk
56376b9bdc chore(node-core): add stage id to eta overflow log (#6991) 2024-03-06 09:34:13 +00:00
Matthias Seitz
ff91824c17 chore: rm more optimism features (#6981) 2024-03-05 23:32:04 +00:00
Matthias Seitz
6725d43f05 feat: add trace opcode gas (#6977) 2024-03-05 21:57:43 +00:00
Matthias Seitz
f2da01fd88 feat: support any Inspector for block + tx tracing (#6978)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-03-05 20:52:40 +00:00
Alexey Shekhirin
173c4927fa feat(node-core): stage progress decimal places (#6974) 2024-03-05 19:20:47 +00:00
Alexey Shekhirin
c8df172063 fix(stages): calculate checkpoints from static files (#6973) 2024-03-05 19:20:44 +00:00
Alexey Shekhirin
33d01d3206 chore(node-core): log errors in debug when ETA fails to calculate (#6971) 2024-03-05 19:20:37 +00:00
Matthias Seitz
405f9ab07e feat: add OP specific txpool (#6902) 2024-03-05 18:34:03 +00:00
Federico Gimenez
96fcdfbac8 feat(api,rpc): improve engine API abstraction (#6871)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-05 16:05:17 +00:00
Alexey Shekhirin
024c217564 fix(stages, etl): clear ETL collectors in Headers stage when done (#6964) 2024-03-05 14:49:06 +00:00