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
BRC-100 substrates: HTTPWalletJSON for JSON-over-HTTP, HTTPWalletWire
for binary transport, and WalletWireTransceiver Interface adapter (#449–#451)
WalletClient accepts substrate: constructor param for remote wallet
delegation — all Interface methods delegate to the substrate when set (#452)
list_actions and list_outputs honour include_labels, include_inputs,
and include_outputs flags (#448)
acquire_certificate uses AuthFetch for BRC-104 authenticated certificate
issuance (#453)
Fixed
prove_certificate now uses correct protocol ID ('certificate field encryption')
and key ID format ("#{serial_number} #{field_name}") matching TS/Go SDKs —
previously incompatible cross-SDK (#424)
Code review findings addressed for substrates and include flags
Changed
BSV::WalletInterface module removed — VERSION now lives in BSV::Wallet::VERSION
where all other wallet constants already reside