Commit Graph
44 Commits
Author SHA1 Message Date
yukionfire d6ad92db0f chore(all): replace all fmt.Errorf without paramters with errors.New (#21068) 2024-07-25 14:54:49 +02:00
QtandMarko 3304d0803d refactor: use errors.New to replace fmt.Errorf with no parameters (#20943)
Co-authored-by: Marko <marko@baricevic.me>
2024-07-18 12:01:45 +02:00
Julien Robert ca195c1527 feat(client/v2): get keyring from context (#19646) 2024-06-19 14:53:13 +00:00
Marko 080229f300 chore: remove cockroach db errors (#20386) 2024-05-15 06:35:08 +00:00
guangwu 0e3bce7f68 fix(client/v2): close json file (#20120)
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
2024-04-23 20:16:48 +00:00
Julien Robert b491335e77 feat(client/v2): implement version filtering using annotation (#20083) 2024-04-19 08:32:29 +00:00
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
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
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
Julien Robert 3690d9f7f8 feat(x/slashing): add autocli options for tx (#17967) 2023-10-09 13:57:35 +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 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 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 90b390795e feat(client/v2): support consensus address decoding (#16927) 2023-07-14 08:07:28 +00:00
Julien Robert 57ee5a23d9 fix(client/v2): improve resolver and tests (#16842) 2023-07-06 16:34:21 +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
Jeancarlo Barrios 62f0c6faf2 feat(autocli): add map support (#15770) 2023-05-30 03:42:54 +00:00
Julien Robert 1179285bf2 feat(hubl): cache bech32 prefix (#15954) 2023-04-26 16:34:56 +00:00
Julien Robert ebcad58468 fix(autocli): fix simapp enhancing (#15906) 2023-04-25 14:08:02 +00:00
Mark Rushakoff f8e2c41a48 style: gofumpt client/v2 module (#15725)
## Description

This was causing one set of linter failures.




---

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*

I have...

- [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [x] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
- [x] provided a link to the relevant issue or specification
- [x] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] confirmed all author checklist items have been addressed
- [ ] confirmed that this PR does not change production code
2023-04-06 22:51:53 +00:00
Jeancarlo BarriosandMarko 401d0d72c9 feat(autocli): add support for binary file hex encoding (#15504)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-04-06 16:13:55 +00:00
0c905e8707 style: bank & autocli (#15659)
Co-authored-by: Sam Ricotta <samanthalricotta@gmail.com>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
2023-04-02 00:20:59 +00:00
Jacob Gadikian a9546bfad0 style: apply any / all automated lint fixes (#15644) 2023-03-31 13:48:41 +02:00
7824a8f143 feat(autocli): Add coin support (#15434)
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-03-31 01:47:12 +00:00
Jeancarlo BarriosandJulien Robert b44caab53a feat(autocli): add json file parsing support (#15451)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-03-23 20:43:46 +00:00
Facundo Medica 370acbb659 style: gofumpt everything (#15518) 2023-03-22 20:20:46 +00:00
Jeancarlo Barrios 4866d9aa2e feat(autocli): add address validation (#15449)
## Description

Closes: #13287



---

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*

I have...

- [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] added `!` to the type prefix if API or client breaking change
- [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/building-modules)
- [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
- [ ] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [ ] updated the relevant documentation or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed 
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
2023-03-22 09:56:21 +00:00
Jeancarlo Barrios 3c5387048f fix: remove support for NoOptDefaultValue (#14985) 2023-02-09 16:13:14 -05:00
Julien Robert 5573a2f26b feat: Add AutoCLI Sane Kebab Case (#14316) 2022-12-15 16:18:06 +00:00
Julien Robert 209797f3be chore: make format, make proto-update-deps, add 0.45.10 in changelog (#13623) 2022-10-24 15:23:12 +02:00
Aaron Craelius de49cb4b1c refactor!: rename autocli package (#13547) 2022-10-14 07:12:00 +00:00