From 1fee832c5f40303d2dd01c0e97b485073a872523 Mon Sep 17 00:00:00 2001 From: anim001k <140460766+anim001k@users.noreply.github.com> Date: Fri, 12 Dec 2025 18:42:12 +0100 Subject: [PATCH 1/2] Update README.md --- internal/api/testdb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/api/testdb/README.md b/internal/api/testdb/README.md index f7a54b473..f893e9950 100644 --- a/internal/api/testdb/README.md +++ b/internal/api/testdb/README.md @@ -1,5 +1,5 @@ # Testdb -This package contains an in memory DB for testing purpose only. The original code was copied from +This package contains an in-memory DB for testing purposes only. The original code was copied from https://github.com/tendermint/tm-db/tree/v0.6.7 to decouple project dependencies. All credits and a big thank you go to the original authors! From 8bcb46310f6fe8704474b36c9f4726f18cd58616 Mon Sep 17 00:00:00 2001 From: anim001k <140460766+anim001k@users.noreply.github.com> Date: Fri, 12 Dec 2025 18:42:41 +0100 Subject: [PATCH 2/2] Update README.md --- builders/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/builders/README.md b/builders/README.md index f85e5e2ac..7777c013e 100644 --- a/builders/README.md +++ b/builders/README.md @@ -6,7 +6,7 @@ no clean way to add a `libwasmvm.{so,dll,dylib}`. It needs to be committed with the tagged (go) release in order to be easily usable. The solution is to precompile the rust code into libraries for the major -platforms (Linux, Windows, MacOS) and commit them to the repository at each +platforms (Linux, Windows, macOS) and commit them to the repository at each tagged release. This should be doable from one host machine, but is a bit tricky. This folder contains build scripts and a Docker image to create all dynamic libraries from one host. In general this is set up for a Linux host, but @@ -134,7 +134,7 @@ See those DockerHub repos for all available versions of the builder images. **Version 0003:** -- Avoid pre-fetching of dependences to decouple builders from source code. +- Avoid pre-fetching of dependencies to decouple builders from source code. - Bump `OSX_VERSION_MIN` to 10.10. - Use `rust:1.47.0-buster` as base image for cross compilation to macOS @@ -149,8 +149,8 @@ See those DockerHub repos for all available versions of the builder images. ## Usage -Create the Docker images, capable of cross-compiling Linux and MacOS dynamic -libs. As the builder images are all x86_64, it can be slow and memory intense to +Create the Docker images, capable of cross-compiling Linux and macOS dynamic +libs. As the builder images are all x86_64, it can be slow and memory-intensive to do this on a different architecture: ```sh