Commit Graph

2116 Commits

Author SHA1 Message Date
2588d9282f feat: try to canonicalize safe and finalized (#2971) 2023-06-15 17:53:04 +00:00
93f9433bdf feat(bin): display ETA with second precision (#3186) 2023-06-15 17:17:34 +00:00
32e642d6b0 fix(stages): disable index history stages checkpoints (#3178) 2023-06-15 17:06:45 +00:00
f25fcca33e chore: Cargo.lock out of sync (#3185) 2023-06-15 16:50:04 +00:00
e6dd576639 fix: use eth namespace for filter trait (#3184) 2023-06-15 16:41:07 +00:00
081df84f99 chore: use std HashMap (#3182) 2023-06-15 15:12:10 +00:00
600f3eac8c chore(rpc): simplify GethTrace type (#3180) 2023-06-15 14:29:37 +00:00
83b4c55175 docs: readme pass (#3174) 2023-06-15 14:07:38 +00:00
01b0143ecb chore(sync): remove progress terminology from test macros (#3177) 2023-06-15 13:47:19 +00:00
e8a5ba1d5f perf: reduce more allocs (#3176) 2023-06-15 13:43:34 +00:00
49adb8de0f docs: various book chores (#3172) 2023-06-15 13:30:09 +00:00
ff36f78c2b feat: stage eta (#3135) 2023-06-15 11:58:35 +00:00
64392209e9 perf: reduce allocations in changeset helpers (#3169) 2023-06-15 11:57:46 +00:00
5bb090cd9f refactor: trigger pipeline with finalized hash (#3142)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
2023-06-15 11:53:11 +00:00
3a90eac8b1 fix: exclude calls to precompiles in call graphs (#3141) 2023-06-15 11:13:51 +00:00
4466fad370 feat: put blocks on right side with separate axis placement (#3170) 2023-06-15 07:04:09 +00:00
a967996144 Update installation.md (#3167) 2023-06-15 00:23:10 +00:00
4d3d4974a4 feat: add downloader buffer graph (#3165) 2023-06-14 22:03:05 +00:00
ce4600b5b4 fix: use serde json value for tracer config (#3154) 2023-06-14 20:17:01 +00:00
9b81043a53 chore(deps): move ethers to workspace deps (#3145) 2023-06-14 19:58:39 +00:00
a7c7b48feb chore: update ef-tests crate description (#3151) 2023-06-14 19:57:24 +00:00
55b6081bd6 feat(rpc): add helper function to also return the used state (#3147) 2023-06-14 19:55:47 +00:00
518784205f refactor: convert closure into function (#3144) 2023-06-14 18:09:27 +00:00
3bba41a209 fix: chunk size edge case (#3143) 2023-06-14 16:00:15 +00:00
cf10590e4a feat: add js tracer (#3100)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-06-14 12:42:00 +00:00
76302d945c Fixed compilation error (rename shareable_db to factory) (#3138) 2023-06-14 02:21:01 -07:00
209d2445b0 chore: rename ShareableDatabase to ProviderFactory (#3121) 2023-06-14 06:49:32 +00:00
724f480bbb Revert "refactor(stages): input target reached & output done checks" (#3136) 2023-06-13 23:49:11 -07:00
ea2fcee995 chore: use workspace dependencies (#3132) 2023-06-13 22:46:26 +00:00
fe40a92f06 feat(bin): sort db stats rows (#3125) 2023-06-13 22:37:25 +00:00
3637482f3a chore(stages): raise transaction based commit thresholds (#3128) 2023-06-13 15:38:56 -07:00
39c6b22829 feat(rpc): rename Client generics to Provider (#3126)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-06-13 17:17:16 +00:00
225e05267b fix(cli): commit on stage run unwind (#3129) 2023-06-13 17:08:02 +00:00
c928f2c183 test: fix failing rpc test (#3127) 2023-06-13 14:22:36 +00:00
e15805d9d1 chore: share provider on find_canonical_header (#3122) 2023-06-13 13:42:13 +00:00
790b443932 Update transactions.rs (#3094)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-06-13 12:12:37 +00:00
6752d624a1 refactor(stages): input target reached & output done checks (#3119) 2023-06-13 12:02:48 +00:00
0561675bb9 feat(trie): convert vec to Bytes in Nibbles (#3120) 2023-06-13 11:49:05 +00:00
e43455c2c3 fix: re-enable the geth genesis format (#3116) 2023-06-13 00:27:02 -07:00
f55d88b8c4 refactor: remove Transaction and add DatabaseProvider to stages (#3034)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-06-12 22:37:58 +00:00
cfdd88d392 feat(rpc): add BlockOverrides in trace_* (#3102) 2023-06-12 18:13:11 +00:00
adf4ae1246 book: fix book installation link (#3113) 2023-06-12 10:55:15 -07:00
63db481c2a Small typo (#3112) 2023-06-12 10:54:31 -07:00
7ec4b0a5cf Revert "refactor(stages): input target reached & output done checks" (#3114) 2023-06-12 10:19:46 -07:00
9a8c680e0f refactor(stages): input target reached & output done checks (#3106) 2023-06-12 16:12:19 +00:00
e0cdb0bc0b fix(stages): save full block range to index history checkpoint (#3107) 2023-06-12 15:14:39 +00:00
c51a222b26 docs: update CLI reference in book (#3105) 2023-06-12 09:06:58 -07:00
43a2d09462 docs: add rustdoc to gh pages (#3104) 2023-06-12 08:40:04 -07:00
83a032dada chore(engine): run pipeline on start if any of the stages is lagging behind (#3089) 2023-06-12 14:18:40 +00:00
ff13ec3601 chore: map provider error variants to blocknotfound (#3110) 2023-06-12 13:08:20 +00:00