You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have makePublishKit but need something that stores data off-chain. Once we have that then #5386 can return itssubscriber instead of a Notifier. Consumers that need a Notifier can pass that to makeNotifierFromSubscriber from #5737.
Description of the Design
The storageNode and marshaller arguments are generally optional so we can continue that in this case. Since they are optional we can add them to the params of makePublishKit to optionally tee to storage.
Alternately we could have makeStoredPublishKit.
Security Considerations
Will tee storage to storageNode. marshaller is powerful.
Test Plan
Tests with storage and tests integrating with makeNotifierFromSubscriber.
The text was updated successfully, but these errors were encountered:
What is the Problem Being Solved?
We have
makePublishKit
but need something that stores data off-chain. Once we have that then #5386 can return itssubscriber
instead of a Notifier. Consumers that need a Notifier can pass that tomakeNotifierFromSubscriber
from #5737.Description of the Design
The
storageNode
andmarshaller
arguments are generally optional so we can continue that in this case. Since they are optional we can add them to the params ofmakePublishKit
to optionally tee to storage.Alternately we could have
makeStoredPublishKit
.Security Considerations
Will tee storage to
storageNode
.marshaller
is powerful.Test Plan
Tests with storage and tests integrating with
makeNotifierFromSubscriber
.The text was updated successfully, but these errors were encountered: