Thomas Jay Rush
Thomas Jay Rush
TB_TESTS_FILTER=transactions,export make test-all does not work. It should.
Someone in our discord reported this: I was getting a message yesterday that it couldnt findthe block but its working fine now. must be related to how close in time...
In the current code, when we do `chifra transactions 1001001.0 --ether` we get an incorrect result. (Same for other command that export transactions including `blocks` and `export`). We always get...
It should be easy to add support for events topics. They are calculated identically to function signatures, except instead of chopping off the first four byte of the sha3 of...
I want to be able to start the docker against `mainnet`, `gnosis`, and `sepolia`. How does one do that? a) parameterize the startup routine with `--chain` b) allow for `--chain...
**Summary:** Access to `mainnet` node works on both `localhost` (Mac) and from inside docker. Access to `sepolia`, only works from localhost. On my Macintosh, I can do: ``` curl -H...
[Issues with Onboarding.pdf](https://github.com/TrueBlocks/trueblocks-core/files/7003047/Issues.with.Onboarding.pdf)
**Error Modes on Startup:** 1) API is not running 2) RPC is not running 3) PATH is incorrect (can't find chifra or it's children) 4) Error return from chifra 5)...
