Skip to content

0.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@saefstroem saefstroem released this 10 May 15:10
· 13 commits to main since this release
8def1e4

This release adds significant improvements to the library.

  • use RUST_LOG
  • simplify functions
  • convert sled errors to custom db error
  • deprecate audit module
  • reduce cloning and replace with ref usage
  • add zeroize type for wallet bytes

Thanks to @biryukovmaxim for helping finding these issues and suggest fixes.

What's Changed

  • feat: make callback structure mutexless by @biryukovmaxim in #2
  • Suggest improvements by @starkbamse in #1
  • reduce clones by @biryukovmaxim in #3
  • Merge pull request #1 from starkbamse/main by @starkbamse in #4
  • Deprecate is_native in PaymentMethod by @starkbamse in #5
  • Prepare for release by @starkbamse in #6

New Contributors

  • @biryukovmaxim made their first contribution in #2
  • @starkbamse made their first contribution in #1

Full Changelog: 0.0.1...0.0.2