quill icon indicating copy to clipboard operation
quill copied to clipboard

Governance & ledger toolkit for cold wallets

Results 28 quill issues
Sort by recently updated
recently updated
newest added

# Description The candid definitions for NNS and SNS governance are out of date. This updates them to be as they are in the IC repo's master branch.

This PR adds support for more Ledger operations, introduced in v2.4 of the ICP app. Many SNS neuron operations remain unsupported, but importantly neurons can now be staked and the...

Bug location: `quill/docs/cli-reference/quill-neuron-manage.md` Error statement: `quill neuron-manage 2313380519530470538--additional-dissolve-delay-seconds 31536000` It should be: `quill neuron-manage 2313380519530470538 --additional-dissolve-delay-seconds 31536000` **Need to add spaces**

`neuron-manage` is a very confusing command when its options are listed in alphabetical order; `transfer`, `sns transfer`, and `ckbtc transfer` have slightly differing parameter names and styles; and several common-between-system...

# Description This changes allows one to submit motion proposal directly using quill, rather than having to involve dfx. Usage: ``` quill neuron-manage --proposal-title "" --proposal-summary-file " ``` # How...

I'm on an M1 mac and I've downloaded the latest release. After making the binary executable ('sudo chmod +x quill-macos-x86_64'), I get the following error when I try to run...

Both `keysmith` and `dfx` support password-protected PEM files. Is there already a way to use a password-protected PEM file with `quill`?

# Description This updates the Nix support to more recent versions. # How Has This Been Tested? I was able to use `nix-shell` and `cargo test` again on my local...

cla:pending