Commit Graph

1757 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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