Releases: saefstroem/acceptevm
Releases · saefstroem/acceptevm
0.0.3
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.3
0.0.2
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
0.0.1
Set treasury address in tests