From ab0d6b1475ede948bda699293bf89f3d9ed3280b Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 15 Apr 2024 11:49:09 +0200 Subject: [PATCH] Re-enable Amino JSON signing for wasmd messages --- packages/cosmwasm-stargate/src/signingcosmwasmclient.spec.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/cosmwasm-stargate/src/signingcosmwasmclient.spec.ts b/packages/cosmwasm-stargate/src/signingcosmwasmclient.spec.ts index 025cea9677..2ce46b49c9 100644 --- a/packages/cosmwasm-stargate/src/signingcosmwasmclient.spec.ts +++ b/packages/cosmwasm-stargate/src/signingcosmwasmclient.spec.ts @@ -128,7 +128,6 @@ describe("SigningCosmWasmClient", () => { it("works with legacy Amino signer access type", async () => { pendingWithoutWasmd(); - pending("wasmd 0.50 does not work with Amino JSON signing"); const wallet = await Secp256k1HdWallet.fromMnemonic(alice.mnemonic, { prefix: wasmd.prefix }); const options = { ...defaultSigningClientOptions, prefix: wasmd.prefix }; const client = await SigningCosmWasmClient.connectWithSigner(wasmd.endpoint, wallet, options); @@ -264,7 +263,6 @@ describe("SigningCosmWasmClient", () => { it("works with legacy Amino signer", async () => { pendingWithoutWasmd(); - pending("wasmd 0.50 does not work with Amino JSON signing"); const wallet = await Secp256k1HdWallet.fromMnemonic(alice.mnemonic, { prefix: wasmd.prefix }); const client = await SigningCosmWasmClient.connectWithSigner( wasmd.endpoint, @@ -348,7 +346,6 @@ describe("SigningCosmWasmClient", () => { it("works with Amino JSON signing", async () => { pendingWithoutWasmd(); - pending("wasmd 0.50 does not work with Amino JSON signing"); const aminoJsonWallet = await Secp256k1HdWallet.fromMnemonic(alice.mnemonic, { prefix: wasmd.prefix, }); @@ -530,7 +527,6 @@ describe("SigningCosmWasmClient", () => { it("works with legacy Amino signer", async () => { pendingWithoutWasmd(); - pending("wasmd 0.50 does not work with Amino JSON signing"); const wallet = await Secp256k1HdWallet.fromMnemonic(alice.mnemonic, { prefix: wasmd.prefix }); const client = await SigningCosmWasmClient.connectWithSigner( wasmd.endpoint, @@ -634,7 +630,6 @@ describe("SigningCosmWasmClient", () => { it("works with legacy Amino signer", async () => { pendingWithoutWasmd(); - pending("wasmd 0.50 does not work with Amino JSON signing"); const wallet = await Secp256k1HdWallet.fromMnemonic(alice.mnemonic, { prefix: wasmd.prefix }); const client = await SigningCosmWasmClient.connectWithSigner( wasmd.endpoint,