Aaron Craelius
2928fa4e1c
docs: add ADR 054 semver compatible SDK modules ( #11802 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
2023-03-08 11:25:45 -05:00
Julien Robert
0141817fca
docs: add swagger ui in docs ( #15241 )
2023-03-02 12:40:26 +00:00
dependabot[bot]
16abb56b51
build(deps): Bump tailwindcss from 3.2.6 to 3.2.7 in /docs ( #15091 )
2023-02-20 19:32:57 +01:00
Facundo Medica
4a6a1e3cb8
refactor: fix lint issues + gofumpt ( #15062 )
2023-02-19 10:31:49 +00:00
dependabot[bot]
a6f640442f
build(deps): Bump tailwindcss from 3.2.4 to 3.2.6 in /docs ( #15013 )
2023-02-13 19:58:24 +01:00
Amaury
833ca9f0f1
chore: Clean-ups after Textual Title/Content PR ( #14973 )
2023-02-09 13:18:44 +00:00
dependabot[bot]
c2927007c4
build(deps): Bump @sideway/formula from 3.0.0 to 3.0.1 in /docs ( #14968 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 10:09:42 +01:00
Julien Robert
c17c3caab8
refactor: rename commands to match consensus engine name ( #14956 )
2023-02-08 20:09:28 +00:00
Julien Robert
364d3af5e7
ci: update release slack channel and algolia api key ( #14942 )
2023-02-07 09:24:13 -05:00
atheeshp
d39c5f334b
docs: refactor typescript pseudocode to golang ( #14939 )
2023-02-07 06:11:36 -05:00
dependabot[bot]
1d2b805aca
build(deps): Bump docusaurus from 2.3.0 to 2.3.1 in /docs (and go mod tidy) ( #14927 )
...
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 19:41:09 +00:00
Julien Robert
80dd55f79b
refactor: rename to CometBFT ( #14914 )
2023-02-06 18:11:14 +00:00
Amaury
45624191ee
refactor(textual): Use Title/Content instead of Text ( #14730 )
2023-02-02 14:22:51 +00: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
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
dependabot[bot]
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
Aaron Craelius
ba5e8cb3ad
docs: add ADR 063: core API ADR + update app wiring ADR ( #12972 )
2023-01-27 07:52:53 +00:00
dependabot[bot]
af4f4d3409
build(deps): Bump ua-parser-js from 0.7.32 to 0.7.33 in /docs ( #14767 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-25 14:57:13 +01:00
Julien Robert
8dbdfea9ef
refactor: remove .Type() and .Route() from msgs ( #14751 )
2023-01-24 17:03:06 +00:00
Julien Robert
98888e4ee7
chore: add tooling and docs for hubl ( #14743 )
...
Co-authored-by: Aaron Craelius <aaron@regen.network>
2023-01-23 22:12:22 +01:00
Julien Robert
fdaafa0f1e
docs: update baseapp docs (part 1/2) ( #14596 )
...
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
Co-authored-by: Sam Ricotta <samanthalricotta@gmail.com>
2023-01-23 12:31:41 -05:00
Marko
60814912eb
chore: add docs on 0 height ( #14723 )
2023-01-23 11:46:06 +01:00
omahs
c37ebbc6cb
docs: fix typos ( #14708 )
2023-01-20 12:30:40 +01:00
Robert Zaremba
fd3bac0bda
chore: simplify ADR-028 and address.Module ( #14017 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-01-16 13:49:04 +00:00
Manuel Bravo
b17f65d152
docs: inter-block cache specification ( #14370 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-01-16 11:34:11 +00:00
Julien Robert
ebcb634c1d
docs: add small disclaimer about go version ( #14627 )
2023-01-16 10:15:16 +01:00
cipherZ
9d7a832a38
docs: added fixes to the node interaction docs ( #14602 )
2023-01-12 21:05:44 +00:00
Amaury
66fa90292c
refactor(textual): Hash bytes when len >35 ( #14598 )
2023-01-12 18:30:43 +01:00
Amaury
305053136a
refactor: Improve textual's API ( #14595 )
2023-01-12 16:00:55 +00:00
Marko
5e7b744592
chore: add alternative adr section ( #14594 )
2023-01-12 15:26:55 +01:00
Julien Robert
e4c0788bf2
docs: update docs links to v0.47 ( #14572 )
2023-01-12 11:57:53 +00:00
Federico Kunze Küllmer
551e8f9eb9
feat(app): Update post handlers to incorporate the runMsg success bool ( #13940 )
...
Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com>
Co-authored-by: Vladislav Varadinov <vladislav.varadinov@gmail.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2023-01-12 09:37:29 +00:00
Amaury
d5bcfb3f3e
feat(textual): Add Tx envelope Value Renderer ( #13600 )
2023-01-11 12:25:13 +00:00
Julián Toledano
f9cc31fd6a
docs: new key type for keyring ( #14573 )
...
Closes https://github.com/cosmos/cosmos-sdk/issues/6500
2023-01-11 09:21:46 +00:00
JayT106
e6b849ade5
feat(mempool): priority nonce mempool option with tx replacement ( #14484 )
...
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2023-01-10 23:45:48 +01:00
Julien Robert
9742029158
feat: create config fix tool ( #14342 )
2023-01-10 10:28:41 +00:00
dependabot[bot]
8185413e47
build(deps): Bump postcss from 8.4.20 to 8.4.21 in /docs ( #14542 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 16:59:40 +00:00
Robert Zaremba
3e2dde54c5
fix: keyring-backend flag usage ( #14509 )
2023-01-05 20:52:18 +00:00
Amaury
958b4ad663
feat(textual): Render long bytes hash ( #14275 )
...
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-01-05 16:01:05 +00:00
Amaury
b244ffb4dd
chore: Clean up {accept,implement}_interface ( #14476 )
2023-01-04 14:23:24 +00:00
Thomas Bruyelle
572af96fa6
docs: add missing field in denom metadata example ( #14461 )
2023-01-02 10:06:01 +00:00
dependabot[bot]
750743ac1a
build(deps): Bump json5 from 2.2.1 to 2.2.2 in /docs ( #14447 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-30 10:45:53 +01:00
Aleksandr Bezobchuk
2a93ce9625
docs: update mempool/ABCI docs ( #14393 )
2022-12-22 17:09:15 +01:00
Julien Robert
22dfa112b9
chore: sync retracted versions with main, update event docs, make proto-gen ( #14374 )
2022-12-21 09:56:55 -03:00
Manuel Bravo
3aa16ed092
docs: minor fixes to spec template ( #14369 )
2022-12-20 16:14:42 +01:00
Julien Robert
419de8de82
refactor: revert API breaking change on Slash ( #14363 )
2022-12-20 12:12:05 +01:00
Ergels Gaxhaj
2eb5144749
docs: update ADR 038 proposal ( #13473 )
2022-12-17 02:30:31 +00:00
Julien Robert
cf9102f549
docs: improve mempool docs ( #14282 )
2022-12-15 21:49:21 +07:00
dependabot[bot]
f92fb17892
build(deps): Bump postcss from 8.4.19 to 8.4.20 in /docs ( #14264 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 17:33:53 +00:00
dependabot[bot]
c53809df12
build(deps): Bump postcss-import from 15.0.1 to 15.1.0 in /docs ( #14263 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 16:59:38 +00:00