Commit Graph
809 Commits
Author SHA1 Message Date
Marko 2a6640d488 refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
Marko 86eaeed519 refactor(slashing): spinout to new go module (#18201) 2023-10-25 15:28:32 +00:00
Julien Robert 797ae0fe99 refactor: modules should implement appmodule.AppModule (#18252) 2023-10-25 12:31:37 +00:00
Marko 4352ab1f34 refactor(distribution): spin out go.mod (#18199) 2023-10-24 15:13:04 +00:00
Marko 388ff4fc7e refactor: move gov into own go.mod (#18197) 2023-10-23 14:17:04 +00:00
Marko 93770f59d9 refactor(x/slashing): remove global bech32 usage (#18115) 2023-10-17 10:33:52 +00:00
swelf19 4001e2b6d8 fix: fixed key in slashing bitmap migration (#18016) 2023-10-10 08:04:52 +00:00
Julien Robert 3690d9f7f8 feat(x/slashing): add autocli options for tx (#17967) 2023-10-09 13:57:35 +00:00
Likhita Polavarapu 9dd34510e2 feat: Move CommunityPool to its own module (#17657) 2023-09-27 09:09:04 +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 79a64d07d0 chore!: remove params from slashing and auth (#17820) 2023-09-21 14:26:35 +00:00
Marko 6615ff4f76 refactor!: deprecate blocktime on context (#17738) 2023-09-18 13:55:21 +00:00
Marko 36a9330adb refactor: deprecate Voteinfo in favour of Cometinfo on Context (#17670) 2023-09-14 09:13:19 +00:00
Elias Naur e90e5e1f97 refactor: remove unused context argument from types/simulation.RandomFees (#17737) 2023-09-14 08:50:49 +00:00
Marko 72991994dd chore: cleanup sdk.Context (#17717) 2023-09-13 21:40:14 +00:00
Julien Robert 2154ce0bbe refactor: precise compiler assertions and cleanup module.go (#17718) 2023-09-13 16:15:53 +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 a24d7071c1 refactor(x/slashing): migrate ValidatorMissedBlockBitmap to collections (#17568) 2023-08-30 08:57:28 +00:00
Marko 6ce2505f6b refactor: introduce abciGenesis interface (#17554) 2023-08-29 15:24:09 +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
Markoandmarbar3778 393dcc1f2a refactor: remove header type from NewContext (#17426)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-21 16:29:20 +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
Julien Robert 77be10bd95 refactor: remove collections.ErrInvalidIterator when unecessary (#17364) 2023-08-11 14:32:17 +00:00
fx0x55 840482f50d perf: use store has instead of get in HasValidatorSigningInfo (#17359) 2023-08-11 10:36:40 +00:00
Likhita Polavarapu 8035b5b524 refactor(x/slashing): migrate AddrPubkeyRelation to collections (#17044) 2023-08-10 08:08:56 +00:00
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
Facundo Medica 974abde0c4 fix(x/slashing): ValidatorSignInfo migration to collections was missing length prefix (#17127) 2023-07-25 15:50:38 +00:00
Marko c23505b037 refactor(staking): use validator & address codecs in staking (#16958) 2023-07-19 11:01:32 +00:00
Likhita Polavarapu a61e11ebab refactor(x/slashing): migrate ValidatorSigningInfo to collections (#17023) 2023-07-18 16:15:33 +00:00
Jeancarlo BarriosandJulien Robert f7a4add63c feat(slashing): autocli query config (#16659)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-15 06:46:40 +00:00
Julien Robert 7ed04f71b4 chore: replace amino cosmos_dec_bytes annoation by scalar cosmos.Dec and add missing annotations (#17000) 2023-07-14 18:10:28 +00:00
Julien Robert 74c351e2fd feat(api): add consensus bech32 prefix in app config (#16945) 2023-07-12 17:37:27 +00:00
Marko dab97ed352 chore: remove unused getsigner functions (#16937) 2023-07-12 15:09:02 +00:00
ruthishvitwit fd7e549a3c chore: enable errcheck linter (#16406) 2023-07-12 08:58:27 +00:00
Facundo Medica ebe97e5e12 fix: Revert 16794 (#16895) 2023-07-10 07:45:48 +00:00
Facundo MedicaandAleksandr Bezobchuk 0fd6227a06 fix: remove setting of finalizeBlockState in FinalizeBlock + fix initialHeight + add ProcessProposal in tests/sims (#16794)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-07-06 13:33:10 +00:00
samricottaandmarbar3778 5931f1e65e refactor(slashing)!: use collections for params state (#16441)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-07-06 07:12:11 +00:00
Julien Robert 8c72f66396 refactor!: remove types/math aliases (#16798) 2023-06-30 17:09:03 +00:00
Facundo Medica 3702dfc8aa fix(x/slashing): Emit slashing event with the correct reason in SlashWithInfractionReason (#16784) 2023-06-30 10:45:30 +00:00
Jacob Gadikian 6afece635c style: add gci linter (#16605) 2023-06-22 15:35:51 +00:00
Facundo MedicaandAleksandr Bezobchuk 1be7d9805e refactor(x/staking)!: KVStoreService, return errors and use context.Context (#16324)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-06-16 18:40:44 +00:00
testinginprodandunknown unknown b3da8bb4e8 refactor(distribution)!: use collections for DelegatorStartingInfo state (#16483)
Co-authored-by: unknown unknown <unknown@unknown>
2023-06-14 10:39:11 +00:00
Matt Kocubinski bbb452f609 refactor(x/staking): rm dependency on x/distribution (#16531) 2023-06-13 20:16:20 +00:00
MarkoandAleksandr Bezobchuk 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
Facundo Medica 903d99e707 refactor(x/slashing)!: use kvStoreService, context.Context and return errors (#16246) 2023-05-30 09:45:18 +00:00