Alex | Interchain Labs
|
98f2048979
|
chore: set tools to main (#23687)
|
2025-02-12 17:13:41 -05:00 |
|
  
|
f76c659fd2
|
fix(mempool): use no-op mempool as default (backport #19970) (#20008)
Co-authored-by: Tom <54514587+GAtom22@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-04-11 17:48:11 +02:00 |
|
 mergify[bot]andJulien Robert
|
cddc197887
|
feat(telemetry): enable statsd and dogstatsd telemetry sinks (backport #18646) (#18673)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-12-10 19:30:37 +00:00 |
|
 mergify[bot]andJulien Robert
|
aa427cd555
|
fix(server): properly parse multiple gas config (backport #18537) (#18543)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-11-22 16:54:39 +01:00 |
|
 mergify[bot]andJulien Robert
|
42c741ad2c
|
refactor(simapp,confix): change example of custom app.toml extension (backport #18496) (#18497)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-11-17 17:09:36 +00:00 |
|
mergify[bot]
|
1fd50fba04
|
chore(confix): update v0.47 and v0.50 config (backport #17652) (#17653)
|
2023-09-07 10:43:03 +02:00 |
|
mergify[bot]
|
57a22c1ddd
|
fix: use correct config key for db_backend (backport #17406) (#17410)
|
2023-08-16 18:46:06 +00:00 |
|
 mergify[bot]andDev Ojha
|
bee95b19b5
|
feat!: Add gas limits to queries (backport #16239) (#17324)
Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
|
2023-08-09 10:22:34 +02:00 |
|
 mergify[bot]andJulien Robert
|
4d139f83d7
|
refactor: remove iavl-lazy-loading from config (backport #17177) (#17178)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-07-28 13:52:15 +00:00 |
|
 mergify[bot]andJulien Robert
|
7a1e2cad32
|
chore(confix): audit (backport #16764) (#16774)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-29 15:12:33 +00:00 |
|
Julien Robert
|
4eea902c54
|
chore: prepare v0.50 alpha (#16446)
|
2023-06-08 01:07:33 +02:00 |
|
Julien Robert
|
a53aee4eea
|
chore: clean-up after go-plugin system pr (#15402)
|
2023-03-14 23:03:48 +00:00 |
|
 
|
6f3f2c9b16
|
refactor!: ADR-038 go-plugin system (#14207)
Co-authored-by: HuangYi <huang@crypto.com>
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
|
2023-03-14 18:09:30 +00:00 |
|
Jeon Jeongho
|
a186d2a69f
|
docs: correct rpc-max-body-bytes config description (#14935)
## Description
This config limits the maximum size of HTTP request body, but description said response size. `rpc-max-body-bytes` config affects these:
* https://github.com/cometbft/cometbft/blob/38a4caeac0551c188af8a3e209e48380cd514e2d/rpc/jsonrpc/server/http_server.go#L255
* https://github.com/cometbft/cometbft/blob/1cb55d49baa86a227c4b9eadad2d7a344670eb51/rpc/jsonrpc/server/ws_handler.go#L167
---
### 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-07 09:19:32 +00:00 |
|
Julien Robert
|
80dd55f79b
|
refactor: rename to CometBFT (#14914)
|
2023-02-06 18:11:14 +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 |
|
Julien Robert
|
eb86b68cae
|
chore: add iavl-lazy-loading in standalone confix (#14876)
|
2023-02-02 11:35:18 +01:00 |
|
Julien Robert
|
4f6f6c0002
|
feat: use same port for grpc-web and api server (#14652)
|
2023-01-20 15:07:17 +00:00 |
|
Julien Robert
|
9742029158
|
feat: create config fix tool (#14342)
|
2023-01-10 10:28:41 +00:00 |
|