Skip to content

payjoin-cli-0.0.7-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@DanGould DanGould released this 27 Jun 20:57
· 118 commits to master since this release
payjoin-cli-0.0.7-alpha
b63b0ff

Summary

An upgraded asynchronous payjoin experience. This update includes a new resume subcommand to continue any prior session. It also stops using .json files to persist data opting for a sled database instead.

Changelog

  • Resume multiple payjoins easily with the resume subcommand. A repeat send
    subcommand will also resume an existing session (#283)
  • Normalize dash-separated long args (#295)
  • Use sled database. Old .json storage files will no longer be read and should be deleted.
  • read Network::from_core_arg (#304)
  • Don't needlessly substitute outputs for v2 receivers (#277)
  • Print instructions and info on interrupt (#303)

What's Changed

Full Changelog: payjoin-cli-0.0.6-alpha...payjoin-cli-0.0.7-alpha