trueblocks-core
trueblocks-core copied to clipboard
The main repository for the TrueBlocks system
Proof: ``` chifra blocks 18000000-18000100:1 --decache >x ``` Clean out the cache of these blocks. ``` time chifra blocks 18000000-18000100:1 --cache >x Executed in 2.44 secs fish external ``` Run...
I think (but I may be wrong) that the "method" of upgrading the cache is to allow the "ReadValue" to proceed until it fails, and when it does go through...
Run this: ``` chifra list 0xdAC17F958D2ee523a2206206994597C13D831ec7 ``` This is Tether with 181,000,000 appearances. Hit control + C. It sort of sees the break, but it doesn't really stop... It eventually...
Do ``` TEST_TEST_ONLY=with .... test apps/acctExport ``` See failed tests
Do this: ``` chifra list 0x0c2808b951ed9e872d7b32790fcc5994ae41ffdc | grep "\t0\t" ``` Shows 0.415 as the transaction id. Then this: ``` chifra slurp --types all 0x0c2808b951ed9e872d7b32790fcc5994ae41ffdc | grep ^0 ``` Shows 0.0...
See https://github.com/TrueBlocks/trueblocks-core/issues/3424 ~Not a nice thing to do, but we could, conceivably use this list~ ~https://chainlist.org/chain/1~ ~and 100 go routines to speed up the processing of remote data access by...
- Use withdrawals as a minted value in reconcilations. - We store in our index. When we spin through that list, we sometimes encounter as one of the transactions which...
~This transaction: https://etherscan.io/tx/0x506e7978ba52886681b75797e4403579ba703b5f9df576a34602ada1709085fb~ ~Does not reconcile. Reproduce with:~ ~chifra export 0x054993ab0f2b1acc0fdc65405ee203b4271bebe6 --accounting --statements --ether --fmt json --first_block 15549161 --last_block 15549163 --asset 0xf5b2c59f6db42ffcdfc1625999c81fdf17953384~ ~The reason this happens can be called a...
chifra export --accounting should do a "final" reconciliation that balances out to current end of chain balances Otherwise, the balance history charts (and balance sheets) represent last purchased price. They...
A number of issue were marked as TA-Delayed and closed. Re-open them.