Commit Graph

2163 Commits

Author SHA1 Message Date
95b9e32331 fix(rpc): use correct rename (#3020) 2023-06-06 11:57:06 +00:00
2e11c6f660 chore(deps): bump xml-rs to 0.8.14 (#3018) 2023-06-06 11:48:02 +00:00
df9dfa6b6f chore(deps): use revm and revm-primitives as workspace deps (#3017) 2023-06-06 11:47:55 +00:00
c73e35c3eb chore: add helper serialize functions (#3015) 2023-06-06 11:43:02 +00:00
45af6dc504 fix: serialize storage map without prefix (#3016) 2023-06-06 11:41:08 +00:00
201366d8f7 fix(bin): skip first ConsensusLayerHealthEvents tick (#3012) 2023-06-06 10:31:57 +00:00
a2004f06ae chore(db): fix dupsort typo (#3014) 2023-06-06 10:16:47 +00:00
b3bd98c370 chore(tree): first block naming (#3009) 2023-06-06 09:32:06 +00:00
171166e84a chore: add msrv to manifests, add and use workspace.package (#3006) 2023-06-06 03:45:44 +00:00
adf4328cec chore(clippy): make clippy happy (#3005) 2023-06-06 00:39:13 +00:00
6e3b420bf3 fix(rpc): use u64 for gas (#3004) 2023-06-06 00:38:58 +00:00
9614b4667c fix: mark downloaded block as invalid if insertion fails (#3003) 2023-06-06 00:13:54 +00:00
088c388d13 fix(rpc): make memSize optional (#2999) 2023-06-05 23:17:30 +00:00
df90caeb34 fix: ignore forkchoice updates to old head (#2952)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-06-05 15:24:29 -07:00
3bd26b0441 feat: Increment history shard size (#2844) 2023-06-05 13:00:31 -07:00
a6147e7a85 Update rust version from 1.65.0 to 1.70.0 in README.md (#2998)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-06-05 12:59:55 -07:00
3198af11ae fix(pipeline): simplify previous_stage, respect max_block in metrics (#2989)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-06-05 12:59:32 -07:00
789e680589 fix: make GethDebugTracingOptions args optional (#2996) 2023-06-05 18:36:28 +00:00
50d325f1bc chore(stages): rewrite index history stage comments as doc (#2993) 2023-06-05 17:43:51 +00:00
18b70f17f7 perf: use BTreeMap::pop_last (#2994) 2023-06-05 17:43:23 +00:00
d2c68edf23 feat: rework logs (#2988) 2023-06-05 17:43:14 +00:00
643b3811c2 ci: add docker release workflow (#2985) 2023-06-05 17:22:31 +00:00
e1148c81a7 chore(consensus): emit warnings if no CL found (#2961)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-06-05 16:48:40 +00:00
b72c3aed90 feat: add more metered channel abstractions (#2991) 2023-06-05 16:40:00 +00:00
08900740bc feat: Better progress reporting for stage checkpoints (#2982)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2023-06-05 16:10:46 +00:00
6fab79bbc2 bug(Tree): Commit from tree now calculates history indices (#2978) 2023-06-05 08:32:46 -07:00
9206a7dea0 refactor: move cli-only utils out of staged-sync (#2984) 2023-06-05 13:47:08 +00:00
df8ca352ec chore: test typo (#2986) 2023-06-05 13:16:57 +00:00
f828a0f441 feat(reth-stage): add history stages + allow committing (#2983) 2023-06-05 12:58:28 +00:00
37fe44750d Avoid querying unwritten values from changesets during historical lookups (#2966) 2023-06-05 03:09:11 +00:00
25dd544468 fix: implement pending evm env (#2968) 2023-06-05 02:51:26 +00:00
ef6fa6dca2 fix: process geth steps iteratively (#2980)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-06-05 02:49:24 +00:00
f042548689 perf: use final paris difficulty if configured (#2969) 2023-06-05 02:47:28 +00:00
c81b059e96 chore: Better debug and json serialization for elias fano list (#2977) 2023-06-05 02:42:25 +00:00
075fa59841 perf: only check pool if disk lookup came up empty (#2973) 2023-06-05 02:36:10 +00:00
2d0e8162b8 fix: push_trace iteratively (#2979) 2023-06-05 02:26:57 +00:00
5e01f9d7b4 feat(cli): db list in reverse (#2972) 2023-06-03 12:40:07 +00:00
2e406c1791 ci: upgrade to geth 1.12.0-e501b3b0 (#2874)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-06-02 19:11:19 +00:00
8c5379984b fix: clear active download requests if node fully synced (#2967) 2023-06-02 18:37:47 +00:00
5c7c6608d1 chore(clippy): make clippy happy (#2963) 2023-06-02 15:22:42 +00:00
7d14525307 feat: improve block downloads (#2941) 2023-06-02 14:28:03 +00:00
f7a35f09b5 chore: typos, rm oudated todos (#2962) 2023-06-02 13:41:31 +00:00
36528f1b38 fix: off by one unwind range (#2960) 2023-06-02 12:57:14 +00:00
a2287c68a6 chore: dont get plain state if not shard is there (#2959) 2023-06-02 12:50:19 +00:00
a03c380d1a fix(rpc): remove invalid block hash variant (#2954) 2023-06-02 12:30:13 +00:00
5b72a73815 feat(rpc): add rpc_ namespace (#2928)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-06-02 10:55:25 +00:00
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