forked from MystenLabs/sui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pub sub] - Event subscription using event filter (MystenLabs#2589)
* filter impl and improvement for pub sub * * Add sender and digest to delete and publish event * some refactoring * * Add sender, digest, module, package, function and recipient to new_object event * remove tx digest from Event * added unit test for filter and event_handler * pubsub docs * Make direct edits to new pubsub page * address PR comment Fix test * rename instigator -> sender * remove destination_addr * address PR comment fix test * remove function from Event and event filters address PR comments * return EventEnvelope in subscription * fixup after rebase * populate transaction digest in event envelope * fix test * Make second round of edits to new pubsub doc * address PR comment Co-authored-by: Clay-Mysten <100217682+Clay-Mysten@users.noreply.github.com>
- Loading branch information
1 parent
b112a06
commit 0a30a71
Showing
25 changed files
with
2,064 additions
and
880 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.