Skip to content

Releases: iden3/vault-plugin-secrets-iden3

v0.0.8

17 Oct 14:06
3063fad
Compare
Choose a tag to compare

Upgrade vault API & SDK dependencies.
Test against vault v1.18.0.

v0.0.7

11 May 13:05
f1e0e1d
Compare
Choose a tag to compare

Bump Vault API and SDK version to be compatible with Vault v1.13.2.

v0.0.6

26 Jul 17:14
a7b5e2d
Compare
Choose a tag to compare

Changelog

  • 2ffa352 Do not expose private key when no extra data

v0.0.5

22 Jul 05:06
Compare
Choose a tag to compare

Changelog

  • 35e76e9 Rename plugin from vault-plugin-secrets-bjj to vault-plugin-secrets-iden3

v0.0.4

01 Jul 03:30
Compare
Choose a tag to compare

Changelog

  • e45775d Use compressed public key for ethereum as it is more concise.

v0.0.3

29 Jun 05:17
1425a9e
Compare
Choose a tag to compare

Support for Ethereum keys.

Change API paths compared to the previous release.

v0.0.2

14 Jun 13:24
5eab469
Compare
Choose a tag to compare

Changelog

v0.0.1

13 Jun 06:44
Compare
Choose a tag to compare

Changelog

  • 29e9afa Add move and public key operations
  • edaee51 Add operation to generate new random key
  • 9633738 Initial commit
  • 4a24f2e More docs
  • 25d18ee Write some docs in readme
  • 8395766 add .goreleaser.yaml
  • 1595bde add cache to workflow
  • 8067d79 add step to add build artifacts for releases
  • e463be9 add worflow config
  • b30b86b fix unpack digest message to sign as little-endian int
  • 867e89d initial version