Commit Graph
75 Commits
Author SHA1 Message Date
Matt KocubinskiandMarko c807aaede8 refactor!: mv AddressCodecs aliases from runtime -> core (#19747)
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-03-14 14:19:15 +00:00
Likhita Polavarapu 36981e640f test(client/v2): Fix TestMsg flakiness (#19753) 2024-03-14 10:36:53 +00:00
Julián Toledano 25aea8af8a refactor!: remove global config from x/auth and client (#19447) 2024-03-06 13:14:16 +00:00
Julien Robert 41f9272339 feat(x/tx): add enum as string encoder option (#19618) 2024-03-05 20:57:30 +00:00
7f84815716 build(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#19628)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-03-04 10:28:51 +00:00
0a801e1c03 build(deps): Bump github.com/prometheus/common from 0.47.0 to 0.48.0 (#19533)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-02-28 21:09:19 +00:00
Julien Robert b304cf7556 refactor!: kill basic manager (#19512) 2024-02-22 14:44:49 +00:00
Julien Robert 4d5b140ad2 fix: check bugs from #19224 (#19524) 2024-02-22 13:58:23 +00:00
Julien Robert bff1d823f5 refactor(client/v2,simapp): align and simplify sign mode wiring (#19216) 2024-01-24 10:52:07 +00:00
Julien Robert 8f39bfb4e4 fix(client/v2): resolve keyring flags properly (#19060) 2024-01-18 19:26:45 +00:00
atheeshp efa7636756 feat(client/v2): add support for pubkey (#19039) 2024-01-12 18:37:13 +00:00
Julien Robert 390750f7d4 refactor(client/v2): use address codec instead of global (#19026) 2024-01-11 11:16:40 +00:00
Julien Robert 7f3114e481 test(client/v2): re-generate golden files (#18955) 2024-01-06 11:48:20 +00:00
Marko 055487ed29 refactor(core)!: move ParseCoins to client/v2/internal (#18861) 2023-12-21 18:28:50 +00:00
Facundo Medica f4e9a1ecd5 chore: move FormatCoins to x/tx (#18857) 2023-12-21 17:37:25 +00:00
Julien Robert 9c3386ffd2 feat(client/v2): support gov proposals (#18461) 2023-11-15 11:16:25 +00:00
Emmanuel T Odeke 05261cc46e refactor(x/auth): spin out go.mod (#18351) 2023-11-07 11:42:58 +00:00
Julien Robert 9c0256e368 fix(client/v2): fix short command description if not set and skip unsupported commands (#18324) 2023-11-06 11:19:05 +00:00
Julien Robert 2caf00deb0 fix(client/v2): fix marshalling of queries with any (#18309) 2023-11-03 10:19:16 +00:00
Julien Robert 630836e6ed fix(client/v2): set context for queries (#18323) 2023-11-01 10:17:32 +00:00
Marko 21e69bad04 refactor(bank): add go module (#18279) 2023-10-27 09:25:04 +00:00
Julien Robert fd93ee77e4 fix(simapp): textual wiring (#18242) 2023-10-24 21:14:10 +00:00
Facundo Medicaandsamricotta 511db52381 fix(textual): only enable when online and added upgrading docs (#18166)
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
2023-10-23 14:30:47 +00:00
Julien Robert bb34c42f06 feat(client): add default key name (#18101) 2023-10-16 11:08:40 +00:00
Julien Robert 28dbfecac5 test(client/v2): update golden file (#18048) 2023-10-10 18:22:04 +00:00
Julien Robert 3690d9f7f8 feat(x/slashing): add autocli options for tx (#17967) 2023-10-09 13:57:35 +00:00
Julien Robert 1d03d890cf feat(x/feegrant): add autocli options for tx (#17959) 2023-10-09 11:38:34 +00:00
Julien Robert b62301d9d1 feat(client/v2): signing (#17913) 2023-10-05 11:04:46 +00:00
Julien Robert 4600d00479 fix(client/v2): fix variable arguments (#17313) 2023-09-26 12:04:08 +00:00
Julien Robert 284c955fb0 chore(client/v2): better method naming (#17858) 2023-09-25 08:37:19 +00:00
Emmanuel T Odeke 35d93a97e6 chore(client/v2): remove trailing whitespace in golden files (#17852) 2023-09-25 06:17:18 +00:00
Julien Robert 7c0c0f5b8d feat(client/v2): message binder (#17707) 2023-09-21 08:48:38 +00:00
Julien Robert 9da9a23795 chore(client/v2): explain breaking change v0.50 / v0.51 autocli (#17764) 2023-09-15 15:19:01 +00:00
atheeshpandJulien Robert a0bd4e9fb6 feat(client/v2): Add clientCtx to commands in autocli (#17709)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-09-15 12:28:01 +00:00
Julien Robert 2f4e1094d4 feat(client/v2): stringify bytes cosmos.Dec (#16985) 2023-09-13 13:15:57 +00:00
Julien Robert 208219a428 feat: use autocli for comet commands (#17389) 2023-08-16 10:47:34 +00:00
Julien Robert dded2e9921 fix(client/v2): fix duplicate modules addition and add logger (#17390) 2023-08-15 13:03:22 +00:00
Julien Robert bf92632a0e feat(client,simapp): inject keyring in autocli opts (#17351) 2023-08-14 14:08:04 +00:00
Julien Robert f14f421a03 feat(client/v2): add key lookup interface (#17308) 2023-08-08 09:51:22 +00:00
Julien Robert 6f29897bf0 refactor(client/v2): refactor of flags (#17306) 2023-08-07 13:53:02 +00:00
Julien Robert fa4d87ef7e feat(client/v2): combine autocli and custom cmd within a module (#17088) 2023-07-25 21:11:17 +00:00
Julien Robert 0c4f246d86 refactor(runtime): define address codec providers in runtime (#17037) 2023-07-18 12:41:26 +00:00
Julien Robert 90b390795e feat(client/v2): support consensus address decoding (#16927) 2023-07-14 08:07:28 +00:00
Julien RobertandFacundo Medica e0be2b80fc feat(staking)!: add consensus and validator address codec in staking (#16959)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-07-13 09:08:27 +00:00
Julien Robert 57ee5a23d9 fix(client/v2): improve resolver and tests (#16842) 2023-07-06 16:34:21 +00:00
Jacob Gadikian f0aec3f30d style: use thelper (#16777) 2023-07-03 13:33:05 +00:00
Julien Robert 02b7607768 feat(auth,client/v2): add validator address codec (#16768) 2023-06-30 09:44:28 +00:00
Jacob Gadikian 6afece635c style: add gci linter (#16605) 2023-06-22 15:35:51 +00:00
Julien Robert 7149bcf7ea chore: implement comments from #16316 (#16616) 2023-06-22 10:07:00 +00:00
Jeancarlo BarriosandJulien Robert e078f1a49e feat(client): add positional optional to client v2 (#16316)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-20 04:01:19 +00:00