trueblocks-core
trueblocks-core copied to clipboard
chifra export --neighbours flag incomplete return when providing multiple addresses. (API & Chifra)
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
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
Will re-open