Ruslan Akhtariev
ecb4ca2a82
feat(simapp): move genesis related commands under one genesis command ( #14149 )
2022-12-07 12:17:19 +00:00
Jeancarlo Barrios
754ca3169e
feat: add tx limit to mempool ( #14014 )
...
* feat: add bounding max tx to mempool
* add bounded condition
* sligh improvement on generator
* remove unbouded option
* add test
* added mempool options mechanism
* mising test
* seting mempool
* change function name
* change function name
* failing test
* Revert "failing test"
This reverts commit d527982b0d4ec826ff680afb8f43ac1d71809ccf.
* fix import block
* changelog entries
* add ability to do unbounded mempool
* remove unesesary variable
* small comments
* change 0 to mean unbounded
* t
* small test fix
* add the ability to be bounded unbounded and disabled
* t
* set default maxtx
* Update docs/docs/building-apps/02-app-mempool.md
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
* example for opts
* remove superflues logs entry
* add mempool to configurations
* fix more understandable name
* remove table in favor of bulletpoints
* sender nonce to unbounded
* Update docs/docs/building-apps/02-app-mempool.md
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
* Update types/mempool/sender_nonce.go
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
* Update types/mempool/sender_nonce.go
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
* Update docs/docs/building-apps/02-app-mempool.md
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
* Update server/config/config.go
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
* t
* add comment for options
* fix inport
* fix inport
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>
2022-12-02 00:39:55 +00:00
Amaury
0c65734bbe
fix: Remove google.golang.org/protobuf Any prefix ( #14119 )
...
* refactor: Remove Any's ypes.googleapis.com prefix
* Add docs
* go mod tidy
* Update
2022-12-01 18:09:01 +00:00
Jacob Gadikian
679c5d6086
chore: run markdownlint on the whole repository ( #14106 )
2022-11-30 19:51:26 +00:00
Julien Robert
e5038d8d76
chore: bumps math and api deps ( #14035 )
...
* chore: bumps math and api deps
* updates
2022-11-27 23:11:25 +01:00
Julien Robert
6f329d70c6
docs: add docs about x/auth/tx ( #14021 )
...
* docs: add docs about `x/auth/tx`
* updates
* updates
* updates
* updates
* updates
* updates
* updates
Co-authored-by: Marko <marbar3778@yahoo.com>
2022-11-27 20:30:23 +00:00
Marko
67b2b34bc7
docs: appside mempool ( #13875 )
2022-11-25 22:07:57 +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
Marko
81209e688a
docs: add a running in production section ( #13807 )
...
- add a running in production section
- link to existing tutorial as well.
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-11-14 19:27:46 +01:00
Julien Robert
c85447cdb9
docs: add documentation about depinject and app wiring ( #13683 )
2022-11-07 19:19:07 +00:00
Marko
6ae5641233
docs: set api endpoints to localhost by default ( #13778 )
...
* Default GRPC and REST endpoints to localhost. Add documentation on recommended ways to expose it.
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-11-07 11:06:06 +00:00
Julien Robert
d2e4154298
docs: update spec structure ( #13768 )
2022-11-04 14:55:04 +00:00
Julien Robert
4b26d9e27d
chore: use tagged rosetta version ( #13765 )
...
* chore: use tagged rosetta version
* add unit test in CI, bump tm and update changelog
* update rosetta data
* update action
2022-11-04 15:41:21 +01:00
sleepy ramen
39c5c079cd
fix: misc fixes for cosmos-rosetta ( #13583 )
...
### Description
Closes:
https://github.com/cosmos/cosmos-sdk/issues/13083
https://github.com/cosmos/cosmos-sdk/issues/11402
https://github.com/cosmos/cosmos-sdk/issues/10678
https://github.com/cosmos/cosmos-sdk/issues/12358
https://github.com/cosmos/cosmos-sdk/issues/10776
https://github.com/cosmos/cosmos-sdk/issues/12934
### 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...
- [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json ) in the PR title
- [x] added `!` to the type prefix if API or client breaking change
- [x] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting ))
- [x] provided a link to the relevant issue or specification
- [x] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules )
- [x] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing )
- [x] added a changelog entry to `CHANGELOG.md`
- [x] included comments for [documenting Go code](https://blog.golang.org/godoc )
- [x] updated the relevant documentation or specification
- [x] 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)
2022-11-04 11:48:45 +00:00
Jemimah O
5b7edd2329
docs: Cosmos SDK Basic topics - apply present tense and technical content styles ( #10182 ) ( #12971 )
...
* docs: apply present tense to Basic topics
* docs: apply present tense to Basic topics
* Apply suggestions from code review
Co-authored-by: Barrie Byron <barriebyron@gmail.com>
* Update docs/basics/tx-lifecycle.md
* docs: apply technical content styles to Basic topics
* docs: apply technical content styles to Basic topics
* docs: apply present tense to Basic topics
* docs: apply present tense to Basic topics
* Apply suggestions from code review
Co-authored-by: Barrie Byron <barriebyron@gmail.com>
* docs: apply technical content styles to Basic topics
* docs: apply technical content styles to Basic topics
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Barrie Byron <barriebyron@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2022-10-27 11:25:16 +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
Julien Robert
df4d6d1a4c
docs: remove outdated documentation ( #13595 )
2022-10-19 14:43:32 +00:00
Julien Robert
0dbae701f0
docs: minor documentation improvements ( #13594 )
...
* updates
* rename `sh` to `shell` for syntax coloring
* keep navbar the same on mobile
2022-10-19 14:56:29 +02:00
Marko
a3b8b7fcc9
docs: fix tooling ( #13593 )
...
* fix docs
* some more fixes
* some more fixes
* some more fixes
* move spec to 12
* fix
* fix
* Update docs/docs/tooling/00-protobuf.md
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-10-19 12:38:36 +00:00
Marko
ff4f995b18
docs: add protobuf tooling section ( #13590 )
...
* add tooling section
* add make section
* Update docs/docs/tooling/README.md
Co-authored-by: Julien Robert <julien@rbrt.fr>
* Update docs/docs/tooling/protobuf.md
Co-authored-by: Julien Robert <julien@rbrt.fr>
* comments
* address comments
* add cosmovisor and add redirects
* drop file suffix
* fix build
* fix build
* fix build
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-10-19 12:30:26 +02:00
Marko
a34d5b213d
docs: create ecosystem section ( #13562 )
...
* create ecosystem section
* add mention of ethermint
2022-10-17 12:55:02 +02:00
Julien Robert
3c9b244f62
refactor: automate EventTypeMessage inclusion in every message execution ( #13532 )
2022-10-16 19:00:34 -04:00
Julien Robert
6fdcbfd3ab
docs: small ui fixes ( #13546 )
...
* docs: small ui fixes
* updates
2022-10-13 19:58:25 +00: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