Commit Graph
10566 Commits
Author SHA1 Message Date
dependabot[bot]andgithub-actions e03195e4b8 build(deps): Bump cosmossdk.io/math from 1.0.0-beta.5 to 1.0.0-beta.6 (#14918)
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-02-06 09:21:47 +00:00
Marko 8cf814fb8c refactor: moving value codecs to a single place (#14912) 2023-02-06 09:38:20 +01:00
Julien Robert 41a3dfeced refactor!: migrate Cosmos SDK to CometBFT (#14897) 2023-02-05 14:51:33 +01:00
Julien Robert 6978710699 refactor: migrate store and api to CometBFT (#14899) 2023-02-04 14:53:15 +01:00
Marko 7c50238af0 refactor: modify interface to match comets (#14904) 2023-02-04 11:04:49 +00:00
Marko bcbe6e835f docs: add Q1 roadmap (#14898)
## Description

Would love to hear feedback on if people are open to this format or would like to see another format. 

---

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*

I have...

- [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] added `!` to the type prefix if API or client breaking change
- [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/building-modules)
- [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
- [ ] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [ ] updated the relevant documentation or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed 
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
2023-02-04 09:48:38 +00:00
Sylvain BellemareandAleksandr Bezobchuk c9ba06bf77 docs: fix typo (#14905)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-02-03 23:59:53 +00:00
Marko 8f5efdc028 chore: remove tm/math from sdk (#14901) 2023-02-04 00:06:08 +01:00
Julien RobertandMarko 2c67b11220 fix: fix sims (#14895)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-02-03 12:28:34 +00:00
Julien Robert 307647417e build: clean-up replaces (#14896) 2023-02-03 11:50:35 +00:00
atheeshpandLikhita Polavarapu a2797c8cd4 feat: add query groups in x/group (#14879)
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2023-02-03 10:00:46 +00:00
bdf4c76daf feat(collections): indexes for IndexedMap (#14706)
Co-authored-by: testinginprod <testinginprod@somewhere.idk>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2023-02-03 09:23:49 +00:00
Julien Robert 4251905d56 feat!: upstream expedited proposals (#14720) 2023-02-03 00:25:28 +01:00
Julien Robert b3724f1a0d refactor: make cosmovisor depend on x/upgrade only (#14881) 2023-02-02 22:16:41 +00:00
Julien Robert 12394c8b99 fix: allow grpc server enabled even when api off (#14890) 2023-02-02 20:34:46 +01:00
Julián Toledano 79f51403a9 test: fix test-rosetta (#14888) 2023-02-02 16:14:44 +00:00
Amaury 45624191ee refactor(textual): Use Title/Content instead of Text (#14730) 2023-02-02 14:22:51 +00:00
Julien Robert 5ec3d2b875 feat!: use gov v1 proposals in upgrade cli (#14880) 2023-02-02 13:55:48 +01:00
dependabot[bot] f926631d04 build(deps): Bump http-cache-semantics from 4.1.0 to 4.1.1 in /docs (#14884)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 13:01:55 +01:00
Julien Robert f719cd32ad refactor: remove upgrade as dependency of the SDK (#14882) 2023-02-02 11:51:11 +00:00
Julien Robert eb86b68cae chore: add iavl-lazy-loading in standalone confix (#14876) 2023-02-02 11:35:18 +01:00
MarkoandJulien Robert 6b256ce7c0 refactor: add logger package (#14872)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-02-01 23:42:15 +00:00
Marko e167643d6e chore: fix action (#14874) 2023-02-01 21:12:32 +01:00
Marko 201248e436 chore: add triage label (#14869) 2023-02-01 20:48:30 +01:00
Facundo MedicaandAleksandr Bezobchuk 21021b8378 feat: Implement BeginBlock EndBlock for Core API modules (#14819)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-02-01 14:20:39 +00:00
Marko 811f12edb0 chore: change lock to Rlock (#14867) 2023-02-01 12:40:34 +01:00
samricotta d2e23d0ff3 docs: update baseapp docs (part 2/2) (#14790)
## Description

 

- [x] Update baseapp documentation and add mention of ProcessProposal
- [x] Update baseapp documentation and add mention of PrepareProposal
- [x] Update diagrams using draw.io (and save the diagrams in the png for future easy modification)
- [x] Ensure there is no duplicate explanation between https://docs.cosmos.network/main/core/baseapp vs https://docs.cosmos.network/main/building-apps/app-mempool (where the later should focus more on the app customization)

---

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*

I have...

- [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] added `!` to the type prefix if API or client breaking change
- [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/building-modules)
- [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
- [ ] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [ ] updated the relevant documentation or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed 
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
2023-02-01 10:26:11 +00:00
yihuangandMarko b266522c88 feat: add config iavl-lazy-loading to enable lazy loading of iavl store (#14189)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-01-31 21:52:32 +00:00
Matt Kocubinski 72db75bffe feat: add rapidproto generator (#14849) 2023-01-31 21:26:10 +00:00
Facundo Medica deeb4bd362 feat!: return errors in module manager ABCI methods (#14847) 2023-01-31 19:17:04 +00:00
Julien Robert 8eec98dcc5 deps: bump tooling to v0.47.0-rc2 (#14854) 2023-01-31 18:36:03 +01:00
dependabot[bot] dd32047cc3 build(deps): Bump docker/build-push-action from 3 to 4 (#14856)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-31 17:25:43 +01:00
f211bd8652 build(deps): Bump @docusaurus/core from 2.2.0 to 2.3.0 in /docs (#14841)
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-01-31 14:15:26 +00:00
Amaury 6a441f3df8 docs: Require correct gogo import paths (#14852) 2023-01-31 14:04:09 +01:00
Amaury d0a5bd1a05 fix(reflection): Fix gogoproto import paths (#14838) 2023-01-31 11:12:52 +00:00
Aaron Craelius 62496d4ac3 feat(orm): support orm appconfig module (#14824) 2023-01-31 09:44:11 +00:00
khanh-notional 40ca1550da chore: Add check for uneven stores' height (#14410) 2023-01-31 01:54:29 +00:00
MarkoandAmaury 54a14487e9 feature: add feature files for circuit (#14666)
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2023-01-30 18:58:47 +00:00
dependabot[bot]andgithub-actions 9de95bb82c build(deps): Bump github.com/creachadair/atomicfile from 0.2.7 to 0.2.8 in /tools/confix (#14844)
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-01-30 16:42:16 +00:00
dependabot[bot]andJulien Robert 19254d73e9 build(deps): Bump bufbuild/buf-setup-action from 1.13.0 to 1.13.1 (#14840)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-01-30 16:10:48 +00:00
Marko 19428c3dbe feat: logger interface (#14829) 2023-01-30 09:49:11 -05:00
Devon Bear 1b6e683180 impr(cachekv): Move check outside lock. (#14831) 2023-01-30 11:48:57 +01:00
Julien Robert 5f08a5c9b0 fix: fix sims (#14827) 2023-01-28 19:59:42 +01:00
Aaron Craelius 0e72787862 docs(orm): add README (#14821) 2023-01-28 11:08:30 +00:00
Julien Robert d3c3194185 fix: add simulation tests for new param change (#14728) 2023-01-27 20:44:39 +00:00
Aaron Craelius 1ad8e86d1d feat(depinject): send logging to file instead of stderr (#14825) 2023-01-27 21:10:55 +01:00
dependabot[bot]andgithub-actions 67fed3d405 build(deps): Bump github.com/rs/zerolog from 1.28.0 to 1.29.0 (#14815)
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-01-27 17:37:13 +00:00
aceadb0b7e feat: support core API genesis in module manager (#14582)
Co-authored-by: Facundo Medica <facundomedica@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-01-27 17:14:56 +00:00
dependabot[bot]andJulien Robert 8ab4389906 build(deps): Bump bufbuild/buf-setup-action from 1.12.0 to 1.13.0 (#14805)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-01-27 16:06:15 +00:00
dependabot[bot]andgithub-actions 2c61d7896a build(deps): Bump cosmossdk.io/core from 0.5.0 to 0.5.1 (#14811)
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-01-27 16:37:30 +01:00