Commit Graph
11313 Commits
Author SHA1 Message Date
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
Julien Robert 6453234073 build: optimize proto-builder (#16343) 2023-05-31 07:33:26 +00:00
dependabot[bot]andgithub-actions cac7e89e1d build(deps): Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#16354)
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 06:58:33 +00:00
Matt Kocubinski 737dcfd1a2 refactor!: rm GetSignBytes (#16062) 2023-05-30 19:34:35 +00:00
Marko d1a337eb78 refactor(Store): remove abci query req and res deps from store (#16321) 2023-05-30 15:50:23 +00:00
6b37d8630e build(deps): Bump pgregory.net/rapid from 0.5.7 to 0.6.0 (#16332)
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-05-30 13:12:39 +00:00
testinginprodandunknown unknown 28178f7ca6 refactor(evidence)!: use collections for state management (#16336)
Co-authored-by: unknown unknown <unknown@unknown>
2023-05-30 11:57:10 +00:00
Marko 46c8ec8fc9 feat(core): add gas meter (#16310) 2023-05-30 10:18:54 +00:00
Facundo Medica 903d99e707 refactor(x/slashing)!: use kvStoreService, context.Context and return errors (#16246) 2023-05-30 09:45:18 +00:00
testinginprodandunknown unknown 0e34478eb7 refactor(mint)!: migrate state management to collections (#16329)
Co-authored-by: unknown unknown <unknown@unknown>
2023-05-30 09:12:45 +00:00
dependabot[bot]andgithub-actions d92c57bc73 build(deps): Bump github.com/creachadair/atomicfile from 0.3.0 to 0.3.1 in /tools/confix (#16333)
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-30 08:54:07 +00:00
Jeancarlo Barrios 62f0c6faf2 feat(autocli): add map support (#15770) 2023-05-30 03:42:54 +00:00
testinginprodandunknown unknown f358214b43 refactor(crisis)!: use collections for state management (#16328)
Co-authored-by: unknown unknown <unknown@unknown>
2023-05-29 17:12:57 +00:00
dependabot[bot] d225e428f6 build(deps): Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.2 (#16322)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-29 02:24:49 +00:00
Julien Robert 0360c3d87f docs: update streaming docs (#16311) 2023-05-26 13:47:46 +00:00
Julien Robert 60977e6dbd fix: allow any address in ValidatePromptAddress (#16312) 2023-05-26 13:35:47 +00:00
Julien Robert 3608dabf77 chore: implement feedback of automerged prs (#16308) 2023-05-26 10:42:18 +00:00
testinginprodandunknown unknown f851e188b3 refactor(distribution)!: make FeePool state use collections (#16302)
Co-authored-by: unknown unknown <unknown@unknown>
2023-05-26 09:51:37 +00:00
testinginprodandunknown unknown b62a28aac0 refactor(gov)!: finalize collections migration (#16268)
Co-authored-by: unknown unknown <unknown@unknown>
2023-05-26 09:49:12 +00:00
Jeancarlo BarriosandJulien Robert be2003e581 feat(group): add group event tally result (#16191)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-05-26 09:43:17 +00:00
testinginprodandunknown unknown 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
dependabot[bot]andgithub-actions 52ccb7bf31 build(deps): Bump github.com/cosmos/cosmos-db from 1.0.0-rc.1 to 1.0.0 (#16295)
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-26 08:18:57 +00:00
Marko 0689b9e90d fix: headerInfo time UTC() (#16291) 2023-05-26 07:40:10 +00:00
Aaron CraeliusandMatt Kocubinski 82659a7477 refactor!: deprecate sdk.Msg.GetSigners (#15284)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2023-05-25 18:35:09 +00:00
Marko b6613f9163 chore: set circuitbreaker in app.go as example (#16288) 2023-05-25 15:35:48 +00:00
Elias Naur 8e74f6be65 ci: fixup consensuswarn workflow to match ABCI changes (#16292) 2023-05-25 15:14:17 +00:00
Facundo Medica b6088abf33 fix: context and finalizeBlockReq block time (sims) (#16286) 2023-05-25 11:27:18 +00:00
dependabot[bot]andgithub-actions fac0395d8d build(deps): Bump github.com/pelletier/go-toml/v2 from 2.0.7 to 2.0.8 in /tools/hubl (#16284)
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-25 09:37:08 +00:00
533ee7a552 build(deps): Bump github.com/cometbft/cometbft from 0.38.0-alpha.1 to 0.38.0-alpha.2 (#16280)
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-05-24 23:36:25 +00:00
Aleksandr Bezobchuk 6cabb6aa57 fix: Fix x/bank Benchmarks (#16282) 2023-05-24 21:27:35 +00:00
Julien Robert cf1a573679 chore: set correct eden version number (#16281) 2023-05-24 19:58:45 +00:00
Marko 571c13ea84 refactor(bank): migrate bech32 encoding (#15567) 2023-05-24 17:03:43 +00:00
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
Julien Robert 166be3766b chore: make params module optional in app wiring (#16269) 2023-05-24 11:54:07 +00:00