Willian Mitsuda
Willian Mitsuda
Sourcify raw data is now published in new formats: https://x.com/sourcifyeth/status/1836042721972359399 I think we should still support and incentivize self hosting Sourcing data by: - Updating our docs in case users...
We currently don't integrate with the Sourcify API directly, but we should on the future, more specifically the API v2 which is on design phase. Resources: https://sourcify.stoplight.io/docs/sourcify-apiv2/branches/main/ https://github.com/ethereum/sourcify/issues/1470 https://github.com/ethereum/sourcify/issues/1545 I...
Currently we display an error-ish page when: - Slot is missed - CL doesn't have that data (because node is pruned, didn't backfill, etc.) I think we can now try...
Currently, the entire app is built on top of fetch-on-render using ugly `useEffect`s mixed with `useSWR`s. We should explore more the data loading APIs from react router in order to...
Minor glitch, very low priority, but when I refresh the page (e.g. below) multiple times, sometimes it positions the screen at the input table, not at the beginning of the...
yesterday's main, commit `39b62b4fda39510251f6ceac89d81f5a94ff8f50` holesky logs, but I had it on mainnet as well. TLDR; node entered a stuck state after an unwind. ``` INFO[10-10|20:03:02.554] head updated head=0x28bfa98929aa21f775b7b7152390e42649abf004e89de8e138ff4275c20bd0ae hash =0x28bfa98929aa21f775b7b7152390e42649abf004e89de8e138ff4275c20bd0ae...
Using today's main, sepolia. Node was working fine, then suddenly it entered an unrecoverable state. Restart doesn't work, it seems DB got inconsistent. ``` INFO[09-16|18:33:26.485] P2P app=caplin peers=0 INFO[09-16|18:33:33.695] head...
err="AddNewSeedableFile: LoadFromFile:[...]v1-accounts.128-192.kv.torrent: no such file or directory
Using commit `ebfa41c1c0cc963b5ef069178fa0e268114fb2be`, first sync from scratch on sepolia. ``` INFO[09-10|19:14:39.077] [txpool] stat pending=10000 baseFee=3064 queued=30000 alloc=3.2GB sys=13.2GB INFO[09-10|19:14:39.916] [mem] memory stats Rss=16.3GB Size=0B Pss=16.3GB SharedClean=2.7MB SharedDirty=0B PrivateClean= 10.2GB PrivateDirty=6.1GB...
This is a low priority, but very quality-of-life improvement request: When for some reason (bug, republishing, etc...) you need to manually remove some snapshot files, during the check process the...