trueblocks-core
trueblocks-core copied to clipboard
The main repository for the TrueBlocks system
I'm setting the `SETTINGS_RPCPROVIDER` variable as described [HERE](https://github.com/TrueBlocks/trueblocks-core/blob/master/docs/content/docs/chifra/configs.md) ``` export SETTINGS_RPCPROVIDER=https://rpc.archivenode.io// ``` This works when I run `./chifra status`, it talks to the endpoint that I have configured above. However,...
// TODO: Multi-chain missing feature on other chains // TODO: Multi-chain missing feature on other chains // TODO: Multi-chain configure individual tools per chain (for example blockScrape) // TODO: Multi-chain...
[Issues with Onboarding.pdf](https://github.com/TrueBlocks/trueblocks-core/files/7003047/Issues.with.Onboarding.pdf)
**Currently:** Go to http://trueblocks.io Click on Download button **Problem 1**: This takes the user trueblocks-core, it should take the user to trueblocks-explorer At the explorer home page: **Problem 2**: cmake...
And I am explicitly declaring this to be okay. We won't disallow it in code. We won't try to protect the end user from getting themselves into trouble. We won't...
See the previous issue about maxRecords. It appears not to work. These commands illustrate the problem: ``` jrush@iMac:~/D/t/build|develop✓➤ curl "http://localhost:8080/export?addrs=0xF403C135812408BFbE8713b5A23a04b3D48AAE31&fmt=txt&maxRecords=50" | wc 51 844 52393 jrush@iMac:~/D/t/build|develop✓➤ curl "http://localhost:8080/export?addrs=0xF403C135812408BFbE8713b5A23a04b3D48AAE31&fmt=txt&maxRecords=70" | wc...
Run it. See what you get.
`getBlocks_redir_output_append.txt` for example `grabABI_redir_output_append.txt` is another example I didn't want to fix this in the C++ code, but we can see it in the above test file.
In the OLD C++ CODE, if we use the `--file` option and the command file happens to have an `--output` option, it appears that if the destination file has `/`...