|
|
09f04a0f6c
|
feat(rpc): use alloy-rpc-types for ethereum-related types (#5947)
|
2024-01-04 17:11:49 +00:00 |
|
|
|
e3c3ddc14e
|
chore: move OP payload builder error to OP crate (#5940)
|
2024-01-04 16:49:50 +00:00 |
|
|
|
3b0e7a5108
|
add documentation for SecretKeyError to remove #[allow(missing_docs)] (#5946)
|
2024-01-04 16:49:26 +00:00 |
|
|
|
b30c42caad
|
chore: use workspace lints for new crate (#5939)
|
2024-01-04 14:29:40 +00:00 |
|
|
|
9aa44093cf
|
lints: move top-level lints to [workspace.lints] manifest table (#5935)
|
2024-01-04 13:38:02 +00:00 |
|
|
|
17b75dd403
|
chore: move BeaconConsensus to its own crate (#5937)
|
2024-01-04 12:40:53 +00:00 |
|
|
|
ae4d487305
|
fix(BlockchainTree): remove forked chain receipts/reverts (#5921)
|
2024-01-03 23:05:47 +00:00 |
|
|
|
22ba0adae0
|
chore: simplify some features for env (#5928)
|
2024-01-03 13:12:24 +00:00 |
|
|
|
d5975a3291
|
fix: merge_ws doc comment (#5924)
|
2024-01-03 13:02:56 +00:00 |
|
|
|
1c32340b9b
|
chore: update licenses to use 2024 (#5926)
|
2024-01-03 14:02:37 +01:00 |
|
|
|
bfb3953231
|
chore: improve forkchoiceUpdated doc comments (#5925)
|
2024-01-03 11:27:15 +00:00 |
|
|
|
62d2cedff2
|
chore(storage): warning log about long read db transaction (#5929)
|
2024-01-03 11:24:24 +00:00 |
|
|
|
32a75dd265
|
Update broken links to docs/crates/discv4.md (#5923)
|
2024-01-02 23:03:55 +00:00 |
|
|
|
dcf1d5090f
|
docs: improve rlp transaction encoding docs (#5922)
|
2024-01-02 19:02:41 +00:00 |
|
|
|
5f53545f45
|
fix: use unchecked sender recovery when loading from disk (#5919)
|
2024-01-02 15:00:53 +00:00 |
|
|
|
962809e199
|
feat(tx-pool): refactor PoolInner implementation using get_pool_data util method (#5920)
|
2024-01-02 14:33:29 +00:00 |
|
|
|
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 |
|
|
|
4cd30bdc9b
|
feat(tx-pool): add get_transactions_by_sender_and_nonce for TransactionPool trait (#5912)
|
2024-01-02 13:39:59 +00:00 |
|
|
|
8dff31e3ac
|
chore: improve ipc error message (#5908)
|
2023-12-31 22:22:52 +00:00 |
|
|
|
069ca8268e
|
fix: also adjust ipc path (#5909)
|
2023-12-31 22:22:17 +00:00 |
|
|
|
cdfdadd6c3
|
docs: include s/2 value in docs (#5914)
|
2023-12-31 13:57:15 +01:00 |
|
|
|
f16a22d979
|
feat: add nonce_after_all_transactions implementation for TxPool (#5904)
|
2023-12-31 11:53:06 +00:00 |
|
|
|
876a837d94
|
Fix prune docs typo (#5911)
|
2023-12-31 10:44:35 +01:00 |
|
|
|
5bfd9a6c57
|
chore(deps): weekly cargo update (#5905)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
|
2023-12-31 06:06:47 +00:00 |
|
|
|
b318c57236
|
feat(chain): enable Holesky testnet dns with test (#5898)
|
2023-12-31 05:54:34 +00:00 |
|
|
|
4567252a72
|
feat: add TaskManager::current (#5900)
|
2023-12-31 03:07:18 +00:00 |
|
|
|
5b9817ae44
|
chore: rm redundant serde default (#5902)
|
2023-12-30 16:16:53 +01:00 |
|
|
|
92ecc2f835
|
chore: move LogArgs to own mod (#5901)
|
2023-12-30 11:39:45 +01:00 |
|
|
|
5cc01b63a9
|
chore: move builder to own module (#5899)
|
2023-12-30 10:36:20 +01:00 |
|
|
|
9821f77078
|
chore: move reth commands to separate folder (#5886)
|
2023-12-29 17:01:39 +00:00 |
|
|
|
21c7e77671
|
refactor(tree): block buffer (#5879)
|
2023-12-29 14:13:43 +00:00 |
|
|
|
f2bac81b92
|
doc: improve documentation for trie crate (#5872)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-12-29 12:40:06 +00:00 |
|
|
|
903f033513
|
chore: ignore reth-ethereum-payload-builder in udeps (#5890)
|
2023-12-29 10:35:05 +00:00 |
|
|
|
cd08ba825f
|
fix: ::bytes re-export (#5885)
|
2023-12-28 20:03:04 +00:00 |
|
|
|
e5ecd4af06
|
refactor: move ethereum and op builder into separate crates (#5876)
|
2023-12-28 19:57:07 +00:00 |
|
|
|
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 |
|
|
|
b1b059fe9b
|
chore: clean up lints (#5881)
|
2023-12-28 16:23:50 +00:00 |
|
|
|
31161c9544
|
test: enable arbitrary feature for dependencies (#5882)
|
2023-12-28 16:08:58 +00:00 |
|
|
|
a680a03658
|
feat: Introduce NodeBuilder (#5869)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2023-12-28 16:01:32 +00:00 |
|
|
|
e341f47a16
|
fmt: add a space between inner doc-comments and following items (#5880)
|
2023-12-28 15:52:20 +00:00 |
|
|
|
8615863620
|
feat(tree): track state trie updates (#5875)
|
2023-12-28 11:15:17 +00:00 |
|
|
|
22a450822e
|
chore: add enum helper functions (#5865)
|
2023-12-27 19:49:03 +00:00 |
|
|
|
ed774e9a81
|
feat: base sepolia support (#5697)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-12-27 19:25:39 +00:00 |
|
|
|
68b174e088
|
refactor: small refactoring and documentation in interfaces crate (#5866)
|
2023-12-27 14:02:10 +00:00 |
|
|
|
3aa718a561
|
Revert "feat: Introduce NodeBuilder" (#5868)
|
2023-12-27 14:23:32 +01:00 |
|
|
|
ff78d1e1f9
|
chore: bump itertools (#5867)
|
2023-12-27 14:15:59 +01:00 |
|
|
|
8e9b02f128
|
feat: Introduce NodeBuilder (#5824)
|
2023-12-27 12:56:20 +00:00 |
|
|
|
e861f2b463
|
feat: add sanity_check implementation for block headers (#5863)
|
2023-12-27 12:42:08 +00:00 |
|
|
|
fba9a59802
|
feat(revm): use GenericRevertReason type (#5854)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-12-27 12:40:37 +00:00 |
|
|
|
fa2fd0d50b
|
refactor: small refactoring of revm database and documentation (#5864)
|
2023-12-27 11:24:13 +00:00 |
|