-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add chunk snapshot and stream service (#139)
* feat: add snapshot load in chunks via a stream * feat: wip stream service integration * feat: add tx hash to ecs events * chore: re-add fetchSnapshotChunked * chore: increase snapshot port to avoid local port conflict with both services * feat: stream service integration stubs and fix test * feat: add WIP stubs for using 'subscribeToStreamLatest' * refactor(network): move stream service logic into createLatestEventStreamService util * feat(network): add stream to ecs event transform functions * chore(network): rename imported function * docs(network): add docs for stream service transform functions * chore(docs): fix typo * test(network): add tests for streaming service logic * chore: rename latestEventStream to latestEvent$ Co-authored-by: alvrs <alvarius@lattice.xyz>
- Loading branch information
Showing
18 changed files
with
324 additions
and
104 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
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.