Facundo Medica
8763d8d99f
chore(x/authz)!: Remove account keeper dependency ( #21632 )
2024-10-01 07:29:56 +00:00
Alexander Peters
bf7768006c
feat(sims): Add sims2 framework and factory methods ( #21613 )
2024-09-16 13:42:48 +00:00
Julien Robert
a57b25418a
refactor(core): move amino registrar and drop legacy package ( #21531 )
2024-09-05 11:44:52 +00:00
Marko
70488a89a8
refactor: revert auth extraction ( #21507 )
2024-09-03 21:12:21 +00:00
Lucas Francisco López
bdb9232ed8
refactor(cli): Standardize Use field convention and update readme ( #21369 )
2024-08-21 08:36:34 +00:00
Julien Robert
7040177316
refactor(core,stf): complete gas service + simplify deps ( #21166 )
2024-08-08 07:30:09 +00:00
Aaron Craelius
5c90246b3f
feat(log): remove core dependency and update core interface to be dependency free ( #21045 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-26 11:00:27 +00:00
Julien Robert
25dce71f62
refactor(core,types,runtime,x): make HasName not mandatory ( #20984 )
2024-07-19 08:58:47 +00:00
Marko
9436bcb7f2
chore: various cleanup ( #20864 )
2024-07-18 09:12:58 +00:00
Marko
2cf378174d
fix: use contents of the tx as identifier in cache ( #20533 )
...
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
2024-07-15 09:40:41 +00:00
Julien Robert
f02a124667
refactor(runtime,core): split router service ( #20401 )
2024-05-16 08:04:40 +00:00
Matt Kocubinski
493d486bc6
refactor: decouple from sdk/codec in amino codec usage ( #20369 )
2024-05-14 16:52:51 +00:00
Kien Trinh
2d0d1906b5
feat(x/authz): Add MsgRevokeAll ( #20161 )
...
Co-authored-by: Tuan Tran <tuantran@notional.ventures>
Co-authored-by: Khanh Hoa <khanhoait.bka@gmail.com>
2024-04-26 07:22:30 +00:00
Julián Toledano
c7534584dd
refactor(x/bank)!: remove Address.String() ( #19954 )
...
Co-authored-by: Marko <marko@baricevic.me>
2024-04-05 13:09:45 +00:00
Julián Toledano
fa19df111d
refactor(x/authz)!: remove Accounts.String() ( #19783 )
2024-03-20 10:32:56 +00:00
Matt Kocubinski
d54335e1f9
refactor: rename core.registry.LegacyRegistry -> core.registry.InterfaceRegistrar ( #19758 )
2024-03-14 17:53:31 +00:00
Julien Robert
cdc329189b
refactor(types): align genesis api ( #19735 )
2024-03-13 05:43:24 +00:00
Marko
d2e40963ed
refactor(modules): adopt appmodulev2.Hasgenesis ( #19627 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-11 10:22:16 +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
Julien Robert
8c1299176c
refactor(x/authz)!: use router service ( #19637 )
...
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2024-03-04 14:26:18 +00:00
Likhita Polavarapu
871b91c3e7
feat(x/authz): Add env bundler to x/authz ( #19490 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-02-22 20:42:49 +00:00
Julien Robert
b304cf7556
refactor!: kill basic manager ( #19512 )
2024-02-22 14:44:49 +00:00
Julien Robert
e15a0de251
feat(core): add migrations registering ( #19370 )
...
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-02-09 09:30:39 +00:00
Julien Robert
7d9dc3966e
refactor(appconfig)!: simplify app config ( #19040 )
2024-01-13 20:42:45 +00:00
Marko
bde7eb1a4d
refactor(core)!: cleanup dependency graph ( #18866 )
...
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2024-01-09 15:14:36 +00:00
Julien Robert
0ba62db727
feat(x/authz): add limits to grant pruning and enable message to aid manually ( #18737 )
2023-12-15 17:56:27 +00:00
Emmanuel T Odeke
05261cc46e
refactor(x/auth): spin out go.mod ( #18351 )
2023-11-07 11:42:58 +00:00
Marko
21e69bad04
refactor(bank): add go module ( #18279 )
2023-10-27 09:25:04 +00:00
Marko
bfb1a91110
refactor(authz): add go.mod ( #18265 )
2023-10-26 15:33:51 +00:00
Julien Robert
c3bc5c82eb
refactor(x/authz): add exec as autocli cmd ( #18039 )
2023-10-12 10:13:04 +00:00
Julien Robert
f28a93a063
refactor(cli): use clientCtx adress codecs in cli ( #18070 )
2023-10-11 13:04:40 +00:00
atheeshp
83622c8f2a
feat(x/authz): autocli tx support ( #17970 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>
2023-10-08 11:34:36 +00:00
Marko
9d07b8ca8e
refactor!: use context.Context in genesis api ( #17885 )
2023-09-26 16:03:41 +00:00
Marko
6615ff4f76
refactor!: deprecate blocktime on context ( #17738 )
2023-09-18 13:55:21 +00:00
Marko
72991994dd
chore: cleanup sdk.Context ( #17717 )
2023-09-13 21:40:14 +00:00
Julien Robert
2154ce0bbe
refactor: precise compiler assertions and cleanup module.go ( #17718 )
2023-09-13 16:15:53 +00:00
Marko
6ce2505f6b
refactor: introduce abciGenesis interface ( #17554 )
2023-08-29 15:24:09 +00:00
Marko
393dcc1f2a
refactor: remove header type from NewContext ( #17426 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-21 16:29:20 +00:00
Julien Robert
1145da9616
feat(authz): autocli query support ( #16986 )
2023-07-13 14:45:56 +00:00
ruthishvitwit
fd7e549a3c
chore: enable errcheck linter ( #16406 )
2023-07-12 08:58:27 +00:00
Jacob Gadikian
6afece635c
style: add gci linter ( #16605 )
2023-06-22 15:35:51 +00:00
Marko
c8ab555174
refactor(bech32): remove embedding of addresscodec ( #16197 )
2023-05-22 10:20:45 +00:00
Facundo Medica
91278f6602
refactor(x/authz)!: Use KVStoreService, context.Context and return errors instead of panic ( #15962 )
2023-04-27 15:15:45 +00:00
Mark Rushakoff
7b10ada768
refactor!: instantiate client.TxConfig once for simulations ( #15875 )
2023-04-19 12:47:27 +00:00
Marko
38c7c948f5
style: various linting fixes ( #15675 )
...
## Description
fix various linting issues
---
### 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-03 17:00:44 +00:00
Marko
521aa4bfdd
refactor(authz):remove global bech32 ( #15662 )
2023-04-03 13:55:32 +02:00
Facundo Medica
05dcf860eb
refactor: Use CoreAPI when possible ( #15496 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-03-23 22:40:09 +00:00
Julien Robert
1a1536aa8e
refactor: remove unnecessary modules methods ( #15436 )
2023-03-17 11:47:08 +01:00
Facundo Medica
4a6a1e3cb8
refactor: fix lint issues + gofumpt ( #15062 )
2023-02-19 10:31:49 +00:00