trueblocks-core icon indicating copy to clipboard operation
trueblocks-core copied to clipboard

The main repository for the TrueBlocks system

Results 277 trueblocks-core issues
Sort by recently updated
recently updated
newest added

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...

bug
TC-tools:transactions

Currently the TrueBlocks website lists this as the only install method: > https://www.trueblocks.io/docs/install/install-core/ ``` Installation Open a terminal window. Type go version. If Go is not installed or your version...

enhancement
TB-build

We currently use a package called Viper to read the configuration (TOML file and environment variables). However, it has one (at least) irritating issue - it only reads environment variables...

Replaces Viper package with koanf. `koanf` is pretty nice, but for writing the file we need to use the underlying TOML library directly. This gives us ability to keep comments...

I was playing around and came up with a command to count the holders of a token. I use 0x3ffeea07a27fab7ad1df5297fa75e77a43cb5790 in the exemple. I also directly use the Transfer topic...

TC-apps:export
examples

There's always been confusion in the code about where the first call to the RPC provider happens. This causes errors because most regular users don't edit the config file to...

enhancement
TC-apps:cmd

Checks if RPC connection can be established Generally checks if configuration is correct Output should be user-friendly (so we can tell users to run it if they run into problems)

enhancement
Epic
TC-apps:config

Send functionality allows `chifra state` to write to the chain. We already have calling syntax, e.g. `chifra state --call afunction(aParam) myContract` which seems to fit here as well. To handle...

enhancement
TC-tools:state
TA-delayed