Commit Graph
11396 Commits
Author SHA1 Message Date
mergify[bot]andJulien Robert 9b1d32b78d docs: add explaination on how to change home folder globaly (backport #16620) (#16622)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-20 17:44:11 +02:00
e9ba371ef2 feat(client): add positional optional to client v2 (backport #16316) (#16615)
Co-authored-by: Jeancarlo Barrios <JeancarloBarrios@users.noreply.github.com>
Co-authored-by: Jeancarlo <jeancarlobarrios@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-20 17:19:55 +02:00
1fb9c870c9 fix!: Ensure Handler Exists for Messages (backport #16613) (#16614)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-19 22:25:03 +00:00
mergify[bot]andMarko c5bda905ac chore: audit crisis changes (backport #16609) (#16612)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-06-19 21:17:13 +00:00
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
mergify[bot]andAleksandr Bezobchuk c06d8d7bef feat: add dummy VE handler to simapp (backport #16595) (#16597)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-06-16 22:42:13 +02:00
mergify[bot]andJeancarlo Barrios feab9b6380 feat(x/distribution): add autocli config query (backport #16218) (#16594)
Co-authored-by: Jeancarlo Barrios <JeancarloBarrios@users.noreply.github.com>
2023-06-16 16:21:15 +02:00
ae3e30a715 fix(x/auth): ensure nil .BaseAccounts are reported in ModuleAccount.Validate (backport #16554) (#16568)
Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-15 12:54:23 +02:00
mergify[bot]andMarko e0dd83ffed chore: set headerinfo where needed in baseapp (backport #16542) (#16546)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-06-14 15:51:53 +00:00
mergify[bot]andJulien Robert 5c3139be4b chore: clean-up all replaces and add tagging process (backport #16528) (#16539)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-14 12:31:23 +00:00
mergify[bot]andJulien Robert 8f77ce5068 feat: make checksum optional in upgrade validation (backport #16511) (#16532)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-13 17:19:39 +00:00
mergify[bot]andJulien Robert 8c43cd7b73 chore: remove github.com/cosmos/cosmos-sdk/db from sdk deps (backport #16527) (#16529)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-13 15:10:25 +00:00
26d2907f57 build(deps): Bump github.com/cockroachdb/errors from 1.9.1 to 1.10.0 (backport #16516) (#16518)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-13 12:37:36 +00:00
e5d9bb5475 chore: finish removing all exported *SortJSON usages (backport #16497) (#16502)
Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-12 15:19:42 +02:00
mergify[bot] 9d80495901 chore: finish TODO of removing defunct sortJSON (backport #16401) (#16489) 2023-06-10 12:33:04 +02:00
mergify[bot]andJulien Robert e73d5c6cba chore: improve v0.50-alpha.0 changelog (backport #16480) (#16486)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-09 16:43:02 +00:00
mergify[bot]andMarko 40204f63d2 chore: changelog & upgrading documentation for ABCI++ (backport #16315) (#16482)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-06-09 13:14:29 +02:00
mergify[bot]andChill Validation 2100a73dce fix: StateSync Restore by excluding memory store (backport #16449) (#16451)
Co-authored-by: Chill Validation <92176880+chillyvee@users.noreply.github.com>
2023-06-07 23:28:47 +00:00
Julien Robert 4eea902c54 chore: prepare v0.50 alpha (#16446) 2023-06-08 01:07:33 +02:00
mergify[bot]andJeancarlo Barrios 77233670c8 feat(x/feegrant): feegrant autcli module query (backport #16213) (#16448)
Co-authored-by: Jeancarlo Barrios <JeancarloBarrios@users.noreply.github.com>
2023-06-07 21:31:19 +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
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
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 KocubinskiandAaron Craelius 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]andgithub-actions 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 Bearandmarbar3778 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]andgithub-actions 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
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
Facundo Medica b3c4e1556a feat: enable sign mode textual by default (#15970) 2023-06-01 14:05:51 +00:00
Julien Robert 0bded0d195 fix: do not overwrite comet config when set in InterceptConfigsPreRunHandler (#16395) 2023-06-01 11:21:28 +00:00
dependabot[bot]andgithub-actions b54bc7b2d4 build(deps): Bump pgregory.net/rapid from 0.6.0 to 0.6.1 (#16397)
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-01 07:00:38 +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
Emmanuel T Odeke 2208693d35 feat: x/tx/signing/aminojson: Marshal sort fields (#16254) 2023-05-31 13:45:45 +00:00
Matt KocubinskiandMarko 6e274aea4d build(deps): update to cosmossdk.io/api v0.4.2 (#16341)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-05-31 13:30:53 +00:00
Julien Robert 89b10094a2 docs: move around upgrade docs (#16339) 2023-05-31 10:49:36 +00:00
Julien Robert 83d5475cdf chore: remove buf warning (#16361) 2023-05-31 10:31:01 +00:00
dependabot[bot]andgithub-actions 13b3038dd9 build(deps): Bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#16345)
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-05-31 09:09:01 +00:00