Willian Mitsuda

Results 229 comments of Willian Mitsuda

Current status: - Implemented collate/merge support in addition to read from snapshots. In theory it is feature complete, now need to do a full validation of correctness + optimizations, polish...

Current status: - Regenerated snapshots on holesky, there is now a `idx_verify` tool for comparing two node's .ef file integrity: ``` time build/bin/integration idx_verify --sourcedir /var/lib/ethereum/erigon3-holesky/erig on --targetdir /var/lib/ethereum/erigon3-holesky-experimental/erigon 2024/12/16...

from now on, I think we are ready to advance one more step towards making it stable: - We could use some preliminary review to fix obvious design decisions (@AskAlexSharov...

Current status: - Converter (`idx_optimize`) ran on polygon took +20 hours. It looks ok-ish for something that will run only once. Won't invest in optiming it unless there is some...

regarding syncing from scratch: - analyzed the run on mainnet that Giulio made, seems ok, but I'm not 100% confident because: - tracesfrom/tracesto/storage/logaddr/logtopic indexes all matched perfectly, which makes me...

updated the PR to consolidate the rollout tools: - `make integration` -> integration tool is required Convert an existing node: - Stop erigon - BACKUP `snapshots/accessor` and `snapshots/idx` directories -...

Status: finished another round of tests on holesky, now comparing a fresh synced node vs. this branch PR from scratch. Methodology: - Deep compare 2 directories: - Snapshot sync holesky...

Next steps: another round of sync from scratch, now I'll try to force use the same salt as the snapshots served by Erigon in order to reproduce the same indexes....

> Commitment is not enough determenistic. - it’s known issue. other things - i’m not sure, but probably ok to ignore. FYI: according to Giulio on Discord, it is probably...

Status, another round on holesky completed, comparing holesky beta 1 vs. holesky from scratch + PR Regarding .ef contents, everything matches, except `v1-receipt.*`. It looks like there are still some...