Commit Graph

12432 Commits

Author SHA1 Message Date
Julien Robert
6d96e1dec3
ci: bump go to 1.22 (#19396)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-02-23 10:22:37 +00:00
dependabot[bot]
913f9f1523
build(deps): Bump cosmossdk.io/api from 0.7.2 to 0.7.3 in /depinject (#19532)
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>
2024-02-23 09:36:51 +00:00
Julien Robert
25b14c3caa
chore: prepare math v1.3.0 (#19527) 2024-02-23 07:36:35 +00:00
Likhita Polavarapu
871b91c3e7
feat(x/authz): Add env bundler to x/authz (#19490)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-02-22 20:42:49 +00:00
Julien Robert
b304cf7556
refactor!: kill basic manager (#19512) 2024-02-22 14:44:49 +00:00
dependabot[bot]
d1d3bf0620
build(deps): Bump google.golang.org/grpc from 1.61.1 to 1.62.0 (#19518)
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>
2024-02-22 14:32:10 +00:00
Julien Robert
4d5b140ad2
fix: check bugs from #19224 (#19524) 2024-02-22 13:58:23 +00:00
Adam Tucker
35fe6c4ccd
fix: in-place-testnet edgecases (#19516) 2024-02-22 13:21:58 +00:00
dependabot[bot]
40e7a30903
build(deps): Bump github.com/cosmos/cosmos-sdk from 0.50.4-0.20240118210941-3897926e722e to 0.50.4 in /tools/hubl (#19521)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-22 09:46:38 +00:00
dependabot[bot]
541df89f2b
build(deps): Bump github.com/cosmos/cosmos-sdk from 0.50.1 to 0.50.4 in /tools/cosmovisor (#19504)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-02-21 09:58:59 +00:00
dependabot[bot]
54765572e0
build(deps): Bump cosmossdk.io/api from 0.7.2 to 0.7.3 in /orm (#19505)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-21 09:50:04 +00:00
testinginprod
e846eca366
refactor(auth): refactor auth/tx to use x/tx (#19224)
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-02-21 09:36:21 +00:00
Julien Robert
0cf0c285ea
refactor(proto): host module proto files within modules (#18758) 2024-02-20 23:17:13 +00:00
Dev Ojha
8cb798d7bf
perf!: Make slashing not write sign info every block (#19458)
Co-authored-by: Adam Tucker <adamleetucker@outlook.com>
2024-02-20 16:51:02 +00:00
Joowon Yun
adc0f75f62
fix(x/staking): dust share (#18841)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-02-20 16:40:17 +00:00
Marko
52106a66cb
refactor(feegrant): migrate to use env var (#19450) 2024-02-20 15:03:22 +00:00
Likhita Polavarapu
b050ec2f3f
feat(x/group): Add env bundler to group module (#19489) 2024-02-20 10:24:32 +00:00
Likhita Polavarapu
b0db3ea299
feat(x/consensus): Add env bundler to x/consensus module (#19488) 2024-02-20 10:08:56 +00:00
Marko
8acade49db
refactor(evidence): migrate to env var (#19482) 2024-02-20 09:48:32 +00:00
Marko
f5a3bfb058
refactor(bank): migrate to use env var (#19477) 2024-02-20 09:21:18 +00:00
dependabot[bot]
be62ad510c
build(deps): Bump github.com/cosmos/cosmos-sdk from 0.46.0-beta2.0.20230614103911-b3da8bb4e801 to 0.50.4 in /tools/confix (#19486)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-02-20 09:20:35 +00:00
Julien Robert
c05850241e
fix(x/auth/vesting): Add BlockedAddr check in CreatePeriodicVestingAccount (#19480) 2024-02-19 21:31:10 +00:00
Marko
c8836248d1
refactor(auth): migrate to use env (#19476) 2024-02-19 21:09:11 +00:00
Dev Ojha
72eae6dc50
perf(math): Use Dec Bigintmut API (#19479) 2024-02-19 16:45:59 +00:00
øllie
52cca5f59f
docs: Update Discord Link to new Vanity URL (#19478) 2024-02-19 14:36:51 +00:00
Dev Ojha
4db9838ae6
perf: Remove an extra heap allocation from NewLegacyDec (#19466)
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-02-19 09:15:57 +00:00
dependabot[bot]
b098abfcac
build(deps): Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.3 to 1.0.0-beta.4 (#19470)
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>
2024-02-19 09:04:28 +00:00
Hwangjae Lee
c01db814b9
docs: fixed typo in client/broadcast.go (#19469)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
2024-02-19 08:50:21 +00:00
Dev Ojha
0f113520f9
perf: Remove unneeded cmp in Ceil and marshalTo (#19467) 2024-02-19 08:21:47 +00:00
Hwangjae Lee
16b19638ef
refactor(client): removed unused function (#19468)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
2024-02-19 08:12:10 +00:00
Julien Robert
a79f932ecf
chore(proto): do not use draft commit (#19453) 2024-02-16 18:24:17 +00:00
Julien Robert
43df8d8245
refactor(proto): use buf registry for cometbft protos (#19366) 2024-02-16 16:17:11 +00:00
dependabot[bot]
74dfab2684
build(deps): Bump github.com/prometheus/common from 0.46.0 to 0.47.0 (#19449)
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>
2024-02-16 08:38:09 +00:00
Marko
509eec6c70
refactor(x/upgrade): migrate upgrade to env var (#19443) 2024-02-15 16:29:23 +00:00
Likhita Polavarapu
c25ef03e8a
feat(x/accounts): add env bundler to accounts module (#19418)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-02-15 16:25:23 +00:00
Marko
3ecae08cfa
chore(auth): add changelog for baseaccount creation (#19441) 2024-02-15 12:34:40 +00:00
testinginprod
4a88a58e1b
refactor(accounts): Remove UserOperation in favour of using Tx for abstracted accounts (#19395) 2024-02-15 12:24:33 +00:00
Marko
e46d526b46
refactor(x/slashing): migrate slashing to use env var (#19440) 2024-02-15 09:42:51 +00:00
samricotta
3a23f2b99c
feat(x/protocolpool): add env bundler to protocolpool module (#19420)
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-02-14 23:33:20 +00:00
Marko
2dafb8780c
refactor(x/staking): migrate to use env (#19414)
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-02-14 23:11:06 +00:00
Julien Robert
f6d970d52f
refactor(x/group): use core migrations api (#19423)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-02-14 18:26:52 +00:00
dependabot[bot]
01bad3ebb6
build(deps): Bump google.golang.org/grpc from 1.61.0 to 1.61.1 (#19425)
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>
2024-02-14 10:15:51 +00:00
samricotta
33868606a8
feat(mint): add env bundler to mint module (#19398)
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-02-13 23:17:13 +00:00
cool-developer
8fb9ca87b2
feat(store/v2): remove the pruning manager (#19411)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-02-13 21:17:19 +00:00
cool-developer
92eb6de6e3
feat(store/v2): Implement State Migration (#19327)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-02-13 17:26:16 +00:00
zoereco
3461c64afb
test(x/gov): add case test for MsgVoteWeighted (#19403) 2024-02-13 15:07:36 +00:00
Facundo Medica
c57dde2f34
feat!: migrate x/group to store service (#19410) 2024-02-13 13:51:26 +00:00
Marko
869c96c403
refactor(bank, feegrant, authz): avoid creating baseaccount (#19188)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-02-13 12:52:06 +00:00
Likhita Polavarapu
26d30f2111
docs: Update documentation specifying the behaviour of CancelUnbondingDelegation on jailed validators (#19415) 2024-02-13 12:43:36 +00:00
Cosmos SDK
8c002c6249
chore: fix spelling errors (#19408)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-02-12 21:48:52 +00:00