Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Messages seem to disappear from /message/tx_seq_num #10

Open
bokobza opened this issue May 29, 2019 · 1 comment
Open

Messages seem to disappear from /message/tx_seq_num #10

bokobza opened this issue May 29, 2019 · 1 comment

Comments

@bokobza
Copy link
Contributor

bokobza commented May 29, 2019

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".

@nitramiz
Copy link
Collaborator

Hi, @bokobza. This is intentional since we don't want to be held liable for any messages that have been transmitted over the Satellite API.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants