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
payjoin-directory crate would depend on payjoin crate with ONLY the payjoin/directory feature and no others. So it would only have access to ShortId and padding values.
That way payjoin defines all of the actual protocol bounds and payjoin-cli, payjoin-directory etc. are concrete implementations of that protocol, and we don't need to manage a separate release file
The text was updated successfully, but these errors were encountered:
After this is implemented, payjoin-directory will depend on payjoin which will depend on bitcoin, which should address this comment more meaningfully: #417 (comment)
Some types are shared between
payjoin
andpayjoin-directory
:payjoin_directory::db::ShortId
is also used in Improve QR code encoding efficiency #389 for subdirectory IDsTo re-use code and avoid
payjoin-directory crate would depend on payjoin crate with ONLY the
payjoin/directory
feature and no others. So it would only have access to ShortId and padding values.That way
payjoin
defines all of the actual protocol bounds andpayjoin-cli
,payjoin-directory
etc. are concrete implementations of that protocol, and we don't need to manage a separate release fileThe text was updated successfully, but these errors were encountered: