-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a history stream for apply ticks / views updates
`base.system.createApplyTickHistoryStream()` emits once per `apply` tick with an object of the form: ``` { index: Number, // the index of the 'info' block in the `system.db` views: [{ key, appends }], // A list of changed views with the number of blocks appended writer: { key, length } // Which writer appended the blocks and what its new length is } ``` This can be used for debugging how the apply function changed views over the history of the autobase system.
- Loading branch information
1 parent
e34377a
commit 76e7541
Showing
3 changed files
with
424 additions
and
0 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
Oops, something went wrong.