Commit Graph

4001 Commits

Author SHA1 Message Date
f2c45150a1 fix(book): op-reth specs links (#6235) 2024-01-25 22:46:58 +00:00
acccf1441e feat: EvmEnvConfig trait (#6051) 2024-01-25 22:40:12 +00:00
abe3358b36 feat: move NodeBuilderWithDatabase to reth bin (#6231) 2024-01-25 21:37:07 +00:00
9c9be5796a doc(eth-wire): add missing documentation for message mod (#6232) 2024-01-25 21:29:38 +00:00
720815a834 chore(node-builder): make DB generic Unpin in node components (#6227) 2024-01-25 17:59:30 +00:00
2de10a15b5 feat(trie): historical & sidechain state root (#6131)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-25 17:16:18 +00:00
e78ae77685 feat(cli): local tx propagation toggle (#6224) 2024-01-25 16:13:09 +00:00
227d7972d7 fix(libmdbx): build without read-tx-timeouts feature (#6225) 2024-01-25 16:12:29 +00:00
2901b3cb33 feat: NodeExit future core implementation (#6166)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-25 11:11:47 +00:00
dad9ebd0aa feat: strip debuginfo, enable thinlto for release (#6221) 2024-01-24 22:19:11 +00:00
f2702243f0 Make limit on tx packet size soft in tx fetcher (#6201) 2024-01-24 20:44:09 +00:00
d2cafa80a4 chore: bump igd dep (#6197) 2024-01-24 18:41:32 +00:00
575b5d3f53 feat: expose version information over prometheus (#6195) 2024-01-24 17:52:15 +00:00
92908b190a fix: ci will now fail if a hive test fails (#6212) 2024-01-24 15:34:14 +00:00
ad8c908d32 feat: Support transaction context in trace_transaction (#6092)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-24 13:51:13 +01:00
afafe790bb test: use similar-asserts instead of pretty-assertions (#6208) 2024-01-24 13:33:46 +01:00
66ac0fdc5b feat: Implement fixed vec arbitrary manually for NewPooledTransactions68 (#6184)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-24 13:33:08 +01:00
dd2c6ead39 chore(deps): remove unused deps (#6206) 2024-01-24 12:49:03 +01:00
cff0b1240e add is_post_merge implementation for Hardfork (#6204) 2024-01-24 10:53:40 +00:00
02c69d0666 fix: include jemalloc-ctl only in node-core (#6199) 2024-01-24 02:23:33 +00:00
f9374d1d71 fix: pass down optimism feature in node-core (#6200) 2024-01-24 02:23:25 +00:00
247d87fd2e chore: rm unused build.rs vergen (#6198) 2024-01-24 01:31:38 +00:00
e1483d8226 chore: remove node-api dependency from payload builder impls (#6194) 2024-01-23 23:34:03 +00:00
733d6ced31 fix: ensure tokio rt is always dropped on separate task (#6191) 2024-01-23 22:01:27 +00:00
3fafa8c50f chore: node-core cleanup (#6189) 2024-01-23 19:49:24 +00:00
b9f45a7ed8 feat(ci): add image and title to GH release draft (#6188) 2024-01-23 17:56:03 +00:00
d8a9b581da release: v0.1.0-alpha.16 (#6182) 2024-01-23 16:16:55 +00:00
ede3b8ce55 feat(storage): make it possible to disable read tx timeout (#6181) 2024-01-23 16:16:44 +00:00
4e24ba7436 chore(trie): simplify next entry selection in post state cursors (#6175) 2024-01-23 15:43:57 +00:00
b78f2239ed feat(ext): provide direct access to database tx (#6178) 2024-01-23 14:03:41 +00:00
1e4d125616 feat(storage, blockchain-tree): disable backtrace on long read tx when it's safe (#6177) 2024-01-23 13:44:01 +00:00
a6f8e449f7 feat(storage, mdbx): transaction manager (#6126) 2024-01-23 12:24:56 +00:00
9a5120a883 chore(deps): clean up new crate deps (#6174) 2024-01-23 12:09:34 +00:00
e1e81059fe Validation on decoding NewPooledTransactions68 (#6090) 2024-01-23 11:06:28 +00:00
2b97e0cb9f chore(meta): require more stuff in bug reports (#6172) 2024-01-23 08:16:16 +00:00
c80784f2c7 fix(tree): reset cached trie updates on prepend (#6167) 2024-01-23 07:28:45 +00:00
7e982ef3ad chore: delete duplicated node args types (#6169) 2024-01-22 22:40:15 +00:00
021d236f8c Bug fix, tx fetcher fill_request_for_peer (#6150) 2024-01-22 20:03:10 +00:00
a30d149b05 add ensure_transaction_root_valid method for SealedBlock (#6163) 2024-01-22 19:03:28 +00:00
8dee877fb9 remove unused consensus full_validation method (#6164) 2024-01-22 19:01:51 +00:00
aeb08d500d meta: add @emhane as net codeowner (#6162) 2024-01-22 16:47:21 +00:00
18bf17e9b5 add is_timestamp_in_past and exceeds_allowed_future_timestamp for Header (#6160) 2024-01-22 16:44:07 +00:00
fe63b1089d chore(meta): require platform and version in bug reports (#6161) 2024-01-22 16:31:15 +00:00
3cf0e3a955 add minimum check in check_gas_limit with unit test (#6157)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-22 16:25:08 +00:00
b713408331 Bug fix tx fetcher RUST_LOG=trace & add state dump to debug_assert error (#6146) 2024-01-22 15:37:56 +00:00
7ceec05e63 Moving more types from reth crate to node core crate (#6102)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-22 15:05:46 +00:00
b65aea2675 chore: bump shlex; advisory RUSTSEC-2024-0006 (#6156) 2024-01-22 15:55:30 +01:00
e58a93d9ce add has_access_list method to TxType (#6153)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-22 15:42:33 +01:00
6740897d1d test: add sanity envelope encode test (#6155)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-01-22 14:32:07 +00:00
a8574b6990 feat(access-list): refactor and add some utils to AccessList (#6144) 2024-01-22 12:22:51 +00:00