You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: