trueblocks-core
trueblocks-core copied to clipboard
The main repository for the TrueBlocks system
We need to automate index publishing at some point. It can be also used for publishing names database. This means performing a `send` operation on chain, so we'd need to...
This post follows an issue I posted in truckblocks-docker regarding rpc connections to erigon breaking, and further discussion in the Erigon discord. In an effort to overcome the issues I...
Last time we updated the index, we had to tell people to "invalidate their monitors." This brought a few questions from people wondering what this meant. If we had a...
../src/apps/chifra/internal/abis/handle_show.go ../src/apps/chifra/internal/blocks/handle_count.go ../src/apps/chifra/internal/blocks/handle_traces.go ../src/apps/chifra/internal/export/handle_accounting.go ../src/apps/chifra/internal/export/handle_appearance.go ../src/apps/chifra/internal/export/handle_count.go ../src/apps/chifra/internal/slurp/handle_appearances.go ../src/apps/chifra/internal/slurp/handle_show.go ../src/apps/chifra/internal/state/handle_show.go ../src/apps/chifra/internal/status/handle_caches.go ../src/apps/chifra/internal/status/handle_show.go ../src/apps/chifra/internal/tokens/handle_parts.go ../src/apps/chifra/internal/tokens/handle_show.go ../src/apps/chifra/internal/transactions/handle_accountfor.go ../src/apps/chifra/internal/transactions/handle_source.go ../src/apps/chifra/internal/transactions/handle_uniq.go All of ../src/apps/chifra/internal/chunks ../src/apps/chifra/internal/when/handle_ts_
Summary of a discord discussion: https://discord.com/channels/570963863428661248/811272718224719892/1229934212967039006 Partial archive nodes on Erigon are archive nodes that only cover a specified block range, so they index everything but only for blocks after...
for --pins that would simply generate the CIDs from the existing files -- not upload them to either Pinata or IPFS. Just generate the CID. This would make re-generation easier...
If this thing fails, it reports the failure to the screen which, of course, gets lost unless we capture it. This makes running the pinning session impossible unless one is...
This should be relatively easy, I think. Just don't know where to put the casching and decaching code.