HelixNetwork / pendulum

Pendulum is a distributed messaging protocol that enables globally available tamper proof timestamps :hourglass_flowing_sand:
https://dev.hlx.ai
Other
10 stars 6 forks source link

API endpoint getTips and getNodeInfo return different counts for tips #176

Closed dnck closed 4 years ago

dnck commented 4 years ago

Expected behavior

the length of the set of hashes from getTips and the total count returned by getNodeInfo should be the same.

Current behavior

The counts from above differ.

Steps to reproduce

Choose your client, and query the endpoints of the same node concurrently, and compare the results.

Additional info

I think we could close this issue once we have an explanation of why they're different.

dnck commented 4 years ago

pebcak