Skip to content

Commit

Permalink
feat: Pem auth overhaul (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity authored May 24, 2024
1 parent 21b8bda commit 4308890
Show file tree
Hide file tree
Showing 28 changed files with 605 additions and 426 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

- 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 besides `quill sns` should have human-readable output instead of candid IDL. Candid IDL format can be forced with `--raw`.

## [0.4.4] - 2024-03-21
Expand Down
Loading

0 comments on commit 4308890

Please sign in to comment.