mergify[bot]
|
5624447be5
|
fix(x/distribution): add nil check in Params.ValidateBasic (backport #17236) (#17241)
Co-authored-by: n0b0dy <n0b0dyCN@users.noreply.github.com>
|
2023-08-01 10:56:00 +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]
|
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]
|
562723cfa9
|
chore: replace amino cosmos_dec_bytes annoation by scalar cosmos.Dec and add missing annotations (backport #17000) (#17002)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-07-14 18:46:33 +00: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]
|
c8a49b35cd
|
feat(bank): autocli query support (backport #16899) (#16902)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-07-10 12:48:24 +00:00 |
|
mergify[bot]
|
3fee9db359
|
feat(auth): autocli query support (backport #16650) (#16900)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-07-10 12:07:38 +02:00 |
|
mergify[bot]
|
8295e4a3e0
|
fix: Revert 16794 (backport #16895) (#16896)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
|
2023-07-10 08:02:04 +00:00 |
|
mergify[bot]
|
4bda616956
|
fix: remove setting of finalizeBlockState in FinalizeBlock + fix initialHeight + add ProcessProposal in tests/sims (backport #16794) (#16857)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
|
2023-07-06 12:22:57 -04: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]
|
950b910030
|
refactor(x/distribution): audit changes (backport #16785) (#16799)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-30 14:51:43 +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 |
|
mergify[bot]
|
d805e631e4
|
refactor: use appmodule.AppModule in integration helpers (backport #16755) (#16756)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-29 11:01:43 +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]
|
cd8ba48926
|
feat(auth): make address codec pluggable (backport #16621) (#16736)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-28 12:19:55 +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 |
|
Matt Kocubinski
|
e169374eb4
|
refactor: remove dependencies x/auth -> x/genutil, x/gov (#16423)
|
2023-06-06 15:31:25 +00:00 |
|
Matt Kocubinski
|
bf6edae9b6
|
feat: custom get signers (#16340)
Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
|
2023-06-06 14:20:28 +00:00 |
|
Marko
|
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 |
|
Emmanuel T Odeke
|
2208693d35
|
feat: x/tx/signing/aminojson: Marshal sort fields (#16254)
|
2023-05-31 13:45:45 +00:00 |
|
Matt Kocubinski
|
737dcfd1a2
|
refactor!: rm GetSignBytes (#16062)
|
2023-05-30 19:34:35 +00:00 |
|
testinginprod
|
28178f7ca6
|
refactor(evidence)!: use collections for state management (#16336)
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-05-30 11:57:10 +00:00 |
|
Facundo Medica
|
903d99e707
|
refactor(x/slashing)!: use kvStoreService, context.Context and return errors (#16246)
|
2023-05-30 09:45:18 +00:00 |
|
testinginprod
|
f851e188b3
|
refactor(distribution)!: make FeePool state use collections (#16302)
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-05-26 09:51:37 +00:00 |
|
testinginprod
|
3d15f9edf2
|
refactor(auth): use collections for Account state management (#16016)
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-05-26 09:26:58 +00:00 |
|
Aaron Craelius
|
82659a7477
|
refactor!: deprecate sdk.Msg.GetSigners (#15284)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
|
2023-05-25 18:35:09 +00:00 |
|
Aleksandr Bezobchuk
|
6cee22df52
|
feat!: Comet v0.38 Integration (#15519)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-05-24 16:09:19 +00:00 |
|
Facundo Medica
|
df834c58d1
|
fix(x/evidence): return error in keeper (#16245)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2023-05-23 07:30:46 +00:00 |
|
samricotta
|
2843261161
|
refactor(distribution)!: use collections for params state (#16211)
|
2023-05-22 19:51:24 +00:00 |
|
Likhita Polavarapu
|
b20bd5d932
|
test(x/gov): write integration tests (#16194)
|
2023-05-19 09:42:33 +00:00 |
|
Facundo Medica
|
3c4330680f
|
refactor(x/evidence)!: use KVStoreService and context.Context (#16008)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
|
2023-05-17 20:13:01 +00:00 |
|
testinginprod
|
91d14c04ac
|
refactor(gov)!: use collections for Proposal state management (part 1) (#16171)
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-05-16 09:55:08 +00:00 |
|
testinginprod
|
f7418c6db2
|
refactor(gov)!: use collections for constitution and params state (#16118)
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-05-12 08:15:37 +00:00 |
|
testinginprod
|
3185542a7a
|
refactor(gov)!: decouple gRPC query methods from Keeper (#16106)
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-05-11 16:04:46 +00:00 |
|
Likhita Polavarapu
|
52212cf3e9
|
test(x/bank): write integration tests (#16052)
|
2023-05-10 11:27:01 +00:00 |
|
Matt Kocubinski
|
2f21cb5050
|
refactor(x/tx): use dynamicpb instead of type resolver in any marshal (#16048)
Co-authored-by: Aaron Craelius <aaron@regen.network>
|
2023-05-08 19:20:23 +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 |
|
Matt Kocubinski
|
931fbcff5c
|
refactor(x/tx)!: rename aminojson.NewAminoJSON -> aminojson.NewEncoder (#16044)
|
2023-05-05 20:47:12 +00:00 |
|
Facundo Medica
|
4f00acfc24
|
refactor(x/gov)!: Use KVStoreService, context.Context, return errors, better iterators (#15988)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-05-05 10:13:56 +00:00 |
|
Likhita Polavarapu
|
34018f7130
|
test(x/evidence): write integration tests (#16015)
|
2023-05-04 17:23:40 +00:00 |
|
Likhita Polavarapu
|
96730a5f2b
|
test(genutil): remove duplicate tests from genutil integration tests (#16034)
|
2023-05-04 15:00:10 +00:00 |
|
Marko
|
1705615ef0
|
feat: add header and comet info service (#15850)
Co-authored-by: Aaron Craelius <aaron@regen.network>
|
2023-05-03 13:32:25 +00:00 |
|
Marko
|
d31f2964b0
|
feat!: Define Genesis state transition (#15999)
|
2023-05-03 08:58:58 +00:00 |
|
Likhita Polavarapu
|
672b1f9e15
|
test(x/staking): write integration tests (#15890)
|
2023-05-02 20:01:19 +00:00 |
|
Aaron Craelius
|
cb1641c1b5
|
refactor(codec)!: update codec to x/tx v0.6.0 (#15873)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
|
2023-04-28 08:13:28 +00:00 |
|
Likhita Polavarapu
|
3936030e16
|
test(x/slashing): write integration tests (#15928)
|
2023-04-28 07:58:35 +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 |
|
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 |
|
Facundo Medica
|
af3122aa6c
|
feat!: Provide logger through depinject (#15818)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-04-24 09:42:55 +00:00 |
|