forked from IntersectMBO/cardano-node
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- For now, on a hard-coded file path 'ledger_events.cbor' - Also using a naive CBOR encoding where each event gets appended to the file. Ultimately, we may want a more fine grained control on the encoding to ensure a stable API, as well as some flexibility from the node's command-line to (a) mount or not the event handler and (b) choose the path of the file. We've also discussed the possibility of streaming those events through some socket.
- Loading branch information
Showing
3 changed files
with
90 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters