trueblocks-core
trueblocks-core copied to clipboard
The main repository for the TrueBlocks system
We have a field called `handler` in the command line data. Currently, we use it to order the handlers in the output.go file, but it can be used elsewhere. It...
I've found an issue -- i reckon it's most definitely an issue, not misusage -- regarding querying staged and unripe blocks. It seems to me that the chifra isn't reading...
**User Comment:** One other change I was looking to do was having a custom directory to store configuration and the cache. I'd be interesting in shipping chifra with the application...
https://x.com/ethereumintern_/status/1813586069159551172
https://discord.com/channels/570963863428661248/591291646415601733/1263092898077868124
If we move the creation of the rCtx up on level in the API path through our code and store that context in the router, we could probably provide cancelling...
Find this code ``` if opts.ShouldLoadNames(false) { ``` In globals.go. In the Streaming Context case, this should not happen but it does.