Skip to content

Releases: tkhq/tkcli

v1.1.3

15 Aug 19:11
6923b43
Compare
Choose a tag to compare

Changelog

  • Add ability to generate ed25519 and secp256k1 keys from the CLI using the --curve option
  • Add ability to sign Turnkey requests with these curves by pointing to previously generated ones using --key-name=<name>

Installation

You can install turnkey by grabbing the appropriate binaries here, using brew, or by running make install. If you care about security, head to the main README and follow the steps to verify or even reproduce these binaries yourself!

Full Changelog: v1.1.2...v1.1.3

v1.1.2

14 May 17:19
v1.1.2
28c0976
Compare
Choose a tag to compare

Changelog

  • Add support for verifiable metadata (#59) -- this is surfaced as a new bundle type (v1.0.0 bundles)
  • Fix to verifiable metadata logic (#61, #62)
  • Add the ability to override signer quorum key (encryption/decryption)
  • Add the ability to run the CLI commands against localhost

Installation

You can install turnkey by grabbing the appropriate binaries here, using brew, or by running make install. If you care about security, head to the main README and follow the steps to verify or even reproduce these binaries yourself!

Full Changelog: v1.1.1...v1.1.2

v1.1.1

14 Mar 17:02
Compare
Choose a tag to compare

Changelog

  • Updated Go SDK (#54)
  • Bumped to Go v1.21. (#54)
  • Added support for importing wallets and private keys: Check out wallets init-import, private-keys init-import, encrypt, wallets import, and private-keys import. (#54)

Installation

You can install turnkey by grabbing the appropriate binaries here, using brew, or by running make install. If you care about security, head to the main README and follow the steps to verify or even reproduce these binaries yourself!

Full Changelog: v1.0.5...v1.1.1

v1.0.4

03 Nov 19:52
Compare
Choose a tag to compare

Changelog

  • Updated Go SDK (#47)
  • Added support for HD wallets: Check out the wallet commands! (#49)

Installation

You can install turnkey by grabbing the appropriate binaries here, using brew, or by running make install. If you care about security, head to the main README and follow the steps to verify or even reproduce these binaries yourself!

Full Changelog: v1.0.3...v1.0.4

v1.0.2

06 Jun 15:39
v1.0.2
5bbf9dc
Compare
Choose a tag to compare

Changelog

Important note: this release includes #38, which enables the migration of the legacy keys folder on macOS. If applicable, we strongly recommend that users back up their keys directory before performing the migration. See PR for additional details.

Changes/fixes:

  • Documentation for usability improvements (#35)
  • Updated brew installation instructions (#37)
  • Migrate legacy keys folder on macOS (#38)

Installation

You can install turnkey by grabbing the appropriate binaries here, using brew, or by running make install. If you care about security, head to the main README and follow the steps to verify or even reproduce these binaries yourself!

v1.0.1

12 May 22:39
v1.0.1
7d5e3fd
Compare
Choose a tag to compare

Changelog

Bug fixes:

  • Go workspace for local development (#21)
  • Fix output for JSON-encoded responses (#23)
  • README example updates (#24)
  • Fix --keys-folder to work globally (#25)
  • Update Go SDK to latest (#27)
  • Allow host override for all commands (#31)

Installation

You can install turnkey by grabbing the appropriate binaries here, using brew, or by running make install. If you care about security, head to the main README and follow the steps to verify or even reproduce these binaries yourself!

v1.0.0

08 May 15:27
v1.0.0
3a989ac
Compare
Choose a tag to compare

Changelog

  • #9: deterministic builds with toolchain
  • #11: new namespaces and quality-of-life improvements (breaks compatibility)
  • #14: new install instruction for minimal trust
  • #16: toolchain update
  • #19: fix toolchain, .gitattributes, and produces 1.0.0 binaries

Installation

You can install turnkey by grabbing the appropriate binaries here, using brew, or by running make install. If you care about security, head to the main README and follow the steps to verify or even reproduce these binaries yourself!

v0.3.2

24 Mar 20:40
Compare
Choose a tag to compare

Changelog

  • 09aad8b Merge pull request #7 from tkhq/andrew/prevent-overwrite
  • 5034b0c Merge pull request #8 from tkhq/andrew/update-readme
  • 074ce85 Update LICENSE
  • be4c2e8 include tag signing
  • a68649a prevent key overwrites

v0.3.1

16 Dec 20:12
Compare
Choose a tag to compare

Changelog

  • cb3744d Merge pull request #4 from tkhq/keyan/show-public-key
  • 24c8a0b Print public key after creation
  • 183bbaa put publicKey field in json

v0.3.0

15 Dec 21:17
Compare
Choose a tag to compare

Changelog

  • b6b5fb8 Change the CLI to produce valid X-Stamp headers
  • 33ad5b5 Merge pull request #3 from tkhq/rno/x-stamp
  • 3c47b91 Update README with actual command output