Commit Graph

279 Commits

Author SHA1 Message Date
Facundo Medica
9ab162de6d
chore(all)!: use gogoproto/any instead of codec/types/any (#21013) 2024-07-22 11:23:51 +00:00
Hieu Vu
eee5e21e1c
feat(client): Add flag & reading mnemonic from file (#20690) 2024-06-18 08:07:22 +00:00
Facundo Medica
b9ca318121
fix: nested multisig signatures using CLI (#20438) 2024-06-14 16:57:00 +00:00
Cosmos SDK
fbb94f437f
chore: fix spelling errors (#20187)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-04-25 17:32:55 +00:00
Qt
2bfc037a07
docs: update docs (#19676)
Co-authored-by: son trinh <son@decentrio.ventures>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-08 16:59:11 +00:00
Julián Toledano
25aea8af8a
refactor!: remove global config from x/auth and client (#19447) 2024-03-06 13:14:16 +00:00
levisyin
c307001349
refactor(client): check name validation for keys add|import|rename (#18950) 2024-01-08 12:42:24 +00:00
hattizai
7fbca40059
refactor(client/keys): keys show command help message (#18939)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-04 17:24:51 +00:00
levisyin
77cbb3cd4f
revert: test(client) wrap cmd.SetArgs to fix bugs for cmd.SetArgs (#18876) (#18902) 2024-01-03 06:35:26 +00:00
levisyin
ae19acc4f4
test(client): wrap cmd.SetArgs to fix bugs for cmd.SetArgs (#18876)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2023-12-26 16:33:26 +00:00
levisyin
0268ff937b
feat(client/keys): add --yes option to keys export and keys mnemonic (#18745)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-12-15 11:50:28 +00:00
Halimao
6cca5e37fd
refactor(client/keys): hide inputting when keys add -i ask for bip39 passphrase (#18743) 2023-12-15 11:24:49 +00:00
levisyin
f876b14287
feat(client/keys): check multisig key duplicate (#18703)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2023-12-13 07:48:30 +00:00
Halimao
043f8f42e5
feat(client/keys): support display discreetly for keys export (#18684) 2023-12-12 14:44:48 +00:00
Halimao
c4d816c7cd
feat(client/keys): support display discreetly for keys mnemonic (#18688) 2023-12-11 20:54:03 +00:00
Halimao
978fffc5a6
feat(client/keys): support display discreetly for keys add (#18663)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-12-11 00:55:02 +00:00
Carlos Santiago Yanzon
b6f9c705f7
feat: secp256k1 public key constant time (#18026)
Signed-off-by: bizk <santiago.yanzon1999@gmail.com>
2023-12-04 19:04:02 +00:00
Carlos Santiago Yanzon
a37f4165f8
refactor(types,client)!: refactor global address sdk.Config (#18372) 2023-11-29 16:24:10 +00:00
Julián Toledano
7d5c2dbae6
fix(client/keys): don't return when key not found in keys delete (#18562) 2023-11-27 12:08:53 +00:00
levisyin
536bd3a955
feat: add --qrcode flag to keys show command (#18557)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-11-27 07:43:06 +00:00
Julián Toledano
2b22254923
test(client/keys): Test_runImportCmd unique dir per test (#17863) 2023-09-25 10:49:33 +00:00
Emmanuel T Odeke
1d4694edde
test(client/keys): deflake Test_runImportHexCmd by a unique directory per sub-test run (#17855) 2023-09-25 04:05:43 +00:00
Julián Toledano
933d042d9e
feat: add base64 Pubkeys from cli (#17639)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-09-07 20:47:31 +00:00
Julien Robert
c6b0bb62ac
refactor(client): use address codec (#17503) 2023-08-23 10:43:47 +00:00
Julián Toledano
0e057851cc
feat: import hex keys (#17424) 2023-08-17 15:53:56 +00:00
zakir
edba186aa3
refactor(keys): remove duplicate --home flag (#17197) 2023-07-31 09:48:58 +00:00
Julien Robert
5442197d6b
chore: cherry-pick some inj changes (#17109) 2023-07-24 13:07:06 +00:00
Jacob Gadikian
f0aec3f30d
style: use thelper (#16777) 2023-07-03 13:33:05 +00:00
Jacob Gadikian
6afece635c
style: add gci linter (#16605) 2023-06-22 15:35:51 +00:00
Emmanuel T Odeke
99a570a7aa
chore: properly propagate fmt.Errorf errors + use errors.New (#16537)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-06-22 09:50:07 +00:00
Mantas Vidutis
5948b38c13
fix: list keys output for empty keys (#15876) 2023-04-19 19:43:26 +00:00
Jacob Gadikian
ac3c209326
style: lint the client folder in the repo root (#15816) 2023-04-13 02:48:48 +00:00
Julien Robert
c1974e4b3c
refactor: remove cometbft/libs/cli import (#15673) 2023-04-03 14:48:02 +00:00
Marko
51f3e70a12
style: more linting (#15618) 2023-03-30 13:00:18 +00:00
Julien Robert
460bd0ad26
refactor: remove unnecessary depinject usage (#15529) 2023-03-23 16:18:41 +00:00
Facundo Medica
4a6a1e3cb8
refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
Julien Robert
c17c3caab8
refactor: rename commands to match consensus engine name (#14956) 2023-02-08 20:09:28 +00:00
Julien Robert
80dd55f79b
refactor: rename to CometBFT (#14914) 2023-02-06 18:11:14 +00:00
Julien Robert
41a3dfeced
refactor!: migrate Cosmos SDK to CometBFT (#14897) 2023-02-05 14:51:33 +01:00
Julien Robert
4f6f6c0002
feat: use same port for grpc-web and api server (#14652) 2023-01-20 15:07:17 +00:00
Julien Robert
5233d5e67c
feat: add a new command to list supported algos (#14655) 2023-01-17 23:24:02 +01:00
Robert Zaremba
3e2dde54c5
fix: keyring-backend flag usage (#14509) 2023-01-05 20:52:18 +00:00
Jacob Gadikian
be8c5a09c2
chore: lint tests (#14268) 2022-12-18 23:48:31 +00:00
Julián Toledano
6188f6e798
refactor!: key presentation outside keyring (#14151)
* refactor: move key presentation to client/keys

* refactor: move key presentation to client/keys

* update: changelog

Co-authored-by: Ezequiel Raynaudo <raynaudo.ee@gmail.com>
2022-12-07 10:22:19 +00:00
Jacob Kim
f8e40d7c05
refactor: remove client/keys.KeysCdc (#13781) 2022-11-09 07:23:55 +00:00
Ezequiel Raynaudo
4882f933b1
perf: reduce user's password prompts when calling keyring List function (#13207)
* Reduce user password prompts by taking advantage of the already existing MigrateAll function

* Print message when no records were found on the keyring

* Update changelog

* Fix migration test

* Add keys sort
2022-09-09 11:38:10 +00:00
Jacob Gadikian
0943a70215
chore: fix linting issues exposed by fixing golangci-lint (#12895)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-08-11 22:00:24 +02:00
Matt Kocubinski
203d563074
refactor: remove dependency on simapp from client tests (#12545)
* client/keys tests passing

* refactor into testutil package

* refactor into testutil package

* refactor client/tx off of simapp dep

* One more tx usage

* attention on ledger tests
2022-07-12 18:43:02 -05:00
Aleksandr Bezobchuk
23576d3d49
revert: "fix: Prevent signing from wrong key in multisig" (#12539)
Reverts cosmos/cosmos-sdk#12446
2022-07-12 14:37:35 +00:00
likhita-809
28f4fb9c39
fix: Prevent signing from wrong key in multisig (#12446) 2022-07-12 09:42:33 -04:00