Skip to content

Commit 1e3f74a

Browse files
committed
fix(wasi): cert signing fix
1 parent b4abc07 commit 1e3f74a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/build-wasm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
set -euo pipefail
55

66
CRATE_NAME="keetanetwork-anchor-client-wasi"
7-
CRATE_VERSION="0.1.0"
8-
CRATE_SHA256="6595286c4cd83bf6c2a79e715b932feb498c73fd9a78ae735d464aa915c9f189"
7+
CRATE_VERSION="0.1.1"
8+
CRATE_SHA256="dd5c19da144a320d23d5b0b1af392ea6c94f6b7cb584e490bcf42155c768d9d6"
99

1010
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
1111
BUILD_DIR="${ROOT}/.wasm-build"

tests/KeetaNet.Anchor.E2eTests/KycInteropTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public void CsharpReadsAndProvesTheTypescriptIssuedLeaf()
4545
harness.Shutdown();
4646
}
4747

48-
[Fact(Skip = "known certificate-hash divergence: the core verifies ECDSA certificate signatures over SHA2-256 while the TS reference signs over SHA3-256, so a TS-issued chain never validates; quarantined pending an upstream fix")]
48+
[Fact]
4949
public void CsharpVerifiesTheTypescriptIssuedChain()
5050
{
5151
using var harness = NodeHarness.Spawn("kyc");

0 commit comments

Comments
 (0)