Skip to content

Releases: KomodoPlatform/librustzcash

track unconfirmed change notes

28 Jan 12:35
4e030a0

Choose a tag to compare

What's Changed

  • fix unconfirmed change note tracking in transactions by @borngraced in #10

Full Changelog: k-1.4.1...k-1.4.2

bump `aes` and `fpe` one more time

10 Apr 17:38
e92443a

Choose a tag to compare

bump aes to 0.8.3 and fpe to 0.6

Add async WalletDb

07 Nov 12:01
debae77

Choose a tag to compare

  • The default WalletDb wrapper, which is based on Sqlite Connection did not support asynchronous environments. To address this limitation, an async-ready version of the wrapper named WalletDbAsync was introduced in this release.
  • Revert aes to 0.7 and fpe to 0.5

bump `aes` and `fpe` again

10 Jul 16:50
e75a5ea

Choose a tag to compare

bump aes to 0.8 and fpe to 0.6

upgrade rusqlite

30 May 23:27
443fef0

Choose a tag to compare

Includes CVE-2022-35737 fix for sqlite

bump `aes` and `fpe`

30 May 15:54
690f8af

Choose a tag to compare

Merge pull request #2 from KomodoPlatform/bump-aes-and-fpe

bump deps

bech32-upgrade

16 Feb 11:08

Choose a tag to compare

upgrade `bech32` to `0.9.1`

Signed-off-by: ozkanonur <work@onurozkan.dev>