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 a transitory dependency on req/res structs (PublishEntryRequest, PublishEntryResponse etc...) in the StorageProvider which are only accessible behind the testing flag in p2panda-rs right now. I suggest we compile p2panda-rs against testing flag until this dependency is factored out.
The text was updated successfully, but these errors were encountered:
We have a transitory dependency on req/res structs (
PublishEntryRequest
,PublishEntryResponse
etc...) in theStorageProvider
which are only accessible behind the testing flag in p2panda-rs right now. I suggest we compile p2panda-rs againsttesting
flag until this dependency is factored out.The text was updated successfully, but these errors were encountered: