|
|
fb0555ae7d
|
Refactor Block (#10913)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2024-09-24 10:14:08 +00:00 |
|
|
|
b06bc1088a
|
fix: use nibbles map serialization for TrieUpdates (#11146)
|
2024-09-24 10:11:53 +00:00 |
|
|
|
33d88a4372
|
feat: add FlatCallTracer (#11114)
|
2024-09-24 09:55:32 +00:00 |
|
|
|
68d76f6469
|
chore(codecs-derive): update should_use_alt_impl (#11148)
|
2024-09-24 07:54:15 +00:00 |
|
|
|
f9b8dc4035
|
feat(trie): add way to serialize maps with Nibbles keys (#11141)
|
2024-09-24 00:28:31 +00:00 |
|
|
|
c7a18fd078
|
chore(trie-common): make tests run without arbitrary (#11142)
|
2024-09-23 22:40:27 +00:00 |
|
|
|
89b6ad2406
|
fix: increment post block balances in invalid block hook (#11139)
|
2024-09-23 19:08:49 +00:00 |
|
|
|
efa5d45e4e
|
feat(trie): use global thread pool in async state root calculation (#11057)
|
2024-09-23 17:45:12 +00:00 |
|
|
|
b29ff1f6cc
|
chore: remove redundant phantom (#11134)
|
2024-09-23 17:36:48 +00:00 |
|
|
|
fc12639b9b
|
fix(tree): adjust both number and hash when removing persisted blocks from memory (#11133)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2024-09-23 16:57:18 +00:00 |
|
|
|
a16b3dd6f5
|
feat: add execute_with_witness (#11074)
|
2024-09-23 16:50:58 +00:00 |
|
|
|
7b128d6923
|
feat(engine): save original files for witness invalid block hook (#11132)
|
2024-09-23 16:43:39 +00:00 |
|
|
|
3fa1e28e12
|
chore: unify last persisted block hash and number in PersistenceState (#11126)
|
2024-09-23 16:01:56 +00:00 |
|
|
|
f81c7d075c
|
chore: rm redundant builder types (#11129)
|
2024-09-23 15:37:45 +00:00 |
|
|
|
cf294ce397
|
feat: add ChainSpec AT to EngineTypes (#11054)
|
2024-09-23 15:02:57 +00:00 |
|
|
|
faca096263
|
chore: remove reth-rpc-types import (#11125)
|
2024-09-23 14:43:27 +00:00 |
|
|
|
15aee9b144
|
feat: use alloy Signature type (#10758)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-09-23 13:29:48 +00:00 |
|
|
|
ed1de8996d
|
primitives: use alloy Header struct (#10691)
|
2024-09-23 12:53:43 +00:00 |
|
|
|
7529d36515
|
feat: add set code tx helper to e2e utils (#11118)
|
2024-09-23 12:03:41 +00:00 |
|
|
|
cbfc6723cc
|
chore: Log an error when failing to resolve external ip address (#11085)
Co-authored-by: garwah <garwah@garwah>
|
2024-09-23 11:59:12 +00:00 |
|
|
|
bb27f37cc7
|
storage-api: update BlockReaderIdExt (#11110)
|
2024-09-23 09:47:15 +00:00 |
|
|
|
750dc0a9d6
|
feat: add deploy tx helper to e2e utils (#11117)
|
2024-09-23 09:21:01 +00:00 |
|
|
|
a2b8baf0e4
|
docs: correct requested_empty_payload metric docs (#11119)
|
2024-09-23 08:50:42 +00:00 |
|
|
|
560b061e5e
|
chore: clear reth rpc types from reth binary (#11120)
|
2024-09-23 08:50:24 +00:00 |
|
|
|
242a3ab06b
|
chore(exex): replace reth-primitives with alloy (#11104)
Signed-off-by: Abhishekkochar <abhishekkochar2@gmail.com>
|
2024-09-23 06:32:01 +00:00 |
|
|
|
2684594ec1
|
rpc: rm useless reexports in reth-rpc-types (#11113)
|
2024-09-23 00:29:47 +00:00 |
|
|
|
0a6845b051
|
fix(cli): handle case when first transaction range is None on reth db stats (#11107)
|
2024-09-22 16:47:37 +00:00 |
|
|
|
52c72a3b1d
|
use HashMap::with_capacity (#11106)
|
2024-09-22 15:26:54 +00:00 |
|
|
|
159bf2cf16
|
rpc: rm useless alloy_rpc_types reexport (#11098)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-09-22 14:29:35 +00:00 |
|
|
|
63dfa9a4dc
|
rpc: rm useless alloy_rpc_types_debug reexport (#11095)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-09-22 13:50:53 +00:00 |
|
|
|
f7b895ef4a
|
rpc: rm useless alloy_rpc_types_trace reexport (#11096)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-09-22 13:14:11 +00:00 |
|
|
|
f4d11f48bc
|
Split MevApi trait into two #11036 (#11081)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-09-22 12:48:33 +00:00 |
|
|
|
405fc4361a
|
rpc: rm useless alloy-rpc-types-anvil reexport (#11094)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-09-22 12:44:03 +00:00 |
|
|
|
fdcfe6ef29
|
rpc: rm useless alloy-rpc-types-mev reexport (#11093)
|
2024-09-22 11:59:45 +00:00 |
|
|
|
b4ad28dfb4
|
chore: reth payload without reth rpc types (#11097)
|
2024-09-21 20:20:42 +00:00 |
|
|
|
4c92075de2
|
rpc: rm useless alloy_rpc_types_txpool reexport (#11092)
|
2024-09-21 20:19:00 +00:00 |
|
|
|
b9712c5ec5
|
rpc-types: replace reth TransactionRequest by alloy (#11091)
|
2024-09-21 18:52:59 +00:00 |
|
|
|
5113e29074
|
chore(storage): add test cases for Transactions and Receipts truncation (#11070)
|
2024-09-21 16:06:28 +00:00 |
|
|
|
c36b2f75b3
|
chore: stop using static mut (#11088)
|
2024-09-21 15:16:25 +00:00 |
|
|
|
f141a74f8b
|
fix: enable js-tracer (#11087)
|
2024-09-21 16:01:45 +02:00 |
|
|
|
b56d638e3f
|
chore: replace reth-rpc-types by alloy-rpc-types (#11071)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-21 10:51:31 +00:00 |
|
|
|
542c1487c9
|
chore: allow static mut ref (#11083)
|
2024-09-21 12:28:03 +02:00 |
|
|
|
6975177d05
|
Add new NetIf variant to NatResolver for IP resolution via network interface (#10922)
Co-authored-by: garwah <garwah@garwah>
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-21 12:17:42 +02:00 |
|
|
|
95d65dc022
|
chore: remove dead_code on InMemoryAccountTrieCursor (#11080)
|
2024-09-21 08:51:55 +02:00 |
|
|
|
3416145574
|
perf: increase threads in global pool (#11075)
|
2024-09-20 17:56:46 +00:00 |
|
|
|
5e1b49429f
|
feat(tree): add more insert block debug logs (#11078)
|
2024-09-20 17:09:20 +00:00 |
|
|
|
66089682d7
|
Move OptimismHardfork to new crate reth_optimism_forks (#10963)
|
2024-09-20 16:51:45 +00:00 |
|
|
|
63f2d59068
|
Replace reth-provider dep in reth-rpc-eth-types (#11077)
|
2024-09-20 16:37:45 +00:00 |
|
|
|
b5adf24a65
|
chore(rpc): remove use of extensible transaction + receipt types (#9774)
|
2024-09-20 15:00:28 +00:00 |
|
|
|
05f862af41
|
chore(storage): add test cases for Header truncation (#11048)
|
2024-09-20 10:32:40 +00:00 |
|