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
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
Aleksandr Bezobchuk
75b4918b94
fix: check tx gas limit against block gas limit ( #16547 )
...
Co-authored-by: Facundo Medica <facundomedica@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-06-20 18:37:33 +00:00
Matt Kocubinski
5385116aba
refactor(x/auth): rm dependency on x/bank ( #16548 )
2023-06-15 17:35:48 +00:00
atheeshp
dcac757a04
chore: remove x/gov module dependencies in x/staking ( #16567 )
2023-06-15 17:17:37 +00:00
Emmanuel T Odeke
629dc63ecd
fix(x/auth): ensure nil .BaseAccounts are reported in ModuleAccount.Validate ( #16554 )
2023-06-15 09:11:56 +00:00
Matt Kocubinski
fe458e0686
refactor(x/auth): rm dependency on x/staking ( #16545 )
2023-06-15 08:34:53 +00:00
Emmanuel T Odeke
f5a596c88b
chore: finish removing all exported *SortJSON usages ( #16497 )
2023-06-12 12:10:36 +00:00
Matt Kocubinski
393af6c645
refactor(x/auth): clean up signing init code for reusability ( #16433 )
2023-06-07 14:54:38 +00:00
Facundo Medica
7f44ecb936
refactor(x/circuit)!: Use collections, KVStoreService, and context.Context ( #16415 )
2023-06-07 12:06:30 +00:00
Matt Kocubinski
e169374eb4
refactor: remove dependencies x/auth -> x/genutil, x/gov ( #16423 )
2023-06-06 15:31:25 +00:00
Devon Bear
95178ce036
feat(genutil): Add module account at genesis. ( #16046 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-06-03 14:35:50 +00:00
Facundo Medica
b3c4e1556a
feat: enable sign mode textual by default ( #15970 )
2023-06-01 14:05:51 +00:00
Marko
5097b0c226
refactor(test): remove header dependence from tests ( #16342 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-05-31 15:42:23 +00:00
Matt Kocubinski
737dcfd1a2
refactor!: rm GetSignBytes ( #16062 )
2023-05-30 19:34:35 +00:00
testinginprod
3d15f9edf2
refactor(auth): use collections for Account state management ( #16016 )
...
Co-authored-by: unknown unknown <unknown@unknown>
2023-05-26 09:26:58 +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
Marko
571c13ea84
refactor(bank): migrate bech32 encoding ( #15567 )
2023-05-24 17:03:43 +00:00
Aleksandr Bezobchuk
6cee22df52
feat!: Comet v0.38 Integration ( #15519 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-05-24 16:09:19 +00:00
Aleksandr Bezobchuk
9d45ed4d4b
fix: ensure height is correct on first block ( #16259 )
2023-05-24 11:13:49 +00:00
Marko
c8ab555174
refactor(bech32): remove embedding of addresscodec ( #16197 )
2023-05-22 10:20:45 +00:00
Facundo Medica
2d6a8b7e4b
fix: AminoJSON missing fields (Ledger signing not working) ( #16032 )
2023-05-18 17:20:44 +00:00
Marko
b8e15a7930
feat: module circuit breaker ( #14521 )
...
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Sam Ricotta <samanthalricotta@gmail.com>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-05-15 14:38:48 +00:00
Matt Kocubinski
e998532a11
chore(x/auth): deprecate legacy aminojson sign mode ( #16110 )
2023-05-11 16:48:57 +00:00
Julien Robert
1b836a651a
chore(auth/vesting): fix typo in create-period-vesting-account cmd example ( #16085 )
2023-05-10 13:59:15 +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
Marko
044fe13789
refactor(math)!: remove aliases in math ( #16040 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-05-07 17:25:59 +00:00
Matt Kocubinski
931fbcff5c
refactor(x/tx)!: rename aminojson.NewAminoJSON -> aminojson.NewEncoder ( #16044 )
2023-05-05 20:47:12 +00:00
Matt Kocubinski
117865ae90
refactor(client): Remove usage of GetSignBytes from AuxTxBuilder ( #16025 )
2023-05-04 17:28:36 +00:00
testinginprod
3ada275c32
refactor(auth): decouple auth Keeper API from Msg and Query server implementation ( #15985 )
...
Co-authored-by: unknown unknown <unknown@unknown>
2023-05-01 14:30:20 +00:00
testinginprod
27c6be521a
test(auth): make test not depend on hard-coded account numbers ( #15968 )
...
Co-authored-by: unknown unknown <unknown@unknown>
2023-04-28 15:51:33 +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
Matt Kocubinski
00b78fae00
refactor(x/auth): v2 adaptable tx instead of double decode ( #15910 )
2023-04-26 19:57:01 +00:00
Julien Robert
1179285bf2
feat(hubl): cache bech32 prefix ( #15954 )
2023-04-26 16:34:56 +00:00
Facundo Medica
6dfe7351a5
refactor!: use KVStoreService and context.Context in x/bank ( #15891 )
2023-04-26 10:12:47 +00:00
Julien Robert
ebcad58468
fix(autocli): fix simapp enhancing ( #15906 )
2023-04-25 14:08:02 +00:00
Facundo Medica
e3860acb04
fix: benchmarks broken in 15818 ( #15934 )
2023-04-24 19:43:18 +00:00
Matt Kocubinski
dde6fcd7bb
refactor(x/auth): doc and remove deprecated fn from #15822 ( #15932 )
2023-04-24 17:38:51 +00:00
Julien Robert
866cfa4860
refactor: embed address codec in auth keeper ( #15929 )
2023-04-24 15:02:26 +00:00
Facundo Medica
af3122aa6c
feat!: Provide logger through depinject ( #15818 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-04-24 09:42:55 +00:00
Matt Kocubinski
86b88b1ace
refactor!: use x/tx/signing in client.TxConfig ( #15822 )
2023-04-20 16:20:21 +00:00
Julien Robert
c0eade17fe
test: fix module cli tests ( #15882 )
2023-04-19 14:24:07 +00:00
Marko
e9e582aede
refactor(crisis & vesting): remove global bech32 ( #15852 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-04-18 14:10:20 +00:00
Matt, Park
33657b3bf9
chore: Better logging for signature verification failure ( #15867 )
2023-04-18 13:06:09 +00:00
testinginprod
73c8064145
refactor(auth): use collections for GlobalAccountNumber ( #15830 )
...
Co-authored-by: testinginprod <testinginprod@somewhere.idk>
2023-04-17 08:57:08 +00:00
Marko
c4489d9785
refactor: remove duplicate vesting tests ( #15844 )
2023-04-14 15:32:32 +02:00
Marko
8d6c23faa4
feat: add endblocker with valsetupdate type ( #15829 )
2023-04-14 09:41:29 +00:00
Marko
722bea5b40
refactor(auth): remove bech32 global from auth ( #15826 )
...
## Description
ref #13140
on top of removing bech32 from auth this also removes the get address cmd from root command as it was duplicated
---
### 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-14 08:51:15 +00:00
Julien Robert
e4dbf1b7b4
refactor(auth,vesting): move ValidateBasic logic to msgServer ( #15786 )
2023-04-12 14:37:06 +00:00