Skip to content

v0.18.0

Compare
Choose a tag to compare
@BitcoinZavior BitcoinZavior released this 15 Aug 17:10
· 50 commits to main since this release
6bce23c

[0.18.0]

Updated flutter_rust_bridge to 2.0.0.

APIs added

  • Exposed PjUriBuilder and PjUri.
  • Exposed pjUrlBuilder() in ActiveSession.
  • Exposed checkPjSupported() in PjUri.
  • Exposed fetchOhttpKeys() to fetch the ohttp keys from the specified payjoin directory.

APIs changed

  • Upgrade receive/v2 type state machine to resume multiple payjoins simultaneously (#283)
  • Refactor output substitution with new fallable try_substitute_outputs (#277)
  • Enroller became SessionInitializer.
  • Enrolled became ActiveSession.
  • fallbackTarget() became pjUrl().

Fixed

  • Handle OHTTP encapsulated response status (#284)