Skip to content

v0.13.0

Compare
Choose a tag to compare
@tomusdrw tomusdrw released this 13 Jul 08:38
· 149 commits to master since this release
f8ed713

This release changes the way you handle signing. It's now your responsibility to prevent SecretKeys from leaking copies on stack/heap, see #365 for more details, solutions and migration path.

  • Add support for wss (#360)
  • Rework transport features (TLS especially) (#363)
  • Isolate crypto stuff and avoid dealing with leaking SecretKey (#365)
  • added Transaction::raw (#366)