Skip to content

Releases: SiaFoundation/vaultd

v0.3.6

16 Jun 08:10

Choose a tag to compare

Features

  • Add missing API client methods.

Fixes

  • Fixed seeds always returning null.

v0.3.4

05 Jun 11:29

Choose a tag to compare

Fixes

  • Fixed [GET] /seeds/:id lastIndex field always returning 0.

v0.3.3

03 Jun 18:35
v0.3.3
6bb40ec

Choose a tag to compare

Features

  • Check for proper seed lengths.
  • Harden legacy seed generation.

v0.3.2

29 May 23:11
v0.3.2
528eaa1

Choose a tag to compare

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

06 May 07:48
24d96bb

Choose a tag to compare

What's Changed

  • Updated dependencies

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 Apr 19:15
v0.2.0
95441c7

Choose a tag to compare

Breaking Changes

  • Add spend policy to seed key response

v0.1.1

04 Apr 05:24
v0.1.1
a64e4e1

Choose a tag to compare

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.