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

chifra export --neighbours flag incomplete return when providing multiple addresses. (API & Chifra)

Open Rouge-Trader opened this issue 2 years ago • 2 comments

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}, {address2}&neighbors=True

Outputs only the result of address1.

Sudo Chifra: chifra export --fmt csv --neighbors {address1} {address2} >test.csv

CSV only contains the results from address1

Rouge-Trader avatar Jan 10 '23 12:01 Rouge-Trader

As a workaround to this issue, you may create a text file (say called file) with one line for each address and then use chifra export --fmt csv --neighbors --file file

tjayrush avatar Jan 17 '23 03:01 tjayrush

Will re-open

tjayrush avatar Nov 23 '23 03:11 tjayrush