cosmos-sdk/crypto/keyring
Julián Toledano c8f4cf787b
feat(client/v2): factory (#20623)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-10-03 12:45:10 +00:00
..
testdata/keys/keys.db crypto/keyring: deprecate old keybase (#5889) 2020-03-30 20:30:50 +02:00
autocli.go feat(client/v2): factory (#20623) 2024-10-03 12:45:10 +00:00
codec.go refactor: decouple from sdk/codec in amino codec usage (#20369) 2024-05-14 16:52:51 +00:00
doc.go feat(crypto/keyring): add Linux's keyctl support (#21653) 2024-09-16 08:35:11 +00:00
errors.go refactor(crypto): unify the error handling methods in the crypto package that are different from the project style (#19650) 2024-03-05 13:36:10 +00:00
keyring_ledger_test.go fix(crypto): error if incorrect ledger public key (#19691) 2024-03-13 19:07:34 +00:00
keyring_linux_test.go feat(crypto/keyring): add Linux's keyctl support (#21653) 2024-09-16 08:35:11 +00:00
keyring_linux.go feat(crypto/keyring): add Linux's keyctl support (#21653) 2024-09-16 08:35:11 +00:00
keyring_other.go feat(crypto/keyring): add Linux's keyctl support (#21653) 2024-09-16 08:35:11 +00:00
keyring_test.go chore: bump golangci-lint and fix all linting issues (#21761) 2024-09-16 19:11:19 +00:00
keyring.go feat(crypto/keyring): add Linux's keyctl support (#21653) 2024-09-16 08:35:11 +00:00
keys.toml crypto/keys: move keybase and keyring to crypto/keyring/ dir (#5866) 2020-03-25 15:20:36 +00:00
legacy_info.go chore(all)!: use gogoproto/any instead of codec/types/any (#21013) 2024-07-22 11:23:51 +00:00
migration_test.go chore: fix function names in comment (#20086) 2024-04-18 13:40:08 +00:00
record_test.go style: add gci linter (#16605) 2023-06-22 15:35:51 +00:00
record.go chore(all)!: use gogoproto/any instead of codec/types/any (#21013) 2024-07-22 11:23:51 +00:00
record.pb.go refactor: bump gogoproto (#19869) 2024-03-28 19:53:21 +00:00
signing_algorithms_test.go chore: bump golangci-lint and fix all linting issues (#21761) 2024-09-16 19:11:19 +00:00
signing_algorithms.go refactor(crypto): unify the error handling methods in the crypto package that are different from the project style (#19650) 2024-03-05 13:36:10 +00:00
types_test.go test: keyring test refactor (#15039) 2023-02-17 17:44:58 +01:00
types.go refactor: keyring errors (#14974) 2023-02-09 18:31:54 +00:00