Arsenii Kulikov
|
474c09095f
|
feat: bump alloy-evm (#20314)
|
2025-12-11 19:46:34 +01:00 |
|
crStiv
|
1b08843bc5
|
docs: multiple small textual defects (#18434)
Co-authored-by: YK <chiayongkang@hotmail.com>
|
2025-09-14 12:08:43 +00:00 |
|
Hai | RISE
|
d14658dc5e
|
perf(payload): do not clone full attributes for timestamp validation (#18054)
|
2025-08-26 15:29:07 +02:00 |
|
Veer Chaurasia
|
7ca286110f
|
refactor: remove reth dependencies and instead use reth_ethereum (#16416)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-05-24 08:35:40 +00:00 |
|
Ishika Choudhury
|
c867812793
|
feat: exposed EvmConfig to PayloadServiceBuilder (#15887)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2025-04-25 01:29:01 +00:00 |
|
Soubhik Singha Mahapatra
|
26e467442c
|
chore: simplified cli imports in examples (#15904)
|
2025-04-24 18:30:07 +00:00 |
|
Soubhik Singha Mahapatra
|
f16354be88
|
chore: changed import for custom-payload-builder (examples) (#15641)
|
2025-04-10 05:29:45 +00:00 |
|
Federico Gimenez
|
e2e297d77c
|
feat: remove NodeTypesWithEngine trait layer (#15351)
|
2025-03-28 18:26:55 +00:00 |
|
Federico Gimenez
|
985a926bee
|
feat: relax NodeTypesWithEngine bounds on EngineTypes to PayloadTypes (#15257)
|
2025-03-25 10:06:22 +00:00 |
|
Arsenii Kulikov
|
7b2f889dcb
|
fix: correctly configure extraData for Ethereum blocks (#14831)
|
2025-03-04 18:40:41 +00:00 |
|
DaniPopes
|
1cb5628f80
|
chore: fix examples lint not running in ci (#14760)
|
2025-02-27 16:33:50 +00:00 |
|
Arsenii Kulikov
|
77aa17fb57
|
refactor: introduce BasicPayloadServiceBuilder (#14700)
|
2025-02-25 23:45:07 +00:00 |
|
Matthias Seitz
|
d84eab125a
|
chore: typos (#14330)
|
2025-02-08 16:06:05 +01:00 |
|
Arsenii Kulikov
|
d99f0fa5ae
|
fix: use custom generator in custom builder example (#14320)
|
2025-02-08 05:12:27 +00:00 |
|
Arsenii Kulikov
|
1f1eabc428
|
feat: simplify PayloadBuilder setup (#14276)
|
2025-02-06 20:44:16 +00:00 |
|
Arsenii Kulikov
|
c1a305ca5c
|
feat: relax BasicPayloadJobGenerator bounds (#14254)
|
2025-02-06 00:59:14 +00:00 |
|
Arsenii Kulikov
|
62a8e62c3d
|
chore: simplify PayloadBuilder trait (#14246)
|
2025-02-05 23:20:31 +00:00 |
|
Matthias Seitz
|
5dac5cfc62
|
chore!:unify trait fn naming for recovery (#13981)
|
2025-01-24 20:56:46 +00:00 |
|
Matthias Seitz
|
83b2fb9b41
|
feat: add SealedBlock in reth-primitives-traits (#13735)
|
2025-01-15 01:12:43 +00:00 |
|
Roman Krasiuk
|
f36e369021
|
chore: extra data (#13410)
|
2024-12-16 03:58:36 +00:00 |
|
DaniPopes
|
cfdd740a9b
|
chore: unused dependencies warnings (#13369)
|
2024-12-12 22:06:34 +00:00 |
|
Roman Krasiuk
|
124aae19bf
|
chore(builder): remove extra data from basic payload generator (#13353)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-12-12 19:31:06 +00:00 |
|
Roman Krasiuk
|
c553b1e86d
|
feat(builder): ethereum builder config (#13315)
|
2024-12-11 21:26:25 +00:00 |
|
Arsenii Kulikov
|
5724114947
|
feat: use primitive transaction as PoolTransaction::Consensus (#13086)
|
2024-12-03 08:46:37 +00:00 |
|
Arsenii Kulikov
|
c44e11b8ad
|
feat: add Block AT to BlockReader (#12837)
|
2024-11-25 14:28:56 +00:00 |
|
Arsenii Kulikov
|
dcaa06a01a
|
feat: make more block types generic (#12812)
|
2024-11-25 10:50:10 +00:00 |
|
Thomas Coratger
|
441ddbf085
|
primitives: rm more alloy block reexports (#12308)
|
2024-11-05 11:37:56 +00:00 |
|
Léa Narzis
|
7880d4ddb0
|
refactor: change PayloadConfig to use parent header instead of parent block (#12159)
|
2024-10-29 09:52:00 +00:00 |
|
Arsenii Kulikov
|
8d32fd788b
|
feat: allow awaiting payload in progress (#11823)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-18 10:45:51 +00:00 |
|
Matthias Seitz
|
84370b81d7
|
feat: make addons stateful (#11204)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2024-10-04 08:34:37 +02:00 |
|
Thomas Coratger
|
e21d75f9aa
|
primitives: rm more alloy_primitives reexports (#11325)
|
2024-09-30 01:06:47 +00:00 |
|
garwah
|
ab66f58e5c
|
chore: Remove ChainSpec from PayloadConfig (#11103)
Co-authored-by: garwah <garwah@garwah>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-25 06:45:51 +00:00 |
|
greged93
|
7cf492d525
|
feat(payload): abstract payload builder in trait (#10965)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-20 07:12:14 +00:00 |
|
Thomas Coratger
|
2b75415a00
|
execution: make ConfigureEvm independent of chainspec argument (#10748)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2024-09-11 13:50:42 +00:00 |
|
Arsenii Kulikov
|
a1d9ece3be
|
feat: NodeTypesWithDB (#10683)
|
2024-09-04 17:56:22 +00:00 |
|
Arsenii Kulikov
|
f2e0bc073a
|
feat: ChainSpec associated type (#10292)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-22 12:30:09 +00:00 |
|
Emilia Hane
|
2aa94e9aee
|
chore(rpc): expose ethapi in node builder for op customisation (#9444)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-07-16 13:53:03 +00:00 |
|
Alexey Shekhirin
|
254647c425
|
chore(ci): exclude examples from docs (#8953)
|
2024-06-19 16:47:57 +00:00 |
|
joshieDo
|
2a5c93fab3
|
chore: use reth_chainspec where possible (#8891)
|
2024-06-17 16:09:09 +00:00 |
|
Matthias Seitz
|
49c8c96896
|
chore: change build_empty_payload to require &self (#8646)
|
2024-06-06 16:06:51 +00:00 |
|
Rupam Dey
|
e90dc44be9
|
feat: remove field ``max_gas_limit` from `BasicPayloadJobGeneratorConfig`` (#7949)
|
2024-05-02 18:32:36 +00:00 |
|
Matthias Seitz
|
d04d9556fa
|
feat: make nodetypes stateless and move evm to components (#7992)
|
2024-04-30 16:56:34 +00:00 |
|
Justin Traglia
|
52668c6de4
|
fix: do not rlp encode extradata (#7256)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-03-20 18:26:13 +00:00 |
|
back
|
5e2cac442f
|
0x/rm unused dep (#6899)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2024-03-01 11:34:31 +00:00 |
|
Matthias Seitz
|
c5955f1305
|
feat: integrate builder (#6611)
|
2024-02-29 16:50:04 +00:00 |
|
Luca Provini
|
a3128ae36d
|
Example/custom payload builder (#6269)
|
2024-02-01 12:26:18 +00:00 |
|