|
|
65b6276926
|
chore(engine): remove redundant pipeline completion check (#2953)
|
2023-06-02 09:50:51 +00:00 |
|
|
|
6353792a84
|
feat: add Transaction setters and separate random tx signing (#2951)
|
2023-06-02 09:37:21 +00:00 |
|
|
|
43f421d0b6
|
fix: set reputation change for already seen txs to 0 (#2945)
|
2023-06-01 16:29:59 +00:00 |
|
|
|
48bf3990a0
|
chore: only log block essentials (#2948)
|
2023-06-01 16:14:54 +00:00 |
|
|
|
5dd49e4460
|
feat: track invalid ancestor in invalid headers cache (#2939)
|
2023-06-01 09:23:24 +00:00 |
|
|
|
c25c398d34
|
chore(engine): ensure previous pipeline run finished (#2920)
|
2023-06-01 08:58:48 +00:00 |
|
|
|
10717a7cc3
|
chore: apply same impl order (#2937)
|
2023-05-31 22:44:34 +00:00 |
|
|
|
9a0aeea543
|
feat(bin, pipeline): report pipeline progress (#2932)
|
2023-05-31 22:17:33 +00:00 |
|
|
|
aea35263da
|
feat: track fcu validity (#2934)
|
2023-05-31 19:21:56 +00:00 |
|
|
|
1641f555f2
|
feat: use buffered ancestor to determine sync target (#2802)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-05-31 18:06:16 +00:00 |
|
|
|
9cd32e516a
|
feat: Add general database::Provider and move implementations from ShareableDatabase to it (#2902)
|
2023-05-31 16:06:01 +00:00 |
|
|
|
d0f235893f
|
fix: configure ipc server properly (#2922)
|
2023-05-31 14:34:08 +00:00 |
|
|
|
c4764d4f27
|
feat: Integrate cache config in rpc args (#2924)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-05-31 13:18:25 +00:00 |
|
|
|
adffd0aac9
|
feat(bin): reset Finish stage in drop cmd (#2931)
|
2023-05-31 13:02:16 +00:00 |
|
|
|
8a5fc9a974
|
fix: Return correct gas price fields for EIP2930 transactions (#2930)
|
2023-05-31 12:40:12 +00:00 |
|
|
|
cc90358371
|
chore: fix payload builder typos (#2927)
|
2023-05-31 12:37:57 +00:00 |
|
|
|
b7fb236986
|
ci: add dummy jobs to required workflows (#2905)
|
2023-05-31 08:19:35 +00:00 |
|
|
|
cb44ce0904
|
Fix typo in PayloadJobGenerator comment (#2926)
|
2023-05-31 00:20:22 +00:00 |
|
|
|
5d7eba6fb2
|
chore(primitives): move checkpoints under stage mod (#2906)
|
2023-05-30 17:14:13 +00:00 |
|
|
|
c481b8717b
|
feat(cli): integrate max tracing requests in cli (#2914)
|
2023-05-30 14:19:21 +00:00 |
|
|
|
9d7b3de646
|
fix(cli): clear receipts on stage drop execution (#2918)
|
2023-05-30 13:49:53 +00:00 |
|
|
|
ed209f6cb4
|
chore(engine): remove db attribute (#2917)
|
2023-05-30 13:44:41 +00:00 |
|
|
|
3347da091f
|
feat(cli): add stage unwind command (#2913)
|
2023-05-30 11:26:24 +00:00 |
|
|
|
fba2adf8c1
|
feat(provider): stage checkpoint provider (#2907)
|
2023-05-30 11:10:26 +00:00 |
|
|
|
4384767187
|
chore(sync): always record storage slot checkpoint (#2911)
|
2023-05-30 09:56:32 +00:00 |
|
|
|
32772ca5dc
|
perf(storage): use delete_current when possible (#2909)
|
2023-05-30 08:52:07 +00:00 |
|
|
|
50cfe96b95
|
meta: expand stage code owners (#2908)
|
2023-05-30 07:50:57 +00:00 |
|
|
|
cb3e221273
|
fix(stages): unwind receipts in execution stage (#2900)
|
2023-05-30 07:15:58 +00:00 |
|
|
|
5595ae9a78
|
feat: add constants for total paris difficulty (#2901)
|
2023-05-29 20:58:35 +00:00 |
|
|
|
2478c9f11c
|
chore(stage): cleanup stage id (#2898)
|
2023-05-29 19:22:49 +00:00 |
|
|
|
b1760e7332
|
perf: execute db read tasks on blocking pool (#2896)
|
2023-05-29 14:24:03 +00:00 |
|
|
|
e848dcd675
|
perf(rpc): use block hash or number (#2892)
|
2023-05-29 14:11:37 +00:00 |
|
|
|
223f5cb9cc
|
perf: optimize block provider function (#2880)
|
2023-05-29 12:25:39 +00:00 |
|
|
|
d676170f84
|
ci: various speed optimizations (#2867)
|
2023-05-29 12:47:49 +00:00 |
|
|
|
01af8e5d4b
|
perf: cache fork timestamps (#2886)
|
2023-05-29 12:16:59 +00:00 |
|
|
|
e703973dc6
|
fix(stages): reset Merkle checkpoint (#2877)
|
2023-05-29 11:42:16 +00:00 |
|
|
|
3b37e83070
|
chore: make reth config serde default (#2879)
|
2023-05-29 11:42:14 +00:00 |
|
|
|
853929e749
|
feat(bin, tracing): allow multiple directives for journald/file logging (#2882)
|
2023-05-29 11:42:12 +00:00 |
|
|
|
5b73b2a1b1
|
chore(clippy): make clippy happy (#2885)
|
2023-05-29 11:20:51 +00:00 |
|
|
|
b03208cea9
|
docs: add note about build function (#2876)
|
2023-05-27 16:15:11 +00:00 |
|
|
|
0ebc78651e
|
chore: more sane debug display impls (#2872)
|
2023-05-26 18:28:20 +00:00 |
|
|
|
2711178ee9
|
perf: use single tx for converting hash to number (#2870)
|
2023-05-26 16:59:39 +00:00 |
|
|
|
a8b39880ea
|
perf: spawn handlers before network (#2868)
|
2023-05-26 16:55:36 +00:00 |
|
|
|
79f99ad0fc
|
chore: convert datagram failure error to debug (#2869)
|
2023-05-26 16:55:19 +00:00 |
|
|
|
f5b091dd53
|
fix: sync to head block instead (#2854)
|
2023-05-26 15:56:07 +00:00 |
|
|
|
689d869b8b
|
build: add ef-tests target to makefile (#2861)
|
2023-05-26 14:03:54 +00:00 |
|
|
|
ea5e877f35
|
ci: use Swatinem/rust-cache@v2 everywhere (#2862)
|
2023-05-26 14:01:46 +00:00 |
|
|
|
0caf051869
|
feat: reth-config crate (#2825)
|
2023-05-26 13:56:28 +00:00 |
|
|
|
1176754d6e
|
perf(rpc): fetch block and receipts for concurrently (#2860)
|
2023-05-26 13:24:02 +00:00 |
|
|
|
e05f655928
|
perf: store canonical number in atomic (#2859)
|
2023-05-26 13:02:07 +00:00 |
|