graphsense / graphsense-REST

A REST service for accessing cryptocurrency data stored in Apache Cassandra.
MIT License
10 stars 8 forks source link

Unexpected empty ETH edge transactions table #102

Closed myrho closed 5 months ago

myrho commented 6 months ago

Check: /graph/eth/addresslink/0x7be8076f4ea4a4ad08075c2508e481d6c946d12b/0/0x5445092634581774a680e4dedd4ec9bfc35a26fd/1?table=transactions

soad003 commented 6 months ago

Observation: if I increase the page size to 1000 I get results (1000 results) after waiting a long time.

https://api.ikna.io/eth/addresses/0x7be8076f4ea4a4ad08075c2508e481d6c946d12b/links?neighbor=0x5445092634581774a680e4dedd4ec9bfc35a26fd&pagesize=1000

Actually, that is more than expected the edge says there should be 268 transactions. Close inspection shows that not all txs are between the two endpoints.

myrho commented 5 months ago

No longer empty, but still the number of tx on the edge does not match the number of returned tx on the edge.

soad003 commented 5 months ago

@myrho currently we count NR of transactions that produced relations and not the number of relations. That's probably the reasons for the differences. I would suggest to close this issue and open another one in the gs-spark repo.