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

Implement endpoint to get all events since a block height #6

Closed
shesek opened this issue May 18, 2020 · 1 comment
Closed

Implement endpoint to get all events since a block height #6

shesek opened this issue May 18, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@shesek
Copy link
Collaborator

shesek commented May 18, 2020

Similarly to /txs/since/:height, but returning events instead of transactions. Could be called /events/since/:height.

This would make it easier to catch-up with missed events, without having to implement separate code to extract relevant updates out of transactions.

Internally, bwt should create the events based on the transaction data, rather than keeping the events themselves around. This ensures that no events will be missed even if bwt is down while they happen.

@shesek
Copy link
Collaborator Author

shesek commented May 24, 2020

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

No branches or pull requests

1 participant