Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jul 16:39
· 7 commits to master since this release
4996a08
  • Overhauled PEM auth. PEM files are now password-protected by default, and must be used instead of seed files. Passwords can be provided interactively or with --password-file. Keys can be generated unencrypted with quill generate --storage-mode plaintext, and encrypted keys can be converted to plaintext with quill decrypt-pem.
  • Overhauled output format. All commands should have human-readable output instead of candid IDL. Candid IDL format can be forced with --raw.
  • Added support for setting the install mode for UpgradeSnsControlledCanister proposals.
  • Removed support for claiming GTC neurons via Ledger devices.