Commit Graph

4554 Commits

Author SHA1 Message Date
15cca65f47 refactor: extract Chainspec type from primitives (#8055)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
2024-06-17 13:38:31 +00:00
d131540352 feat: support no_std for ethereum-forks (#8877)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-17 11:20:45 +00:00
333a86db10 chore: bump alloy and rm EvmOverrides (#8875) 2024-06-17 09:46:42 +00:00
4b22b83e71 fix: division by zero when reading from nippy jar archive (#8878)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-06-17 07:34:09 +00:00
8d54f2f8d3 feat: support no_std for reth-primitives (#8817)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-17 06:57:46 +00:00
ce0559d6c7 fix: manually override certain chainconfig fields for adminNodeInfo (#8874) 2024-06-16 18:10:02 +00:00
9b50226f56 feat: add is paris active at block fn (#8872) 2024-06-16 17:49:26 +00:00
0d55e5b8b2 feat(rpc/block): simplify the block_receipts rpc (#8866)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-06-16 17:07:59 +00:00
35f7e0b000 chore: Upgrade revm (#8870)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-16 16:58:07 +00:00
038d48fd18 rpc: make revm utils pub (#8860) 2024-06-16 11:49:09 +00:00
22d7f3369f fix: re-add validate_against_parent_4844 to optimism header validation (#8835) 2024-06-15 17:10:09 +00:00
925d406188 chore(deps): move futures-core to workspace (#8857) 2024-06-15 13:19:01 +02:00
c694433675 feat(primitives): gas limit setter (#8850)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-06-14 21:54:00 +00:00
22e6afe3f1 fix(net): use real tcp port for local node record (#8853) 2024-06-14 21:38:19 +00:00
343ff13fb5 chore: use new quantity mod (#8855) 2024-06-14 21:34:26 +00:00
6768243ee0 chore: remove reth-rpc-types dep in node-events (#8854) 2024-06-14 21:15:22 +00:00
3b27da59dc chore: move gas units to primitives constants (#8849) 2024-06-14 19:28:08 +00:00
f9165fb9af feat: add some utils to EvmOverrides (#8848) 2024-06-14 19:24:20 +00:00
40d588470f chore(rpc): use TypedData type in eth_signTypedData signature (#8845) 2024-06-14 16:46:37 +00:00
e6017c3cd9 chore: rm unused clap feature (#8843) 2024-06-14 16:18:40 +00:00
cc46db3aa2 chore: re-export payload types from engine types (#8841) 2024-06-14 16:11:26 +00:00
e331775126 chore: move primitives/constants to reth-primitives-traits (#8842) 2024-06-14 16:07:35 +00:00
05c67a8709 chore(mbdx): use std::ffi, remove unused files (#8839) 2024-06-14 16:02:56 +00:00
8719490be7 chore(deps): bump jsonwebtoken (#8840) 2024-06-14 15:40:36 +00:00
217ff958cc chore: move Header and SealedHeader to reth-primitives-traits (#8831) 2024-06-14 14:43:57 +00:00
ca574edbc8 chore(primitives): use derive_more where possible (#8834) 2024-06-14 14:06:03 +00:00
3af5bd857e chore: add address constants with 0x prefix (#8833) 2024-06-14 13:38:17 +00:00
69bf592ec1 test: add unit tests for Chain execution type (#8826) 2024-06-14 13:27:16 +00:00
5c2e868945 chore(evm): rename bundle.rs to execution_outcome.rs (#8832) 2024-06-14 13:26:25 +00:00
579da56e97 fix: split requests in split_at execution outcome (#8823) 2024-06-14 12:41:44 +00:00
697cbd8b96 feat: implement deref and derefMut for Requests (#8816) 2024-06-14 12:10:46 +00:00
7d80164fad chore(deps): use workspace deps (#8824) 2024-06-14 11:55:23 +00:00
68e902db2e chore: move header validation from reth-primitives to consensus crates (#8802) 2024-06-14 11:21:45 +00:00
f3bd255007 reth-primitives: Hide alloy-consensus/arbitrary behind reth-primitives/arbitrary (#8821) 2024-06-14 11:13:36 +00:00
fc770423b3 fix(ci): add missing const fn (#8822) 2024-06-14 10:07:39 +00:00
bc15e6c03a fix: truncate request vectors when reverting exec outcome (#8815)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-06-13 23:32:16 +00:00
560080ee19 chore(deps): replace reth-primitives in dns (#8814) 2024-06-13 21:51:56 +00:00
a96884d670 chore(ecies): replace reth-primitives with alloy-primitives (#8812) 2024-06-13 21:19:49 +00:00
a568535b85 chore(deps): replace reth-primitives in discv4 (#8813) 2024-06-13 21:16:11 +00:00
23fc18db25 chore: use sha2 from workspace (#8811) 2024-06-13 20:46:30 +00:00
be12177a2f chore: rm HasRemoteAddr trait (#8809) 2024-06-13 20:46:30 +00:00
8bb1270d54 chore: remove educe dependency (#8810) 2024-06-13 20:45:49 +00:00
d4bd1c8f5d fix: only check that base fee is not zero (#8808)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-13 20:32:49 +00:00
de46a46849 fix: windows build (#8807) 2024-06-13 20:15:08 +00:00
76c8f4842c chore: move proof types and root functions from primitives/proofs into reth-trie-common (#8724)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-13 16:36:18 +00:00
763317d356 chore: bump inspectors and alloy (#8803) 2024-06-13 14:53:47 +00:00
e5111f0339 feat: add append_receipts function (#8718)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-06-13 14:08:57 +00:00
ce5c6e948a feat: log debug log directory on startup (#8785) 2024-06-13 11:05:10 +00:00
46c8255fa8 feat: support no_std for reth-storage-errors (#8790)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-12 23:29:36 +00:00
686a40466c feat: support no_std for reth-consensus (#8792) 2024-06-12 23:19:41 +00:00