 Akhil Kumar PandJulien Robert
|
81a225e6a2
|
feat(server/v2): add min gas price and check with tx fee (#21173)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-08-29 07:46:58 +00:00 |
|
Akhil Kumar P
|
e7b6d73147
|
feat(confix): add migration to v2 (#21052)
|
2024-07-29 06:16:21 +00:00 |
|
Akhil Kumar P
|
64b3ebf83e
|
chore(confix): remove gas-adjustment in v0.52 client toml (#20988)
|
2024-07-18 13:43:03 +00:00 |
|
Akhil Kumar P
|
a877e3e804
|
chore(confix): replace version v0.51 to v0.52 (#20985)
|
2024-07-18 12:16:35 +00:00 |
|
Marko
|
8e60f3b7eb
|
chore: remove grpc-web (#20140)
|
2024-04-23 06:47:17 +00:00 |
|
Julien Robert
|
57b659e2c2
|
chore(confix): update latest config value (#20012)
|
2024-04-11 14:21:08 +00:00 |
|
  
|
8f0d5b15f0
|
chore: typos fixes by cosmos-sdk bot (#18689)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
|
2023-12-11 13:03:19 +00:00 |
|
   ![coderabbitai[bot]](/avatar/0d0d959744a08606b1389a93e0b208a4?size=40)
|
3ba1c5bf26
|
feat(telemetry): enable statsd and dogstatsd telemetry sinks (#18646)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
|
2023-12-09 22:00:31 +00:00 |
|
Julien Robert
|
519c55cd53
|
refactor(confix): properly update migrate and diff command (#18596)
|
2023-11-30 09:59:23 +00:00 |
|
Ahmet Ömer Kayabaşı
|
189c9b277a
|
feat(tools/confix): upgrade confix to migrate client.toml files (#18455)
|
2023-11-29 15:58:20 +00:00 |
|
Julien Robert
|
875a71cc6f
|
fix(server): properly parse multiple gas config (#18537)
|
2023-11-22 15:13:44 +00:00 |
|
Julien Robert
|
c0ebebb9b1
|
refactor(simapp,confix): change example of custom app.toml extension (#18496)
|
2023-11-17 14:45:18 +00:00 |
|
Julien Robert
|
a0a00cca22
|
chore(confix): update v0.47 and v0.50 config (#17652)
|
2023-09-07 08:18:43 +00:00 |
|
 Julien RobertandKevin Yang
|
6b0f8add45
|
fix: use correct config key for db_backend (#17406)
Co-authored-by: Kevin Yang <5478483+k-yang@users.noreply.github.com>
|
2023-08-16 18:29:41 +00:00 |
|
  
|
dea5b97eb2
|
feat!: Add gas limits to queries (#16239)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-08-08 20:30:29 +00:00 |
|
Julien Robert
|
898f66aacd
|
refactor: remove iavl-lazy-loading from config (#17177)
|
2023-07-28 13:29:20 +00:00 |
|
Julien Robert
|
d1e81d2d69
|
chore(confix): audit (#16764)
|
2023-06-29 14:43:11 +00:00 |
|
Julien Robert
|
72531d2036
|
chore: configure release/v0.50.x branch (#16447)
|
2023-06-07 23:08:34 +00: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 |
|