From b5d8b0d0ef644d30452bbe9f14aeed274629c338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Colin=20Axn=C3=A9r?= <25233464+colin-axner@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:32:55 +0200 Subject: [PATCH 1/2] imp: update soundness note on readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9c72530a..21eeaa45 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ Anyone interested in adding support for Solidity could pick up where [#58](https * [cometbft/crypto/merkle](https://github.com/cometbft/cometbft/tree/main/crypto/merkle) * [penumbra-zone/jmt](https://github.com/penumbra-zone/jmt) +Supported merkle stores must be lexographically ordered to mainatin soundness. + ### Unsupported * [turbofish-org/merk](https://github.com/turbofish-org/merk) From 7196e917f10643cb3bedd7c58ca04470dcc3532d Mon Sep 17 00:00:00 2001 From: Aditya <14364734+AdityaSripal@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:17:11 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21eeaa45..47beb5f4 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Anyone interested in adding support for Solidity could pick up where [#58](https * [cometbft/crypto/merkle](https://github.com/cometbft/cometbft/tree/main/crypto/merkle) * [penumbra-zone/jmt](https://github.com/penumbra-zone/jmt) -Supported merkle stores must be lexographically ordered to mainatin soundness. +Supported merkle stores must be lexicographically ordered to maintain soundness. ### Unsupported