You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.