From 63fdd18312d7cbc1a4cd1e8b3cd260b53b91e148 Mon Sep 17 00:00:00 2001 From: planetBoy <140164174+Guayaba221@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:45:45 +0100 Subject: [PATCH 1/2] Update STATE-COMPATIBILITY.md --- STATE-COMPATIBILITY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/STATE-COMPATIBILITY.md b/STATE-COMPATIBILITY.md index 262444f45d2..0de02962862 100644 --- a/STATE-COMPATIBILITY.md +++ b/STATE-COMPATIBILITY.md @@ -177,7 +177,7 @@ func someInternalMethod(ctx sdk.Context) { - It will run out of gas with `gasUsed = 2100` where 2100 is getting merkelized into the tx results. -Therefore, we introduced a state-incompatibility by merklezing diverging gas +Therefore, we introduced a state-incompatibility by merkelizing diverging gas usage. ## Secondary Limitations To Keep In Mind @@ -208,4 +208,4 @@ to predict when the multi-threaded state can be updated. ### Hardware Errors -This is out of the developer's control but is mentioned for completeness. \ No newline at end of file +This is out of the developer's control but is mentioned for completeness. From 1ec841a3caa776be1e8bbf261677ce9d9df3309a Mon Sep 17 00:00:00 2001 From: planetBoy <140164174+Guayaba221@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:46:19 +0100 Subject: [PATCH 2/2] Update DOCS_README.md --- docs/DOCS_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DOCS_README.md b/docs/DOCS_README.md index c728bdd26dc..74894683a97 100644 --- a/docs/DOCS_README.md +++ b/docs/DOCS_README.md @@ -105,7 +105,7 @@ After building the docs website you can start it with `npm run serve`. 2. Edit API docs 1. Directly Edit API docs manually: `cmd/gaiad/swagger-ui/swagger.yaml`. 2. Edit API docs within the [Swagger Editor](https://editor.swagger.io/). Please refer to this [document](https://swagger.io/docs/specification/2-0/basic-structure/) for the correct structure in `.yaml`. -3. Download `swagger.yaml` and replace the old `swagger.yaml` under fold `cmd/gaiad/swagger-ui`. +3. Download `swagger.yaml` and replace the old `swagger.yaml` under folder `cmd/gaiad/swagger-ui`. 4. Compile gaiad ```bash