Thomas Jay Rush
Thomas Jay Rush
> /opt$ chifra scrape --block_cnt 50000 --sleep 1 INFO[11-03|20:46:46.106] Scraping: INFO[11-03|20:46:46.106] Path: /home/cevat/.local/share/trueblocks/unchained/mainnet/ INFO[11-03|20:46:46.106] Settings: {2000000 100000 2300000 28 false 20} INFO[11-03|20:47:07.295] mainnet #18999999, found 574292 apps and 410129 addrs...
Thanks so much for your continued patience. Maybe it would be easier if we got on a call. Please connect with me in discord. For now, I think I'll close...
This issue is related to #3696
I know why this happens. When we write blocks to the cache, we only write the hashes of the transactions. Two reasons: (1) much smaller, (2) much faster. This is...
Having `Notify` inside of core is great, but it requires a listener. Currently, our only example of a listener sends its results to AWS. Because we do not want to...
@dszlachta How hard would it be to make an example of a listener that simply dumped the sent messages to the screen? I think it would be very easy...
Some timings: | Description | Time | |-------------|------| |Into the cache with chifra export:|4.72 seconds| |Out of the cache with chifra export:|.313 seconds| |Curl|9.9 seconds (then on rerun: .868 seconds,...
Current release. Yes.
Closing for now but will re-open.
This transaction https://etherscan.io/tx/0x634799410165000edaf1b1e8e5e8055b39cdd534d3c3dc9738865d39adb5d888 does not reconcile. Reproduce with: ``` chifra export 0x65b0d5e1dc0dee0704f53f660aa865c72e986fc7 --accounting --statements --ether --fmt json --first_block 11670418 --last_block 11670420 --asset 0xc713e5e149d5d0715dcd1c156a020976e7e56b88 ``` This happens because the smart contract...