Blockstream / Blockstream/satellite-api
Messages seem to disappear from /message/tx_seq_num
- Dominant language
- Python
- Stars
- 38
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
It seems messages are disappearing from the API and are not retrievable after a certain period of time. Is that the case?
Right now, the latest message beamed is #392 so `https://api.blockstream.space/message/392` returns a message, but #393 returns
```
{
"message": "Sequence number not found",
"errors": [
{
"title": "Sequence number not found",
"detail": "Sent order with that tx sequence number not found",
"code": 114
}
]
}
```
and all messages before and including #314 return a `HTTP 404 Not Found`.
Also, please note the discrepancy between message numbers that "have been" and the ones that "haven't been yet".
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.