Commit Graph
1237 Commits
Author SHA1 Message Date
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
Julien Robert bb34c42f06 feat(client): add default key name (#18101) 2023-10-16 11:08:40 +00:00
GoodDaisy dbf686e144 chore: fix typos (#18106) 2023-10-14 12:57:01 +00:00
Julien Robert fe99b0c2f8 feat(x/gov): add autocli options for tx (#18036) 2023-10-12 11:57:41 +00:00
Julien Robert 44934e3b68 feat(x/distribution): add autocli options for tx (#17963) 2023-10-11 06:10:10 +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
atheeshp f149f1baac feat(x/staking): autocli tx support (#17986) 2023-10-10 09:06:06 +00:00
Marko b170ccc459 chore(staking): add delegator to events (#18006) 2023-10-09 11:27:41 +00:00
Emmanuel T Odeke 9053582132 chore(x/staking): fix some README typos (#17997) 2023-10-07 04:59:09 +00:00
samricotta c325cbf004 chore: Update RequestExtendVote (#17993) 2023-10-06 15:28:21 +00:00
Likhita Polavarapu 9dd34510e2 feat: Move CommunityPool to its own module (#17657) 2023-09-27 09:09:04 +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 65a1ec64f7 chore: remove params module entirely (#17838) 2023-09-22 13:51:37 +00:00
Marko 076ab3bf89 chore: remove staking and distr param dependence (#17834) 2023-09-22 07:56:06 +00:00
Marko 79a64d07d0 chore!: remove params from slashing and auth (#17820) 2023-09-21 14:26:35 +00:00
Marko 86ab9890b8 chore: amend validator to validators (#17809) 2023-09-19 12:34:13 +00:00
MarkoandAleksandr Bezobchuk 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
Marko ddcb37cbd7 chore: fix deprecation annotations (#17784) 2023-09-18 13:11:25 +00:00
Elias Naur e90e5e1f97 refactor: remove unused context argument from types/simulation.RandomFees (#17737) 2023-09-14 08:50:49 +00:00
Julien Robert 2154ce0bbe refactor: precise compiler assertions and cleanup module.go (#17718) 2023-09-13 16:15:53 +00:00
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
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
Markoandlikhita-809 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 PolavarapuandFacundo Medica 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
Marko 6ce2505f6b refactor: introduce abciGenesis interface (#17554) 2023-08-29 15:24:09 +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 TerpayandAleksandr Bezobchuk 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
Julien Robert 5839c3a600 chore: bump golangci-lint to v1.54.2 (#17538) 2023-08-25 14:07:24 +00:00
Julien Robert c6b0bb62ac refactor(client): use address codec (#17503) 2023-08-23 10:43:47 +00:00
atheeshp 76a72ceb9d refactor(x/staking): migrate RedelegationByValDstIndexKey key to collections (#17336) 2023-08-23 04:57:47 +00:00
Markoandmarbar3778 3781c462a9 chore: minor bech32 global removal (#17469)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-22 12:45:54 +00:00
atheeshp 222d28e179 refactor(x/staking): migrate RedelegationByValSrcIndexKey key to collections (#17332) 2023-08-22 07:00:23 +00:00
Markoandmarbar3778 393dcc1f2a refactor: remove header type from NewContext (#17426)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-21 16:29:20 +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
Markoandmarbar3778 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
Markoandmarbar3778 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 MedicaandAleksandr Bezobchuk 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