Commit Graph

3128 Commits

Author SHA1 Message Date
Matthias Seitz
bc192d9361 chore: make clippy happy (#5959) 2024-01-06 13:30:59 +01:00
Matthias Seitz
8910f76ab4 chore: use available created_address fn (#5957) 2024-01-06 13:26:11 +01:00
Thomas Coratger
11dfe56624 Improve mapping of MDBX error codes to human-readable errors (#5955)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-01-05 23:54:52 +00:00
yjh
2a4d02f0c1 chore: simplify Database impls (#5951) 2024-01-05 13:39:07 +00:00
Thomas Coratger
92f33b071c add missing documentation for various crates (#5950) 2024-01-05 13:10:37 +00:00
evalir
9a25470ae2 feat(rpc-types): use alloy-trace-rpc-types crate (#5949) 2024-01-04 19:13:46 +00:00
Thomas Coratger
b828867f8c lints: use rust-2018-idioms to eliminate #![allow(elided-lifetimes-in-paths)] (#5944) 2024-01-04 18:13:33 +00:00
evalir
09f04a0f6c feat(rpc): use alloy-rpc-types for ethereum-related types (#5947) 2024-01-04 17:11:49 +00:00
Matthias Seitz
e3c3ddc14e chore: move OP payload builder error to OP crate (#5940) 2024-01-04 16:49:50 +00:00
Matthias Seitz
b30c42caad chore: use workspace lints for new crate (#5939) 2024-01-04 14:29:40 +00:00
Thomas Coratger
9aa44093cf lints: move top-level lints to [workspace.lints] manifest table (#5935) 2024-01-04 13:38:02 +00:00
Matthias Seitz
17b75dd403 chore: move BeaconConsensus to its own crate (#5937) 2024-01-04 12:40:53 +00:00
rakita
ae4d487305 fix(BlockchainTree): remove forked chain receipts/reverts (#5921) 2024-01-03 23:05:47 +00:00
yjh
22ba0adae0 chore: simplify some features for env (#5928) 2024-01-03 13:12:24 +00:00
Dan Cline
d5975a3291 fix: merge_ws doc comment (#5924) 2024-01-03 13:02:56 +00:00
Dan Cline
bfb3953231 chore: improve forkchoiceUpdated doc comments (#5925) 2024-01-03 11:27:15 +00:00
Alexey Shekhirin
62d2cedff2 chore(storage): warning log about long read db transaction (#5929) 2024-01-03 11:24:24 +00:00
Dan Cline
dcf1d5090f docs: improve rlp transaction encoding docs (#5922) 2024-01-02 19:02:41 +00:00
Matthias Seitz
5f53545f45 fix: use unchecked sender recovery when loading from disk (#5919) 2024-01-02 15:00:53 +00:00
Thomas Coratger
962809e199 feat(tx-pool): refactor PoolInner implementation using get_pool_data util method (#5920) 2024-01-02 14:33:29 +00:00
Nil Medvedev
7fa4cddc72 feat: restore tx pool after reboot (#5665)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-02 14:11:41 +00:00
Thomas Coratger
4cd30bdc9b feat(tx-pool): add get_transactions_by_sender_and_nonce for TransactionPool trait (#5912) 2024-01-02 13:39:59 +00:00
Matthias Seitz
8dff31e3ac chore: improve ipc error message (#5908) 2023-12-31 22:22:52 +00:00
Matthias Seitz
cdfdadd6c3 docs: include s/2 value in docs (#5914) 2023-12-31 13:57:15 +01:00
Thomas Coratger
f16a22d979 feat: add nonce_after_all_transactions implementation for TxPool (#5904) 2023-12-31 11:53:06 +00:00
Siyuan Han
b318c57236 feat(chain): enable Holesky testnet dns with test (#5898) 2023-12-31 05:54:34 +00:00
Matthias Seitz
4567252a72 feat: add TaskManager::current (#5900) 2023-12-31 03:07:18 +00:00
Matthias Seitz
5b9817ae44 chore: rm redundant serde default (#5902) 2023-12-30 16:16:53 +01:00
Dan Cline
9821f77078 chore: move reth commands to separate folder (#5886) 2023-12-29 17:01:39 +00:00
Roman Krasiuk
21c7e77671 refactor(tree): block buffer (#5879) 2023-12-29 14:13:43 +00:00
Thomas Coratger
f2bac81b92 doc: improve documentation for trie crate (#5872)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-12-29 12:40:06 +00:00
DaniPopes
cd08ba825f fix: ::bytes re-export (#5885) 2023-12-28 20:03:04 +00:00
Matthias Seitz
e5ecd4af06 refactor: move ethereum and op builder into separate crates (#5876) 2023-12-28 19:57:07 +00:00
Thomas Coratger
365acf08dd fix: better conversion error handling in block_hash_ref (#5870)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-28 16:39:16 +00:00
DaniPopes
b1b059fe9b chore: clean up lints (#5881) 2023-12-28 16:23:50 +00:00
DaniPopes
31161c9544 test: enable arbitrary feature for dependencies (#5882) 2023-12-28 16:08:58 +00:00
Matthias Seitz
a680a03658 feat: Introduce NodeBuilder (#5869)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-12-28 16:01:32 +00:00
DaniPopes
e341f47a16 fmt: add a space between inner doc-comments and following items (#5880) 2023-12-28 15:52:20 +00:00
Roman Krasiuk
8615863620 feat(tree): track state trie updates (#5875) 2023-12-28 11:15:17 +00:00
Matthias Seitz
22a450822e chore: add enum helper functions (#5865) 2023-12-27 19:49:03 +00:00
Chomtana
ed774e9a81 feat: base sepolia support (#5697)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-27 19:25:39 +00:00
Thomas Coratger
68b174e088 refactor: small refactoring and documentation in interfaces crate (#5866) 2023-12-27 14:02:10 +00:00
Matthias Seitz
3aa718a561 Revert "feat: Introduce NodeBuilder" (#5868) 2023-12-27 14:23:32 +01:00
Dan Cline
8e9b02f128 feat: Introduce NodeBuilder (#5824) 2023-12-27 12:56:20 +00:00
Thomas Coratger
e861f2b463 feat: add sanity_check implementation for block headers (#5863) 2023-12-27 12:42:08 +00:00
PA
fba9a59802 feat(revm): use GenericRevertReason type (#5854)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-27 12:40:37 +00:00
Thomas Coratger
fa2fd0d50b refactor: small refactoring of revm database and documentation (#5864) 2023-12-27 11:24:13 +00:00
Roman Krasiuk
8d6e976204 log(downloader): log count instead of distance (#5860) 2023-12-26 16:47:04 +00:00
Siyuan Han
9b12f4ff93 fix(txpool): missing condition that tx gas limit equal to block gas l… (#5858) 2023-12-26 12:22:07 +00:00
Vitaly Drogan
abc168efa6 Trie hash optimizations (#5827) 2023-12-26 09:43:10 +00:00