trueblocks-core
trueblocks-core copied to clipboard
The main repository for the TrueBlocks system
Just thinking about the BlockJoy image. What would the code do? 1. Start the API server 2. Run chifra init 3. Run chifra scrape 4. Run chifra monitors In this...
During the BAT token presale, transactions were conducted without involving a transfer process. For instance, in the transaction [link](https://etherscan.io/tx/0x563854a38cedf07839239c46d79373c3334430f9831c3c37204ac92af96e6e4b), wallet 0x75D27075d8d9Aa87E54f05A07A52c5a117436Cc7 interacted with the BAT contract using the Create Tokens...
See usesSdk.State routine
1. ~There is nothing stopping the user from shooting themselves in the foot with the types. For example, they call `BlocksTraces` without first setting the `Traces` option. The returned data...
But .... >file does (as it should).
Hi, I followed all the installation steps but when I type: chifra blocks 12 or chifra init --all, I get: WARN[24-04|08:30:32.498] the --call value provided (manifestHashMap(0x0, "mainnet-ts")) was not found:...
Currently our algorithm for detecting if the node is tracing is as follows: - Get trace for block number X - If error node is not tracing (defined in https://github.com/TrueBlocks/trueblocks-core/blob/master/src/apps/chifra/pkg/rpc/is_node.go#L41)...
This documents what I thought was rate-limiting but might be another issue. Running "chifra init -all" things went smoothly until about 60% downloaded. Then errors like this started while some...
Can you please add some docs to `chifra slurp` as far as how to set up the keys? 1. Add a note to `./src/dev_tools/goMaker/templates/cmd-line-options.csv`. Under the notes, add a new...