v0.1.0-alpha.2
Added
- JSON-RPC authorization mechanisms, matching zcashd:
- Multi-user (supporting both bare and hashed passwords in
zallet.toml).
- Multi-user (supporting both bare and hashed passwords in
Fixed
- Several balance calculation bugs have been fixed.
- Bugs related to detection and selection of unspent outputs have been fixed.
- JSON-RPC 1.x responses now use the expected HTTP error codes.
- JSON-RPC error codes now match zcashd more often.
PRs included in this release
- Release 0.1.0-alpha.1 by @str4d in #286
- Migrate to
zcash_client_sqlite 0.18.1by @str4d in #293 - Start fixing JSON-RPC error responses by @str4d in #298
- Migrate to
zcash_client_sqlite 0.18.4by @str4d in #300 - Migrate to
zcash_client_sqlite 0.18.9by @str4d in #308 - Migrate to latest Zaino revision by @str4d in #307
- Add SLSA build-provenance attestations for .deb artifacts and publish to the tag’s Release by @y4ssi in #292
- Add RPC authorization methods to config by @str4d in #299
- Improve error message when user attempts to store keys before init by @str4d in #310
- Update and audit dependencies by @str4d in #309
- Add Docker Image Signing, SBOM & Provenance Attestations by @y4ssi in #295
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2