Commit Graph

855 Commits

Author SHA1 Message Date
43f58f16dd chore: get rid of compat call (#7930) 2024-04-27 07:55:06 +02:00
cc4a418ddf refactor: extract peer types to net/types (#7912)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-27 04:18:59 +00:00
953ba043ad chore: bump alloy 4e22b9e (#7895) 2024-04-26 15:04:06 +00:00
7efdbf4924 fix: account for legacy tx in try_from tx to TransactionSignedEcRecovered (#7882) 2024-04-25 21:12:43 +00:00
e2e5201d8a chore(deps): bump enr, discv5, secp256k1 (#7000)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-04-25 19:50:38 +00:00
d312dbbea4 fix: chain spec for op mainnet (#7883) 2024-04-25 17:32:12 +00:00
6d1aab5380 refactor: minor Signature refactors (#7888) 2024-04-25 16:44:02 +00:00
29e5df81a4 chore: bidirectional eq for TxType (#7876) 2024-04-25 13:56:42 +00:00
1c17f08ad2 Replace TransactionKind with alloy_primitives::TxKind (#7859) 2024-04-25 12:50:04 +00:00
f6e68e28eb feat(op): timestamp below bedrock (#7768) 2024-04-25 12:23:51 +00:00
9db17123b4 refactor: replace to_primitive_transaction_kind by From impl (#7831) 2024-04-24 09:32:22 +00:00
00ca9cd024 feat: add prague helpers to spec (#7817) 2024-04-23 14:50:14 +00:00
9a1d6ea9ca feat: base fee param fetching at a specific block (#7783) 2024-04-22 15:46:56 +00:00
fa9f23db98 feat(op): signature encoding (#7769)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-04-22 10:04:25 +00:00
c0926ba10e feat: enable OP hardforks in DEV chainspec (#7787) 2024-04-22 09:58:19 +00:00
612cfcbc9c Implement try_from rpc tx for TransactionSignedEcRecovered (#7752) 2024-04-22 09:46:12 +00:00
66d5ecbd47 chore: bump alloy 39b8695 (#7774) 2024-04-20 14:29:00 +02:00
e35abf8423 feat(op): init genesis alloc (#7748) 2024-04-20 10:55:36 +00:00
db5bd06851 chore(lint): duplicate attributes (#7770) 2024-04-20 08:36:08 +00:00
34c5b42524 docs: add more docs to recover_signer (#7751) 2024-04-19 16:31:13 +00:00
bd4757b3b5 chore: make alloy impls feature gated (#7747) 2024-04-19 15:18:43 +00:00
643cae7766 feat: add pre bedrock recovery check (#7726) 2024-04-18 18:21:33 +00:00
e401c4848a feat(pruner): respect ExEx finished height (#7673) 2024-04-18 17:15:28 +00:00
f57bef7181 Revert "feat(op): import bodies (#7659)" (#7724) 2024-04-18 16:10:22 +00:00
3508e56518 chore: convert tab to space and trim trailing space (#7705)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-04-17 14:38:50 +00:00
86d8f0b0ec fix: add enable missing arbitrary feature (#7688) 2024-04-16 23:05:08 +02:00
bb67c40d56 chore: remove DOS line endings from basefee.rs (#7685) 2024-04-16 19:50:12 +00:00
566480b472 chore: move optimism bootnodes to reth-primitives (#7657) 2024-04-16 15:54:31 +00:00
493f41a126 feat: add missing hardfork convenience fns (#7678) 2024-04-16 15:03:01 +00:00
jn
49ceeaf0cc refactor: Drop reth_primitives::Log (#7651)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-16 14:36:06 +00:00
7f6a2b4cb5 refactor(exex, primitives): move finished exex height to primitives (#7670) 2024-04-16 10:45:27 +00:00
8105291afa chore: convert FromRecoveredTransaction into TryFromRecoveredTransaction (#7497)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-16 10:41:19 +00:00
b67f7f0903 safer TryFrom<reth_rpc_types::Transaction> for Transaction (#7667) 2024-04-16 10:30:45 +00:00
d4a8ef92d7 refactor: replace ``calculate_next_block_base_fee`` with alloy's builtin function (#7641)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-15 21:58:54 +00:00
c59c41701d Convert Header and Block rpc to primitives (#7660) 2024-04-15 19:30:35 +00:00
855988994b feat(op): import bodies (#7659)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-04-15 18:51:57 +00:00
yjh
58cd4c5ed8 chore: update decode_enveloped docs (#7645) 2024-04-15 11:30:16 +00:00
ceeb0da03b fix(op): headers above merge (#7622) 2024-04-15 10:25:15 +00:00
a2654650ba Implement From<Block> for BlockBody (#7643) 2024-04-14 21:01:49 +00:00
3e8d5c69cf feat: replace reth native AccessList type (#7636) 2024-04-14 18:07:41 +00:00
96e3619ea9 use alloy's BaseFeeParams (2) (#7617)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-13 13:02:15 +00:00
jn
987e597442 Implement compact codec for alloy eip access_list (#7554) 2024-04-13 12:53:42 +00:00
234d258ce7 feat: impl TryFrom<reth_rpc_types::Transaction> for Transaction (#7551) 2024-04-12 17:05:12 +00:00
9c5aea8c81 feat(op): import below bedrock blocks (#7555)
Co-authored-by: Atris <vacekj@outlook.com>
2024-04-12 11:57:06 +00:00
00420477c5 chore: reserve an upper bound in ReusableDecompressor (#7523) 2024-04-10 15:51:47 +00:00
e50f942d47 chore: use alloy nodeinfo (#7512) 2024-04-10 14:19:09 +00:00
jn
91a1503079 Implement Compact codec for alloy_primitives::Log (#7474) 2024-04-08 18:34:14 +00:00
3826772886 chore: fix some warnings (#7515) 2024-04-08 18:10:10 +00:00
ca82ff5be6 feat: add block timestamp to meta (#7460) 2024-04-04 14:46:20 +00:00
8d1d13ef89 chore: bump revm+alloy (#7431) 2024-04-04 16:11:34 +02:00