Commit Graph

43 Commits

Author SHA1 Message Date
mergify[bot]
878e00a9bb
docs: update mm docs (backport #17595) (#17601)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-31 20:19:21 +02:00
mergify[bot]
013889de23
refactor: introduce abciGenesis interface (backport #17554) (#17575)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-08-31 13:05:57 +02:00
Julien Robert
b7d9d4c8a9
revert: Revert RunMigrationBeginBlock addition in v0.50 (#17450) 2023-08-18 20:48:38 +00:00
mergify[bot]
6a5adc4a81
refactor: move UpgradeModule interface to appmodule and fix mocks (backport #17383) (#17409)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-16 16:58:11 +02:00
mergify[bot]
7407866317
feat(client,simapp): inject keyring in autocli opts (backport #17351) (#17382)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-14 14:44:58 +00:00
mergify[bot]
53398b5183
fix(types): check mm endblocker assertion for core api and abci (backport #17371) (#17377) 2023-08-12 19:59:10 +02:00
mergify[bot]
27f5db221a
fix: Add MigrationModuleManager to handle migration of upgrade module before other modules (backport #16583) (#17370) 2023-08-12 10:29:01 +02:00
mergify[bot]
2f6573aef9
refactor(types)!: remove handler and update docs (backport #17358) (#17366)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-11 12:29:42 +00:00
mergify[bot]
6861a06332
refactor(client/v2): refactor of flags (backport #17306) (#17309)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-07 16:20:24 +02:00
mergify[bot]
81ff4dae91
docs: Amend usage of sdk.Context (backport #17239) (#17292)
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
2023-08-04 17:26:46 +00:00
mergify[bot]
ee5b2e3afc
docs: fix app.toml links (backport #17264) (#17265) 2023-08-02 19:14:22 +02:00
mergify[bot]
dea7694a14
docs: improve usage of :::note (backport #17132) (#17133)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-26 11:02:22 +02:00
mergify[bot]
5f608b6e94
feat(client/v2): combine autocli and custom cmd within a module (backport #17088) (#17131)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-25 21:54:41 +00:00
mergify[bot]
df8ba7e8ac
feat!: simplify AppModuleBasic interface for CLI (backport #16890) (#16904)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-10 14:11:53 +00:00
mergify[bot]
d805e631e4
refactor: use appmodule.AppModule in integration helpers (backport #16755) (#16756)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-29 11:01:43 +00:00
mergify[bot]
6f2c021d97
docs: update for 0.38 (backport #16501) (#16719)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-06-27 14:52:31 +02:00
Marko
d31f2964b0
feat!: Define Genesis state transition (#15999) 2023-05-03 08:58:58 +00:00
Marko
678ee79264
chore: move precommit & preparecheckstate to core api (#15923) 2023-05-02 07:17:00 +00:00
Julien Robert
07daf15e49
docs: fix spec link (#15991) 2023-04-29 14:04:47 +00:00
Julien Robert
ebcad58468
fix(autocli): fix simapp enhancing (#15906) 2023-04-25 14:08:02 +00:00
Bryce Neal
93d64cc6fe
feat: Add PrepareCheckState and Precommit callbacks (#14860)
Co-authored-by: dydxwill <119354122+dydxwill@users.noreply.github.com>
2023-04-23 16:04:36 +00:00
Julien Robert
aa683247d5
docs(depinject): explain need appmodule.Module interface (#15880) 2023-04-19 07:41:31 +00:00
Marko
8d6c23faa4
feat: add endblocker with valsetupdate type (#15829) 2023-04-14 09:41:29 +00:00
Julien Robert
117a4268df
docs: render orm and collections in docs (#15736) 2023-04-08 10:18:14 +00:00
Julien Robert
31c084f9f9
docs: update docs and UPGRADING.md on facultative ValidateBasic (#15743)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-04-08 10:14:55 +00:00
Julien Robert
aeaa301506
feat: integration test helpers (#15556) 2023-03-31 18:02:15 +00:00
cipherZ
825245db1b
docs: replace Tendermint references in docs with CometBFT (#15339)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-03-14 20:41:35 +01:00
Julien Robert
a392bae9b8
docs: fix ordering (#15387) 2023-03-14 14:00:19 +01:00
samricotta
3513c5dfc2
docs: create autocli documentation (#15353)
Closes: [#15351 ](https://github.com/cosmos/cosmos-sdk/issues/15351)

Adds autocli documentation and achieves the following:

- [x] Add a guide as to how to implement
- [x] Examples
- [x] Explanation of the issue it resolves

---

### 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-03-14 12:14:11 +00:00
Marko
ccdd07ff7d
refactor: remove capability module (#15344) 2023-03-10 12:59:10 +00:00
Julien Robert
8dbdfea9ef
refactor: remove .Type() and .Route() from msgs (#14751) 2023-01-24 17:03:06 +00:00
Julien Robert
e4c0788bf2
docs: update docs links to v0.47 (#14572) 2023-01-12 11:57:53 +00:00
Jacob Gadikian
679c5d6086
chore: run markdownlint on the whole repository (#14106) 2022-11-30 19:51:26 +00:00
Julien Robert
3bb2779574
chore: rename app_legacy & add sims for 0.47 (#13950)
* docs: rename `app_legacy`

* add sims for 0.47

* update concurrency group

Co-authored-by: Marko <marbar3778@yahoo.com>
2022-11-21 18:11:37 +00:00
Adam Moser
385bff589d
docs: relocate abci.go in docs/building-modules (#13934) 2022-11-20 16:05:28 +01:00
Aaron Craelius
ec27c5384b
refactor!: migrate to core appmodule.AppModule extension interfaces (#13794) 2022-11-14 21:23:55 +00:00
Julien Robert
c85447cdb9
docs: add documentation about depinject and app wiring (#13683) 2022-11-07 19:19:07 +00:00
Julien Robert
d2e4154298
docs: update spec structure (#13768) 2022-11-04 14:55:04 +00:00
Julien Robert
c303d7f341
chore: small improvements (#13672)
* ci: update buf

* add recommended vscode extension

* update gh username

* follow-up #13613

* add more sugestions

* remove atlas github action
2022-10-26 22:47:28 +00:00
atheeshp
8848f2cff1
docs: deterministic query tests (#13613)
* docs: deterministic tests

Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2022-10-26 21:15:46 +02:00
dependabot[bot]
85fe39077e
build(deps): Bump postcss-import from 14.1.0 to 15.0.0 in /docs (#13505)
* build(deps): Bump postcss-import from 14.1.0 to 15.0.0 in /docs

Bumps [postcss-import](https://github.com/postcss/postcss-import) from 14.1.0 to 15.0.0.
- [Release notes](https://github.com/postcss/postcss-import/releases)
- [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-import/compare/14.1.0...15.0.0)

---
updated-dependencies:
- dependency-name: postcss-import
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* improve jobs

* updates

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-10-11 23:08:43 +02:00
Julien Robert
214b11dcba
feat: add github links in docs (#13491)
* feat: add github links in docs

* apply proto theme

* fix toc
2022-10-10 20:02:32 +02:00
Julien Robert
a74989ddf4
feat: migrate to docusaurus (#13471) 2022-10-10 14:01:53 +00:00