dependabot[bot]
|
cd19bac491
|
build(deps): Bump cosmossdk.io/x/tx from 0.11.0 to 0.12.0 (#18356)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-11-03 11:20:23 +00:00 |
|
dependabot[bot]
|
c664daaf55
|
build(deps): Bump github.com/cosmos/iavl from 1.0.0-rc.1 to 1.0.0 in /store (#18347)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-11-03 09:40:30 +00:00 |
|
dependabot[bot]
|
b7749afcaf
|
build(deps): Bump cosmossdk.io/store from 1.0.0-rc.0 to 1.0.0 (#18341)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-11-02 15:26:40 +00:00 |
|
Marko
|
f03b396c8a
|
chore: remove mint imports in the sdk (#18307)
|
2023-10-31 10:30:38 +00:00 |
|
dependabot[bot]
|
5c456e6835
|
build(deps): Bump github.com/cosmos/ledger-cosmos-go from 0.13.2 to 0.13.3 (#18312)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-31 09:07:02 +00:00 |
|
Marko
|
e6a4c78e73
|
refactor: remove usage of global basedenom (#18268)
|
2023-10-30 19:39:51 +00:00 |
|
Marko
|
44db964e91
|
test: add counter module (#18272)
|
2023-10-30 19:07:58 +00:00 |
|
Marko
|
7bef0227f9
|
refactor(mint): new go module (#18283)
|
2023-10-28 07:09:48 +00:00 |
|
Marko
|
21e69bad04
|
refactor(bank): add go module (#18279)
|
2023-10-27 09:25:04 +00:00 |
|
Facundo Medica
|
ab2a725863
|
chore: cleanup comet dependence in tests (#18239)
|
2023-10-26 16:20:19 +00:00 |
|
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 |
|
Marko
|
4352ab1f34
|
refactor(distribution): spin out go.mod (#18199)
|
2023-10-24 15:13:04 +00:00 |
|
Julien Robert
|
7421783eda
|
chore: improve align cli help (#18179)
|
2023-10-20 10:29:46 +00:00 |
|
Julien Robert
|
44934e3b68
|
feat(x/distribution): add autocli options for tx (#17963)
|
2023-10-11 06:10:10 +00:00 |
|
Likhita Polavarapu
|
4ab48ba94f
|
chore: Add back CommunityPoolSpendProposalWithDeposit (#17981)
|
2023-10-06 06:51:41 +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
|
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
|
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 |
|
Julien Robert
|
2154ce0bbe
|
refactor: precise compiler assertions and cleanup module.go (#17718)
|
2023-09-13 16:15:53 +00:00 |
|
Marko
|
93aa126659
|
chore: Remove legacy code (#17720)
|
2023-09-13 14:51:34 +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 |
|
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 |
|
Marko
|
393dcc1f2a
|
refactor: remove header type from NewContext (#17426)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
|
2023-08-21 16:29:20 +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 |
|
Julien Robert
|
77be10bd95
|
refactor: remove collections.ErrInvalidIterator when unecessary (#17364)
|
2023-08-11 14:32:17 +00:00 |
|
Facundo Medica
|
48d79ff9d5
|
fix(x/distr): increase consensus version (#17350)
|
2023-08-10 10:20:04 +00:00 |
|
Julien Robert
|
6937c7642b
|
refactor(staking): remove expected distribution keeper (#17261)
|
2023-08-02 15:31:36 +00:00 |
|
n0b0dy
|
b9b325ec99
|
fix(x/distribution): add nil check in Params.ValidateBasic (#17236)
|
2023-08-01 10:33:10 +00:00 |
|
Facundo Medica
|
60605de779
|
refactor(x/distribution)!: migrate to collections (#17115)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-07-31 08:41:22 +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 |
|
Marko
|
c23505b037
|
refactor(staking): use validator & address codecs in staking (#16958)
|
2023-07-19 11:01:32 +00:00 |
|
ruthishvitwit
|
fd7e549a3c
|
chore: enable errcheck linter (#16406)
|
2023-07-12 08:58:27 +00:00 |
|
Julien Robert
|
f3e4697195
|
feat!: simplify AppModuleBasic interface for CLI (#16890)
|
2023-07-10 13:36:22 +00:00 |
|
Julien Robert
|
8c72f66396
|
refactor!: remove types/math aliases (#16798)
|
2023-06-30 17:09:03 +00:00 |
|
Julien Robert
|
ae39e8e631
|
build(deps): use hashicorp/go-metrics instead of armon/go-metrics (#16790)
|
2023-06-30 14:21:57 +00:00 |
|
Facundo Medica
|
ec1f0c5df1
|
refactor(x/distribution): audit changes (#16785)
|
2023-06-30 13:11:53 +00:00 |
|
Jacob Gadikian
|
8d4ff7a19a
|
style: bump golangci-lint (#16667)
|
2023-06-23 12:49:34 +00:00 |
|
Jacob Gadikian
|
6afece635c
|
style: add gci linter (#16605)
|
2023-06-22 15:35:51 +00:00 |
|
testinginprod
|
43d345dc2f
|
refactor(distribution)!: use collections for ValidatorHistoricalRewards state (#16607)
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-06-22 08:47:21 +00:00 |
|
Matt Kocubinski
|
a827f42ae3
|
refactor(x/distribution): rm ref to x/gov from x/distribution (#16623)
|
2023-06-20 19:33:07 +00:00 |
|
atheeshp
|
7e0148805a
|
chore: remove x/gov dependencies in x/distr (#16587)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
|
2023-06-19 11:27:10 +00:00 |
|
Matt Kocubinski
|
f51992d0c4
|
refactor(x/distribution): rm a dependency on x/gov (#16576)
|
2023-06-16 20:16:19 +00:00 |
|