Bitcoin-com / rest.bitcoin.com

Bitcoin.com's Cloud's REST API
https://rest.bitcoin.com
MIT License
19 stars 26 forks source link

balancesForAddress does not reflect balance for several minutes #392

Open m4ktub opened 5 years ago

m4ktub commented 5 years ago

A token was sent to an address and the explorer presented the validity of the token transfer immetiatly:

Nevertheless both the explorer and the REST services reported "no balance" for several minutes:

Note: The balance is now correctly reported.

Since most of the time time balances are correctly reported after a few seconds and another times after a few minutes a seemingly reasonable 1 minute interval is not enough to ensure a result.

Is there an "official" latency, that must be assumed, between broadcasting the transaction and the update of balances?

christroutner commented 5 years ago

I think this is a case of things being in flux. Minor bugs are still being ironed out in SLPDB and rest.bitcoin.com. Validation methods between SLPDB, slpjs, SLP-SDK, and rest are not fully aligned at present.

Please keep an eye on this failure mode. If you find a way to consistently reproduce it, please share it with us.

I really appreciate you taking the time to report these issues.