testinginprod
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
Matt Kocubinski
1363a02da0
refactor: remove cyclic authz dependencies ( #16509 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-06-13 18:30:22 +00:00
Julien Robert
62709adcc7
feat: make checksum optional in upgrade validation ( #16511 )
2023-06-13 16:32:32 +00:00
Julien Robert
ad1c5794dc
feat(hubl): add version command ( #16530 )
2023-06-13 15:13:07 +00:00
Marko
a6bf0ab23d
chore: add QA issue template ( #16510 )
2023-06-13 14:01:34 +00:00
Julien Robert
afe571f5b6
chore: remove github.com/cosmos/cosmos-sdk/db from sdk deps ( #16527 )
2023-06-13 13:51:02 +00:00
dependabot[bot]
b1fd8cf261
build(deps): Bump golang.org/x/crypto from 0.9.0 to 0.10.0 ( #16526 )
...
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-06-13 12:55:40 +00:00
Emmanuel T Odeke
4333c88417
test: x/tx/signing/textual: fuzz BytesValueRenderer ( #16520 )
2023-06-13 11:44:27 +00:00
Julien Robert
52841686c2
feat(hubl): support output flag ( #16524 )
2023-06-13 11:44:21 +00:00
Emmanuel T Odeke
85a1230f35
test: types/bech32: fuzz ConvertAndEncode ( #16523 )
2023-06-13 11:25:24 +00:00
dependabot[bot]
1b9c500180
build(deps): Bump pgregory.net/rapid from 0.7.1 to 1.0.0 ( #16515 )
...
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-06-13 08:41:58 +00:00
dependabot[bot]
eba06fd862
build(deps): Bump github.com/cockroachdb/errors from 1.9.1 to 1.10.0 ( #16516 )
...
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-06-13 08:15:46 +00:00
dependabot[bot]
bafe5040f2
build(deps): Bump pgregory.net/rapid from 0.6.2 to 0.7.1 ( #16495 )
...
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>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-12 15:49:26 +00:00
Marko
65ed869e39
refactor(consensus): remove gov from consensus ( #16500 )
2023-06-12 13:09:38 +00:00
Emmanuel T Odeke
f5a596c88b
chore: finish removing all exported *SortJSON usages ( #16497 )
2023-06-12 12:10:36 +00:00
Emmanuel T Odeke
3db9528efb
chore: finish TODO of removing defunct sortJSON ( #16401 )
2023-06-10 08:49:11 +00:00
Julien Robert
4ad71e570d
chore: add v047.3 and v0.46.13 changelog to main ( #16480 )
2023-06-09 16:09:55 +00:00
dependabot[bot]
d96411e077
build(deps): Bump github.com/bits-and-blooms/bitset from 1.7.0 to 1.8.0 ( #16478 )
...
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>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-09 15:46:22 +00:00
Elias Naur
207789f705
refactor: allocate less in types.Coins.safeAdd and types.DecCoins.safeAdd ( #16477 )
2023-06-09 13:46:32 +00:00
Marko
9769e2404e
chore: changelog & upgrading documentation for ABCI++ ( #16315 )
...
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-09 11:06:44 +00:00
testinginprod
2d1d68d3fd
refactor(distribution)!: use collections for ValidatorCurrentRewards ( #16459 )
...
Co-authored-by: unknown unknown <unknown@unknown>
2023-06-09 09:19:37 +00:00
Julien Robert
bf8053cdfc
chore: fix concurrency group sims and math changelog ( #16462 )
2023-06-08 20:04:22 +00:00
Emmanuel T Odeke
9b9e319d1a
perf: math: make Int.Size() faster by computation not len(MarshalledBytes) ( #16263 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-06-08 15:15:52 +00:00
testinginprod
5235593e72
refactor(distribution)!: use collections for DelegatorWithdrawAddress state management. ( #16440 )
...
Co-authored-by: unknown unknown <unknown@unknown>
2023-06-08 10:18:04 +00:00
dependabot[bot]
d7944977e8
build(deps): Bump github.com/cosmos/cosmos-sdk from 0.46.0-beta2.0.20230607190716-2877190997a2 to 0.50.0-alpha.0 in /tools/hubl ( #16454 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 08:46:48 +00:00
Chill Validation
d1e685b4db
fix: StateSync Restore by excluding memory store ( #16449 )
2023-06-07 23:13:23 +00:00
Julien Robert
72531d2036
chore: configure release/v0.50.x branch ( #16447 )
2023-06-07 23:08:34 +00:00
Jeancarlo Barrios
c80d64e350
feat(x/feegrant): feegrant autcli module query ( #16213 )
2023-06-07 21:15:33 +00:00
Julien Robert
d0e1a9be4e
build: remove replaces in modules before 0.50 alpha ( #16445 )
2023-06-07 20:11:27 +00:00
Julien Robert
cfeb10287d
chore: prepare core,tx,collections changelogs and update mergify config for v0.5 ( #16442 )
2023-06-07 18:27:57 +00:00
Matt Kocubinski
393af6c645
refactor(x/auth): clean up signing init code for reusability ( #16433 )
2023-06-07 14:54:38 +00:00
Likhita Polavarapu
82adcea791
test: deduplicate e2e tests ( #16356 )
2023-06-07 12:08:52 +00:00
Facundo Medica
7f44ecb936
refactor(x/circuit)!: Use collections, KVStoreService, and context.Context ( #16415 )
2023-06-07 12:06:30 +00:00
dependabot[bot]
8ced14d6fa
build(deps): Bump github.com/cometbft/cometbft from 0.38.0-alpha.2 to 0.38.0-rc1 ( #16434 )
...
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>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-06 22:03:06 +00:00
cool-developer
3e18f4088b
feat: update store module for new iavl ( #15568 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-06-06 19:08:35 +00: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
Julien Robert
daaffb8495
docs: improve upgrading.md and changelog ( #16429 )
2023-06-06 14:09:41 +00:00
dependabot[bot]
a37de66ecd
build(deps): Bump bufbuild/buf-setup-action from 1.20.0 to 1.21.0 ( #16424 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-06 11:17:54 +00:00
dependabot[bot]
2bfbade491
build(deps): Bump postcss from 8.4.23 to 8.4.24 in /docs ( #16421 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-05 17:50:12 +00:00
Julien Robert
c91ad30f77
feat(cosmovisor): add add-upgrade command ( #16413 )
2023-06-05 15:46:34 +00:00
Vitalis Salis
0f1bfea1ab
docs(gov): Voting period can be more than unbonding period ( #16419 )
2023-06-05 15:22:12 +00:00
Facundo Medica
bbab968ee2
refactor(x/upgrade)!: use KVStoreService and context.Context ( #16227 )
2023-06-05 13:38:31 +00:00
dependabot[bot]
5089313a0a
build(deps): Bump pgregory.net/rapid from 0.6.1 to 0.6.2 in /tests ( #16417 )
...
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-06-05 10:11:27 +00:00
Devon Bear
95178ce036
feat(genutil): Add module account at genesis. ( #16046 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-06-03 14:35:50 +00:00
dependabot[bot]
0246ee1713
build(deps): Bump github.com/hashicorp/go-plugin from 1.4.9 to 1.4.10 in /store ( #16412 )
...
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-06-02 17:25:44 +00:00
Marko
efdc955ad9
chore: change prepare and process proposal to be NoOps by default ( #16407 )
...
Co-authored-by: Sergio Mena <sergio@informal.systems>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-06-02 14:46:47 +00:00
Julien Robert
b590b09107
chore: small snapshot commands & docs improvement ( #16404 )
2023-06-02 12:02:08 +00:00
Julien Robert
ce41e481d8
ci: fix consensuswarn always failing ( #16405 )
2023-06-02 10:57:03 +00:00