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

This issue is delayed. We will get to it one day. Summary: scraping is not much slower than it used to be even though we query more data. New scraper...

enhancement
TC-apps:scrape
TA-delayed

Allow for more than just Pinata as a pinning option. 1. Research required to figure out what other options there are, 2. Cleanup of existing work with is "sort of"...

enhancement
TC-apps:scrape

An important existing TODO. Also related to #1829 https://github.com/TrueBlocks/trueblocks-core/blob/4575013c381d6e86aca449c00d832c23d9e3e462/src/apps/chifra/internal/scrape/handle_blaze_blaze.go#L70-L71

enhancement
TC-apps:scrape
TA-delayed

- Does every chunk contain every block in the filename's range (or is allow_missing true)? - Do the file name ranges have missing blocks? (They should not.) - The file...

enhancement
TC-apps:chunks
TA-delayed

Trueblocks v0.45.0 Providing multiple addresses to the API or Chifra while using the "neighbors" flag results in only the first address in the list being processed. Sudo API request: `http://localhost:8080/export/?addrs={address1},...

enhancement
TC-apps:export
user-provided

See the discussion here: https://ethresear.ch/t/specification-for-the-unchained-index-version-2-0-feedback-welcome/17406/22?u=quickblocks

enhancement
TC-apps:scrape
TA-delayed

This `input` string comes from transaction 8855603.121: ``` 000000000000000000000000000000000000000000000000000000000000003c00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000014f503017d7baf7fbc0fff7492b751025c6a78179b000000000000000000000000 ``` Breaking it into 32 byte chunks yeilds: ``` 000000000000000000000000000000000000000000000000000000000000003c 0000000000000000000000000000000000000000000000000000000000000040 0000000000000000000000000000000000000000000000000000000000000014 f503017d7baf7fbc0fff7492b751025c6a78179b000000000000000000000000 ``` It's an address stored as a string...

enhancement
TC-apps:scrape
TA-delayed

No need to respond. Just to inform you. I've been running Uniswap extraction for about the last five days. It's stunningly slow. But I figured out why. I run it...

enhancement
TC-apps:export
TA-delayed