Skip to content

Commit 58f1635

Browse files
committed
feat: support re-sending events to event observers across restarts
Record events to be sent to event observers in a new sqlite database so that in the event that the node is killed before successfully sending, they can be re-sent on restart.
1 parent 807c4d4 commit 58f1635

File tree

8 files changed

+619
-62
lines changed

8 files changed

+619
-62
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
1818
- `get-block-info?` removed
1919
- Added `/v3/signer/{signer_pubkey}/{reward_cycle}` endpoint
2020
- Added optional `timeout_ms` to `events_observer` configuration
21+
- Added support for re-sending events to event observers across restarts
2122

2223
## [2.5.0.0.7]
2324

0 commit comments

Comments
 (0)