Releases: SiaFoundation/vaultd
Releases · SiaFoundation/vaultd
v0.3.6
v0.3.4
Fixes
- Fixed [GET] /seeds/:id
lastIndexfield always returning 0.
v0.3.3
v0.3.2
Features
- Added
[POST] /blind/sign
The state and network fields are now optional for [POST] /v2/sign and [POST] /sign
When state and network are not provided, the current state will be polled from SiaScan.
Fixes
- Vault secret is no longer required at startup.
- Update core to v0.13.1 and coreutils to v0.15.2
v0.2.1
v0.2.0
v0.1.1
This is the initial release of vaultd a secure store for offline signing designed for exchanges. It supports both legacy siad and BIP-39 seed phrases. It can interact with a walletd node for building and signing transactions in a secure and authenticated manner.
Fixes
- Fixed HTTP flag in Dockerfile
- Removed RPC port from Dockerfile.