trueblocks-core icon indicating copy to clipboard operation
trueblocks-core copied to clipboard

The main repository for the TrueBlocks system

Results 277 trueblocks-core issues
Sort by recently updated
recently updated
newest added

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_`

enhancement
TC-apps

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...

enhancement
TC-apps

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...

enhancement
TC-apps

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...

enhancement
TB-build

`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...

enhancement
TC-apps

fresh installation, then chifra when --timestamps complains about missing ts.bin (require chifra init before anything else)

enhancement
TX-testing
TC-apps

$ 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"))...

bug
TC-apps:init

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...

bug
TC-apps:cmd

https://www.zarl.dev/articles/enums

enhancement
TC-apps:cmd