trueblocks-core
trueblocks-core copied to clipboard
The main repository for the TrueBlocks system
Search for this comment ``` // TODO: Protect against overwriting files on disc ``` in at least five places in the code. Search for more places by searching for `io.O_`
Search for this: // TODO: Instead of storing failed attempts in an array and retrying them after processing the entire list in the manifest, // TODO: we want to re-process...
This command: ``` chifra chunks index ``` produces these results ``` range magic hash addressCount appearanceCount size 000000000-000000000 3735928559 0x0000000000000000000000000000000000000000000000000000000000000000 15 15 584``` The second column (magic) should display as...
There are probably a number of things we need to do for the merge -- for example, can we get balances on the POS chain? There's no transactions there, but...
`chifra chunks index --truncate` should remove the `staging`, `ripe`, `unripe`, and `map` folders even if there are no `blooms` or `finalized` folders because they've already been removed `chifra chunks index...
fresh installation, then chifra when --timestamps complains about missing ts.bin (require chifra init before anything else)
$ chifra init --all WARN[05-03|07:40:35.983] the --call value provided (manifestHashMap(0x0, "mainnet-ts")) was not found: abi not found for manifestHashMap(0x0, "mainnet-ts"): abi not found Error: the --call value provided (manifestHashMap(0x0, "mainnet"))...
It turns out it can't find the publisher for the mainnet-ts file and fails. This is because the publisher defaults to the current publisher which wasn't true back in the...
https://www.zarl.dev/articles/enums