Sebastian
772964e2f2
chore: remove redundant iterator index bookkeeping in staking query utils ( #25396 )
2025-10-06 16:24:50 +00:00
Nguyễn Quang Vinh
c8ededc504
fix: add delegator address to redelegate event ( #25258 )
...
Co-authored-by: Alex | Interchain Labs <alex@djinntek.world>
Co-authored-by: Alex | Interchain Labs <alex@cosmoslabs.io>
2025-09-02 17:00:03 +00:00
Alex | Interchain Labs
727faf0484
refactor: bring cometbft back to v0.38.x family ( #25285 )
2025-08-29 15:58:04 -04:00
emmmm
e434dc7aab
fix: multiple typos of different importance ( #25060 )
2025-07-31 14:10:19 +00:00
crStiv
dca3b88cd0
fix: typos ( #25000 )
2025-07-25 14:14:05 -04:00
Micke
864a9f8d20
docs: correct spelling errors across multiple packages ( #24982 )
2025-07-24 14:51:16 +00:00
Zachary Becker
fd170b5140
feat: Update Cosmos SDK to CometBFT v2 ( #24837 )
...
Co-authored-by: aljo242 <alex@interchainlabs.io>
2025-06-04 17:34:20 +00:00
Alex | Interchain Labs
a2d6d1f6ac
chore: fix godoc comments for functions and structs ( #24736 )
2025-05-13 13:48:13 +00:00
Fabiana Cecin
b71d0894f0
feat: Upgrade to CometBFT v1.x series ( #24114 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Julián Toledano <JulianToledano@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Zachary Becker <zachary@interchainlabs.io>
2025-05-13 12:57:22 +00:00
Alexander Peters
65acc32084
chore(staking): Replace panics with error results; more verbose error messages ( #24391 )
...
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-04-09 17:33:38 +00:00
Alexander Peters
b49e864cf8
perf(staking): optimize endblock by reducing bech32 conversions ( #24354 )
...
Co-authored-by: Dev Ojha <dojha@berkeley.edu>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-04-04 18:55:29 +00:00
Alex | Interchain Labs
3c6deab626
chore: run modernize ( #24356 )
2025-04-03 10:42:20 -04:00
quantix9
5254d57c5b
chore(all): modernized code with slices ( #24125 )
...
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-25 17:31:32 +00:00
Alex | Interchain Labs
b7a20b81f6
chore: lint v2 ( #24118 )
2025-03-25 15:57:24 +00:00
Alex | Interchain Labs
7fd79df4e1
chore: fix all linting ( #24101 )
2025-03-21 15:04:36 -07:00
Alex | Interchain Labs
98f0f76e73
chore: lint fixes ( #24084 )
2025-03-20 16:20:39 -04:00
mergify[bot]
40e201e061
refactor: use a more straightforward return value (backport #23718 ) ( #23875 )
...
Co-authored-by: fuyangpengqi <167312867+fuyangpengqi@users.noreply.github.com>
Co-authored-by: aljo242 <alex@interchainlabs.io>
2025-03-03 16:40:33 -05:00
Alex | Interchain Labs
f5e8e517ab
chore: set up release/v0.53.x branch ( #23660 )
...
Co-authored-by: Zygimantas <5236121+Zygimantass@users.noreply.github.com>
Co-authored-by: Zygimantas <zygis@skip.build>
2025-02-12 15:48:20 -05:00
mergify[bot]
974a24c58c
feat: Conditionally emit metrics based on enablement (backport #19903 ) ( #20017 )
...
Co-authored-by: Lucas Francisco López <lucaslopezf@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-04-12 12:13:28 +02:00
Tom
b118a0adac
fix(staking): fix impossible conditions ( #19621 )
2024-03-01 19:27:14 +01:00
khanh
c21c8249c8
Merge pull request from GHSA-86h5-xcpx-cfqc
...
* fix slashing hole with test
* release notes + changelog
* word
* date
* updates
---------
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-02-27 17:28:05 +01:00
mergify[bot]
d9d9a52221
perf(x/staking/keeper): make Slash return early iff zero tokens to burn (backport #18049 ) ( #18126 )
...
Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>
2023-10-16 17:18:30 +02:00
mergify[bot]
1f7ec34374
fix(x/slashing/keeper): hoist non-changing addresses parsing out of redelegation loop (backport #18035 ) ( #18037 )
...
Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-10-10 10:34:43 +00:00
mergify[bot]
b0d20bce2b
chore(staking): add delegator to events (backport #18006 ) ( #18011 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-10-09 11:48:57 +00: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]
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]
983c9f7aec
chore: cherry-pick some inj changes (backport #17109 ) ( #17110 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-24 13:36:24 +00:00
mergify[bot]
d68a1231a4
refactor(x/staking): Use ValidatorAddrCodec (backport #17095 ) ( #17097 )
...
Co-authored-by: Devon Bear <itsdevbear@berachain.com>
2023-07-24 00:01:19 +02:00
mergify[bot]
16ab635645
refactor(staking): use validator & address codecs in staking (backport #16958 ) ( #17066 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-19 16:02:28 +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]
af357c8d30
chore(x/staking): audit changes (backport #16795 ) ( #16815 )
...
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-03 08:04:12 +00:00
mergify[bot]
d9c53bfefc
refactor!: remove types/math aliases (backport #16798 ) ( #16803 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-30 19:56:38 +02:00
mergify[bot]
9f4a4e416f
build(deps): use hashicorp/go-metrics instead of armon/go-metrics (backport #16790 ) ( #16800 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-30 15:27:05 +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
MSalopek
b28c50fdd2
fix: call AfterUnbondingInitiated for new unbonding entries only ( #16043 )
2023-05-11 09:46:48 +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
Likhita Polavarapu
672b1f9e15
test(x/staking): write integration tests ( #15890 )
2023-05-02 20:01:19 +00:00
samricotta
e77156858f
refactor(staking, slashing, signing, misc): remove aliases from types/math.go ( #15902 )
2023-04-25 08:55:17 +00:00
atheeshp
7b5602492c
refactor: add delegations by validator index ( #15731 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-04-24 14:14:09 +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
Andrey Petrovich
491cf3babe
refactor(staking)!: binary format for HistoricalInfoKey ( #15701 )
...
## Description
Closes : #11463
---
### 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-13 07:21:54 +00:00
Marko
7f0e05ebb9
refactor(staking): remove account address bech32 global ( #15598 )
2023-04-02 21:53:59 +02:00
Julien Robert
aeaa301506
feat: integration test helpers ( #15556 )
2023-03-31 18:02:15 +00:00
Jacob Gadikian
a9546bfad0
style: apply any / all automated lint fixes ( #15644 )
2023-03-31 13:48:41 +02:00