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
Use cosmossdk.io/errors instead of github.com/cosmos/cosmos-sdk/types/errors and github.com/pkg/errors
Define errors as variables instead. There are some errors that are created at the return level.
Some functions as ImportPubKey(uid string, armor string) error can be change to ImportPubKey(uid, armor string) error to be more compliant with the code style.
Phase 2: MaintenanceQ1/23
During Q1 we will work on the following scope of work:
Hardware wallet support (including Nano S, Nano S+, Nano X)
Issue and triage cosmos-ledger libraries:
Ledger Cosmos
Repo: cosmos/ledger-cosmos
https://github.com/cosmos/ledger-cosmos
Ledger Cosmos js
cosmos/ledger-cosmos-js
https://github.com/cosmos/ledger-cosmos-js
Ledger Cosmos go
Repo: cosmos/ledger-go, cosmos/ledger-cosmos-go
https://github.com/cosmos/ledger-go
https://github.com/cosmos/ledger-cosmos-go
Ledger Cosmos Tendermint
Repo: cosmos/ledger-tendermint-rs
Ledger Cosmos SDK
Triage, support and handle the following github labels:
: C:Keys Keybase, KMS and HSMs
Implementation of improvements in keyring as reviewed in Evaluate refactoring or possible rewrite of Keyring #14473
Use cosmossdk.io/errors instead of github.com/cosmos/cosmos-sdk/types/errors and github.com/pkg/errors
Define errors as variables instead. There are some errors that are created at the return level.
Some functions as ImportPubKey(uid string, armor string) error can be change to ImportPubKey(uid, armor string) error to be more compliant with the code style.
Address issues related to keyring
docs: new key type for keyring docs: new key type for keyring #14573
test: add more secp256k1 test vectors #14756
EPIC: Keyring refactor #14940
armor decryptPrivKey should return ErrWrongPassword #14993
ante CountSubKeys should return 0 #15056
Confusing error message when migration via
keys list
on macos #10220Catch keychain's errSecUserCanceled 99designs/keyring#119
: C:Ledger
No issues at the moment open
: C:Crypto
: C:Rosetta
The text was updated successfully, but these errors were encountered: