Commit Graph

3687 Commits

Author SHA1 Message Date
bddd1c6dfe chore: bump revm inspector, bump msrv (#7167)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-03-15 21:40:53 +00:00
96149f05be docs(node-core): add document of build_blockchain_tree (#7120)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-03-15 20:59:31 +00:00
26f290eb71 fix: decrease connection info based on current state (#7165) 2024-03-15 20:03:22 +00:00
4c3ab9a955 feat(node-core, stages): stage preparation notification (#7156) 2024-03-15 20:02:50 +00:00
4e1c56f8d0 Track PendingIn state separately (#7163) 2024-03-15 18:30:53 +00:00
94954593ef Check that excess_blob_gas is a multiple of data_gas_per_blob (#7160) 2024-03-15 16:46:12 +00:00
52d49832d9 fix(static-file): pass producer as Arc<Mutex<_>> to ensure only one is active (#7143)
Co-authored-by: joshieDo <ranriver@protonmail.com>
2024-03-15 13:26:15 +00:00
189de79bd9 chore: add ipv6 related cases in NodeRecord UT (#7152) 2024-03-15 12:33:48 +00:00
b66b8e9c1e chore: remove unused deps (#7151) 2024-03-15 11:22:29 +00:00
27194def04 chore: move tower+hyper to workspace (#7150) 2024-03-15 11:22:12 +00:00
fdbe63b132 chore: rm duplicated code (#7147) 2024-03-15 11:22:00 +00:00
9312424db0 Always accept incoming connections from trusted peers (#7140) 2024-03-15 11:16:17 +00:00
3d86c4ac59 chore: add safety check on StaticFileProviderRW::increment_block (#7137)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-03-14 21:55:57 +00:00
41c6f24393 fix: payload builder london boundary block gaslimit and basefee (#7136) 2024-03-14 17:45:45 +00:00
baa45c6a76 fix: enforce soft response limit accurately (#7142) 2024-03-14 17:28:17 +00:00
6e059ed6a0 chore: add cancun mainnet block (#7139) 2024-03-14 14:28:27 +00:00
520d63580b feat(primitives): OP Sepolia ChainSpec (#6812) 2024-03-14 12:32:11 +00:00
b032120ff1 fix: estimate gas (#7133)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-14 12:22:54 +00:00
d2c8b77e64 perf: replace BytesMut with alloy_rlp::encode (#7087) 2024-03-14 12:11:20 +00:00
455b2afa5e fix: apply block overrides before create env (#7135) 2024-03-13 20:53:34 +00:00
28f3a2e2d9 feat: add EtlConfig as well as setting the directory to datadir (#7124)
Co-authored-by: Mikhail Sozin <mikhail.sozin@chainstack.com>
Co-authored-by: Misha <mikawamp@gmail.com>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-03-13 16:06:50 +00:00
5d6ac4c815 Make ETL file size configurable (#6927)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: joshieDo <ranriver@protonmail.com>
2024-03-13 13:51:30 +00:00
c9c269b64f fix: receipt for non EIP-4844 transactions (#7129) 2024-03-13 12:40:04 +00:00
8fbab739c8 add more helper functions to PooledTransactionElement (#7126) 2024-03-13 12:31:18 +00:00
610731ced8 feat(db): record client version history (#7119) 2024-03-13 12:07:13 +00:00
884fd71a01 chore(stages): debug logs with progress in sender recovery (#7113) 2024-03-13 09:59:59 +00:00
bf18bf50d5 docs(txpool): fix docs for cancun activation check (#7128) 2024-03-13 09:30:49 +00:00
b05f8a90fd test: headers first stage (#7127) 2024-03-13 09:21:58 +00:00
c15f2d502c chore(primitives): remove static file stage (#7116) 2024-03-12 21:01:00 +00:00
c949308f26 Adds metrics for All Transactions (#7067) 2024-03-12 20:47:38 +00:00
fb30619192 fix(op-reth): non-deposit txs have depositReceiptVersion=1 (#6784) 2024-03-12 16:45:49 +00:00
eb6828350d fix: check that data is large enough to fit header and mac (#7118) 2024-03-12 16:09:15 +00:00
f75bebd8d5 fix: use checked math for read_body (#7117) 2024-03-12 16:01:36 +00:00
074747a419 fix: refactor ecies message parsing to check bounds (#7108) 2024-03-12 15:00:18 +00:00
cab2301125 fix: use INVALID_PAYLOAD_ATTRIBUTES code for attribute validation errors (#7059)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-12 14:58:56 +00:00
99711550d8 fix: use concat_kdf crate instead of hand rolled NIST SP 800-56A KDF (#7106) 2024-03-12 14:52:46 +00:00
22d585df17 fix(chain_spec): Set correct paris block and chain difficulty (#7111)
Signed-off-by: Danil <deniallugo@gmail.com>
2024-03-12 14:35:18 +00:00
7a83143ae1 fix: eth_getRawReceipts (#7101) 2024-03-12 10:59:51 +00:00
024bb264b7 rm nippyjar from reth-interfaces (#7081) 2024-03-12 08:29:59 +00:00
9707cb2b8d chore: remove test structs that are never constructed (#7107) 2024-03-12 03:59:13 +00:00
ff56ce42d7 Fix misleading comment (#7105) 2024-03-11 19:32:41 +00:00
3c2d3a0833 Feat: add signers (#6826)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-11 17:40:30 +00:00
ef1a196c54 fix: ban trusted peer for a short period (#7071) 2024-03-11 17:35:30 +00:00
82b6504ef4 chore: use safe math when calculating missing senders (#7099) 2024-03-11 16:48:39 +00:00
63dd5d48eb docs: add note about hashing (#7073) 2024-03-11 13:53:30 +00:00
66c9403ea1 primitives/chain: dev chain support cancun upgrade (#7033)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-03-11 14:21:26 +01:00
72bea5f11f feat(rpc): Add 4844 checks to ethCallBundle (#7078)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-11 14:18:51 +01:00
81291ff0fb chore: more Vec over BytesMut (#7084) 2024-03-11 12:50:50 +00:00
72d6e953ae fix(storage): backport read-only FS database support (#7091) 2024-03-11 12:08:37 +00:00
76c1d05265 feat(storage): bump mdbx to 0.12.9 (#7090) 2024-03-11 10:43:18 +00:00