Matt Kocubinski
b5993d6b03
test(integration): port x/bank tests to server/v2 app ( #21912 )
2024-11-06 18:53:30 +00:00
Wukingbow
f48fac3e50
docs: update protobuf links ( #22182 )
2024-10-09 07:18:53 +00:00
Julien Robert
cbdfd9bdfa
chore: bump golangci-lint and fix all linting issues ( #21761 )
2024-09-16 19:11:19 +00:00
Julien Robert
a57b25418a
refactor(core): move amino registrar and drop legacy package ( #21531 )
2024-09-05 11:44:52 +00:00
Julián Toledano
a51b432b76
refactor(types,client,simapp): remove some address String() calls ( #21455 )
2024-09-02 10:28:12 +00:00
Facundo Medica
9ab162de6d
chore(all)!: use gogoproto/any instead of codec/types/any ( #21013 )
2024-07-22 11:23:51 +00:00
Julien Robert
f82bb76439
test: remove some deps from testutil/network ( #20843 )
2024-07-03 12:24:24 +00:00
Marko
c7375f7cd3
chore: migrate core to gogoproto.Message ( #20781 )
2024-06-28 09:34:23 +00:00
Matt Kocubinski
2d014b26c2
feat: simapp/v2 ( #20412 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
Co-authored-by: unknown unknown <unknown@unknown>
2024-06-19 15:18:32 +00:00
Julián Toledano
461131146b
perf: add cache to address codec ( #20122 )
2024-06-13 09:28:12 +00:00
Marko
514830e56a
feat: add changes from server modular to main ( #20583 )
2024-06-06 13:00:01 +00:00
Matt Kocubinski
e034766799
refactor(runtime/v2): remove dependency on sdk ( #20389 )
2024-05-16 11:40:11 +00:00
Aaron Craelius
53925ef5fd
refactor!: turn MsgsV2 into ReflectMessages to make it less confusing ( #19839 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-05-16 09:55:08 +00:00
Matt Kocubinski
493d486bc6
refactor: decouple from sdk/codec in amino codec usage ( #20369 )
2024-05-14 16:52:51 +00:00
Marko
271a46c89a
chore: move counter to testutils ( #20281 )
2024-05-06 16:07:53 +00:00
ipangpang
1bd4351241
style: remove redundant import alias ( #20109 )
...
Signed-off-by: ipangpang <arronipangpang@gmail.com>
2024-04-21 19:03:43 +00:00
Ezequiel Raynaudo
b9c8d60ea0
refactor: bump gogoproto ( #19869 )
2024-03-28 19:53:21 +00:00
Matt Kocubinski
d54335e1f9
refactor: rename core.registry.LegacyRegistry -> core.registry.InterfaceRegistrar ( #19758 )
2024-03-14 17:53:31 +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
Matt Kocubinski
4edf6b2a85
refactor: remove dependency x/module -> sdk through InterfaceRegistry ( #19652 )
2024-03-06 21:12:24 +00:00
Julián Toledano
25aea8af8a
refactor!: remove global config from x/auth and client ( #19447 )
2024-03-06 13:14:16 +00:00
Qt
aa9ff3d8a7
refactor: use errors.New to replace fmt.Errorf with no parameters ( #19548 )
2024-02-24 21:14:13 +00:00
Carlos Santiago Yanzon
ffda4af1ec
refactor(types)!: removed global config for verifier ( #18607 )
...
Co-authored-by: Julian Toledano <jtoledanodiaz@gmail.com>
Co-authored-by: Julián Toledano <JulianToledano@users.noreply.github.com>
2024-02-02 09:36:54 +00:00
testinginprod
498cd6a533
feat(accounts): Add codec.BinaryCodec and Gas to dependencies. ( #19068 )
...
Co-authored-by: unknown unknown <unknown@unknown>
2024-01-17 10:58:06 +00:00
hattizai
d520fcf7cc
fix(codec/types): fix struct tag value ( #18945 )
2024-01-04 15:50:59 +00:00
Cosmos SDK
8f0d5b15f0
chore: typos fixes by cosmos-sdk bot ( #18689 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-12-11 13:03:19 +00:00
testinginprod
112f6cbdae
feat(accounts): use gogoproto API instead of protov2. ( #18653 )
...
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2023-12-08 13:17:48 +00:00
testinginprod
ae7288b249
refactor(codec/unknownproto): use official descriptorpb types, do not rely on gogo code gen types. ( #18541 )
...
Co-authored-by: unknown unknown <unknown@unknown>
2023-11-29 15:35:15 +00:00
Julien Robert
e2b71b7480
fix: deterministic protov2 marshal ( #18403 )
2023-11-07 16:22:57 +00:00
Marko
44db964e91
test: add counter module ( #18272 )
2023-10-30 19:07:58 +00:00
Marko
21e69bad04
refactor(bank): add go module ( #18279 )
2023-10-27 09:25:04 +00:00
Julien Robert
b62301d9d1
feat(client/v2): signing ( #17913 )
2023-10-05 11:04:46 +00:00
Julien Robert
76f8ed1e86
fix(x/auth): properly populate tx config options and deprecate ProtoCodecMarshaler ( #17946 )
2023-10-04 07:29:35 +00:00
Marko
a953f1d338
fix: recreate legacy behaviour for addresscodec ( #17870 )
2023-09-25 14:03:49 +00:00
Emmanuel T Odeke
57fbeacca8
chore: codec/types: use reflect.Type.Implements not mandatory casts ( #17085 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-07-26 09:40:34 +00:00
testinginprod
3d15233578
feat(codec): add collections value codec for protov2 APIs. ( #17042 )
...
Co-authored-by: unknown unknown <unknown@unknown>
2023-07-19 11:44:28 +00:00
Jacob Gadikian
f0aec3f30d
style: use thelper ( #16777 )
2023-07-03 13:33:05 +00:00
Julien Robert
8c72f66396
refactor!: remove types/math aliases ( #16798 )
2023-06-30 17:09:03 +00:00
Jacob Gadikian
8d4ff7a19a
style: bump golangci-lint ( #16667 )
2023-06-23 12:49:34 +00:00
Jacob Gadikian
6afece635c
style: add gci linter ( #16605 )
2023-06-22 15:35:51 +00:00
Emmanuel T Odeke
3db9528efb
chore: finish TODO of removing defunct sortJSON ( #16401 )
2023-06-10 08:49:11 +00:00
Matt Kocubinski
bf6edae9b6
feat: custom get signers ( #16340 )
...
Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
2023-06-06 14:20:28 +00:00
Matt Kocubinski
737dcfd1a2
refactor!: rm GetSignBytes ( #16062 )
2023-05-30 19:34:35 +00:00
Aaron Craelius
82659a7477
refactor!: deprecate sdk.Msg.GetSigners ( #15284 )
...
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2023-05-25 18:35:09 +00:00
Matt Kocubinski
2f21cb5050
refactor(x/tx): use dynamicpb instead of type resolver in any marshal ( #16048 )
...
Co-authored-by: Aaron Craelius <aaron@regen.network>
2023-05-08 19:20:23 +00:00
Aaron Craelius
f848e88d7e
feat!: update to gogoproto 1.4.9 ( #16026 )
2023-05-03 21:57:26 +00:00
Aaron Craelius
cb1641c1b5
refactor(codec)!: update codec to x/tx v0.6.0 ( #15873 )
...
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2023-04-28 08:13:28 +00:00
Julien Robert
1179285bf2
feat(hubl): cache bech32 prefix ( #15954 )
2023-04-26 16:34:56 +00:00
testinginprod
295c261b18
feat(codec): Add collections value codec for interfaces. ( #15898 )
...
Co-authored-by: unknown unknown <unknown@unknown>
2023-04-24 08:34:42 +00:00
Marko
90e2a2ae89
style: linting ( #15704 )
...
## Description
closing in on completion of linting
---
### 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-04-06 23:25:23 +00:00