Thomas Jay Rush
Thomas Jay Rush
Once #3788 is ready, we will have the ability to send transactions. When the index is updated, we check if pinning is on and use `state --send` feature to update...
This works to remove an ABI file from the cache ``` chifra abis --decache ``` This does not: ``` chifra monitors --decache ``` Why does the `chifra monitors` command not...
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...