mergify[bot]
013889de23
refactor: introduce abciGenesis interface (backport #17554 ) ( #17575 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-08-31 13:05:57 +02:00
mergify[bot]
b922a37513
fix(baseapp): Utilizing voting power from VEs in ValidateVoteExtensions (backport #17518 ) ( #17552 )
...
Co-authored-by: David Terpay <35130517+davidterpay@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-28 15:49:16 +02:00
mergify[bot]
e76102f885
refactor: migrate away from using valBech32 globals (2/2) (backport #17157 ) ( #17379 )
...
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-14 17:06:56 +02:00
mergify[bot]
69db56b49b
fix: ValidatorStore interface doesn't match StakingKeeper (backport #17164 ) ( #17283 )
...
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-03 23:13:13 +00:00
mergify[bot]
db64728aff
refactor(staking): remove expected distribution keeper (backport #17261 ) ( #17263 )
2023-08-02 17:52:31 +02:00
mergify[bot]
46be66ed42
refactor: remove global valaddress bech32 codec calls (1/2) (backport #17098 ) ( #17149 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-27 00:55:11 +02:00
mergify[bot]
4076c6a918
feat(staking)!: add consensus and validator address codec in staking (backport #16959 ) ( #16977 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-13 11:40:57 +00:00
mergify[bot]
0bbfc654a3
feat(auth,client/v2): add validator address codec (backport #16768 ) ( #16789 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-30 10:33:40 +00:00
Julien Robert
c452721442
style: add gci linter ( #16758 )
...
Co-authored-by: Jacob Gadikian <faddat@users.noreply.github.com>
2023-06-29 09:46:37 +00:00
mergify[bot]
9f7a16080a
refactor(x/staking)!: KVStoreService, return errors and use context.Context (backport #16324 ) ( #16598 )
...
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Facundo Medica <facundomedica@gmail.com>
2023-06-19 11:40:27 -03:00
Marko
c8ab555174
refactor(bech32): remove embedding of addresscodec ( #16197 )
2023-05-22 10:20:45 +00:00
Facundo Medica
428e19f4f0
refactor(x/distribution)!: Use KVStoreService, context.Context and return errors instead of panic ( #15948 )
2023-04-27 13:26:51 +00:00
Facundo Medica
6dfe7351a5
refactor!: use KVStoreService and context.Context in x/bank ( #15891 )
2023-04-26 10:12:47 +00:00
Likhita Polavarapu
7132a7624e
refactor(staking): add missing msgServer tests and move ValidateBasic() logic to msgServer ( #15820 )
2023-04-14 14:54:29 +00:00
Marko
8d6c23faa4
feat: add endblocker with valsetupdate type ( #15829 )
2023-04-14 09:41:29 +00:00
Marko
7f0e05ebb9
refactor(staking): remove account address bech32 global ( #15598 )
2023-04-02 21:53:59 +02:00
Facundo Medica
d29e8eb4f6
refactor!: use KVStoreService in x/auth ( #15520 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-03-27 18:57:02 +00:00
Julien Robert
c77bcc22c3
refactor: use app config configurator for removing boilerplate ( #15499 )
2023-03-22 07:29:33 +01:00
Julien Robert
c17c3caab8
refactor: rename commands to match consensus engine name ( #14956 )
2023-02-08 20:09:28 +00:00
Julien Robert
80dd55f79b
refactor: rename to CometBFT ( #14914 )
2023-02-06 18:11:14 +00:00
Julien Robert
41a3dfeced
refactor!: migrate Cosmos SDK to CometBFT ( #14897 )
2023-02-05 14:51:33 +01:00
Likhita Polavarapu
36069956e3
refactor: Move x/auth's AccountI and ModuleAccountI interfaces to types package ( #13937 )
2023-01-03 11:25:09 +01:00
Julien Robert
461cf87218
chore: loosen assertions in SetOrderInitGenesis and SetOrderExportGenesis ( #14457 )
2023-01-02 10:05:09 +01:00
Aaron Craelius
ebfd057716
feat(client/v2): add autocli run + simapp example ( #13867 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-12-31 01:53:08 +00:00
Julien Robert
02ca843d49
chore: clean-up app config ( #14454 )
2022-12-31 01:31:18 +01:00
Julien Robert
419de8de82
refactor: revert API breaking change on Slash ( #14363 )
2022-12-20 12:12:05 +01:00
Jacob Gadikian
be8c5a09c2
chore: lint tests ( #14268 )
2022-12-18 23:48:31 +00:00
Julien Robert
6239cdfddb
chore: clean-up deprecated function usage ( #14078 )
2022-11-30 01:10:50 +01:00
Julien Robert
6f329d70c6
docs: add docs about x/auth/tx ( #14021 )
...
* docs: add docs about `x/auth/tx`
* updates
* updates
* updates
* updates
* updates
* updates
* updates
Co-authored-by: Marko <marbar3778@yahoo.com>
2022-11-27 20:30:23 +00:00
Marko
84675a6bf1
feat!: IS rebase ( #13122 )
...
* feat: IS rebase (squash da53124..b45dd5f)
* clean up docs
* fix: fix IS tests (#13420 )
* revert key update
* add hook error handling
* impl feedback
* add changelog
* implements style nits
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
* more nits
* fix tests
Co-authored-by: Simon <sainoe@users.noreply.github.com>
* add godoc
* add godoc
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-10-09 12:21:20 +02:00
Marko
306a9a7170
feat!: consensus module ( #12905 )
2022-10-05 18:06:24 +00:00
Julien Robert
80ce491734
refactor: move x/{moduleName}/test{ModuleName} to x/{moduleName}/testutil ( #13427 )
...
* refactor: move `x/{moduleName}/test{ModuleName}` to `x/{moduleName}/testutil`
* updates
* updates
2022-10-02 10:42:52 -04:00
cool-developer
bc274d8d95
refactor: staking module using mocks ( #12827 )
...
## Description
Closes : #12504
---
### 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/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)
2022-08-28 14:02:29 +00:00