atheeshp
|
2a95a4abdd
|
docs: add consensus pubkey docs (#19081)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
|
2024-01-18 09:23:21 +00:00 |
|
atheeshp
|
b16aa35d14
|
test: add tests for cons pubkey rotation (#18965)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2024-01-09 04:56:14 +00:00 |
|
atheeshp
|
19e66a9dc8
|
feat: include rotate keys logic in abci (#18236)
|
2023-12-22 10:14:15 +00:00 |
|
Likhita Polavarapu
|
38f40c42f2
|
refactor: remove panic usage in keeper methods (#18636)
|
2023-12-12 09:51:23 +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 |
|
Julien Robert
|
8cfdabb2ed
|
ci: add misspell action (#18671)
|
2023-12-11 06:11:03 +00:00 |
|
Marko
|
a7ececc34d
|
refactor(staking): move delegation and validator interfaces to ./types (#18198)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
2023-11-30 21:18:42 +00:00 |
|
Chenqun Lu
|
d3e662da1f
|
imp(staking): detect the length of the ed25519 pubkey in CreateValidator to prevent panic (#18506)
|
2023-11-27 09:41:17 +00:00 |
|
Julien Robert
|
3853e7ff70
|
ci: optimize linter script (#18480)
|
2023-11-16 12:57:32 +00:00 |
|
atheeshp
|
0f8c6c2c12
|
feat(x/staking): implement RotateConsPubKey method (#18188)
|
2023-11-15 06:59:50 +00:00 |
|
Emmanuel T Odeke
|
05261cc46e
|
refactor(x/auth): spin out go.mod (#18351)
|
2023-11-07 11:42:58 +00:00 |
|
Marko
|
2a6640d488
|
refactor(staking): add go.mod (#18257)
|
2023-10-26 07:39:34 +00:00 |
|
atheeshp
|
3a8f114327
|
feat: add required params for cons pubkey rotation (#18142)
|
2023-10-18 13:06:59 +00:00 |
|
atheeshp
|
8f8e242e78
|
feat: add proto for cons pubkey rotation (#18140)
|
2023-10-17 12:42:16 +00:00 |
|
Emmanuel T Odeke
|
13afd9389b
|
perf(x/staking/keeper): make Slash return early iff zero tokens to burn (#18049)
|
2023-10-16 14:50:08 +00:00 |
|
Emmanuel T Odeke
|
7d7d4907f4
|
fix(x/slashing/keeper): hoist non-changing addresses parsing out of redelegation loop (#18035)
|
2023-10-10 10:15:00 +00:00 |
|
Marko
|
b170ccc459
|
chore(staking): add delegator to events (#18006)
|
2023-10-09 11:27:41 +00:00 |
|
Emmanuel T Odeke
|
ddd26b5dfc
|
chore(x/staking/keeper): remove redundant code/returns (#17890)
|
2023-09-27 07:43:38 +00:00 |
|
Marko
|
9d07b8ca8e
|
refactor!: use context.Context in genesis api (#17885)
|
2023-09-26 16:03:41 +00:00 |
|
Marko
|
076ab3bf89
|
chore: remove staking and distr param dependence (#17834)
|
2023-09-22 07:56:06 +00:00 |
|
Marko
|
86ab9890b8
|
chore: amend validator to validators (#17809)
|
2023-09-19 12:34:13 +00:00 |
|
Marko
|
c05ff14a97
|
refactor(staking): change historicalinfo to contain minimal set of data (#17655)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2023-09-19 10:59:04 +00:00 |
|
atheeshp
|
28112706b7
|
refactor: migrate x/staking Params to use collections (#17778)
|
2023-09-18 16:06:42 +00:00 |
|
Marko
|
6615ff4f76
|
refactor!: deprecate blocktime on context (#17738)
|
2023-09-18 13:55:21 +00:00 |
|
Likhita Polavarapu
|
2085695078
|
refactor(x/staking): migrate RedelegationQueue to collections (#17486)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
2023-09-08 17:10:33 +00:00 |
|
Likhita Polavarapu
|
e53830d58a
|
refactor(x/staking): Migrate ValidatorQueue to use Collections (#17562)
Co-authored-by: testinginprod <98415576+testinginprod@users.noreply.github.com>
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-09-08 16:43:44 +00:00 |
|
Marko
|
81d9ce9af5
|
feat(x/bank): introduce msg burn to bank keeper (#17569)
Co-authored-by: likhita-809 <likhita@vitwit.com>
|
2023-09-08 15:59:04 +00:00 |
|
Oleg Kovalov
|
7ff1ae999a
|
chore: fix nolint comments (#17644)
|
2023-09-06 21:32:11 +00:00 |
|
Likhita Polavarapu
|
97661429e0
|
docs: Add k/v docs in structs using collections (#17609)
|
2023-09-04 22:24:19 +00:00 |
|
Likhita Polavarapu
|
eb853117a9
|
refactor(x/staking): Use gogotypes Int64Value instead of bytes for LastValidatorPower (#17604)
|
2023-09-01 21:28:17 +00:00 |
|
Likhita Polavarapu
|
3e07c80ebc
|
refactor(x/staking): Migrate LastValidatorPower to Collections (#17498)
|
2023-08-30 21:21:40 +00:00 |
|
Likhita Polavarapu
|
3ed40a925c
|
refactor(x/staking): Migrate UnbondingDelegationByValIndex to use collections (#17291)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
|
2023-08-30 09:21:10 +00:00 |
|
Likhita Polavarapu
|
6ed81a737c
|
refactor(x/staking): migrate UnbondingQueue to collections (#17481)
|
2023-08-29 07:15:22 +00:00 |
|
Likhita Polavarapu
|
70b3e85781
|
refactor(x/staking): Migrate Validators to use Collections (#17123)
|
2023-08-28 14:56:14 +00:00 |
|
Likhita Polavarapu
|
a734071c05
|
refactor(x/staking): Migrate UnbondingDelegation to collections (#17270)
|
2023-08-28 08:38:11 +00:00 |
|
David Terpay
|
bb0c866193
|
fix(baseapp): Utilizing voting power from VEs in ValidateVoteExtensions (#17518)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2023-08-25 17:52:35 +00:00 |
|
atheeshp
|
76a72ceb9d
|
refactor(x/staking): migrate RedelegationByValDstIndexKey key to collections (#17336)
|
2023-08-23 04:57:47 +00:00 |
|
atheeshp
|
222d28e179
|
refactor(x/staking): migrate RedelegationByValSrcIndexKey key to collections (#17332)
|
2023-08-22 07:00:23 +00:00 |
|
atheeshp
|
09db6997c5
|
refactor(x/staking): migrate redelegation key to use collections (#17315)
|
2023-08-17 10:32:10 +00:00 |
|
fx0x55
|
53f804df73
|
perf: use store has instead of get in HistoricalInfo (#17400)
|
2023-08-16 07:26:14 +00:00 |
|
Marko
|
e60c583d28
|
refactor: migrate away from using valBech32 globals (2/2) (#17157)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
|
2023-08-14 08:04:24 +00:00 |
|
Marko
|
266edc0a93
|
refactor: remove staking infraction type dep from evidence and slashing (#17335)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
|
2023-08-12 15:45:41 +00:00 |
|
atheeshp
|
f907a27d31
|
refactor(x/staking): migrate delegation key to collections (#17162)
|
2023-08-09 07:15:12 +00:00 |
|
Likhita Polavarapu
|
f04fefdc7a
|
refactor(x/staking): Migrate UnbondingIndex to use collections (#17288)
|
2023-08-08 10:27:19 +00:00 |
|
Facundo Medica
|
c3ae0b09d4
|
fix: ValidatorStore interface doesn't match StakingKeeper (#17164)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2023-08-03 22:53:05 +00:00 |
|
Likhita Polavarapu
|
92dffb5fa8
|
refactor(x/staking): Migrate UnbondingID to collections (#17256)
|
2023-08-03 12:50:16 +00:00 |
|
atheeshp
|
9443fc1051
|
refactor(x/staking): migrate ValidatorByConsAddr key to collections (#17260)
|
2023-08-03 11:31:14 +00:00 |
|
Likhita Polavarapu
|
a7977b8633
|
refactor(x/staking): migrate UnbondingType to collections (#17248)
|
2023-08-03 10:11:23 +00:00 |
|
atheeshp
|
257d3e5e7c
|
refactor(x/staking): migrate delegations by validator to use collections (#17155)
|
2023-07-28 08:46:12 +00:00 |
|
Marko
|
58855c6859
|
refactor: remove global valaddress bech32 codec calls (1/2) (#17098)
Co-authored-by: Devon Bear <itsdevbear@berachain.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-07-26 19:01:21 +00:00 |
|