Skip to content

Commit ab0d6b1

Browse files
committed
Re-enable Amino JSON signing for wasmd messages
1 parent 96de8b9 commit ab0d6b1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/cosmwasm-stargate/src/signingcosmwasmclient.spec.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ describe("SigningCosmWasmClient", () => {
128128

129129
it("works with legacy Amino signer access type", async () => {
130130
pendingWithoutWasmd();
131-
pending("wasmd 0.50 does not work with Amino JSON signing");
132131
const wallet = await Secp256k1HdWallet.fromMnemonic(alice.mnemonic, { prefix: wasmd.prefix });
133132
const options = { ...defaultSigningClientOptions, prefix: wasmd.prefix };
134133
const client = await SigningCosmWasmClient.connectWithSigner(wasmd.endpoint, wallet, options);
@@ -264,7 +263,6 @@ describe("SigningCosmWasmClient", () => {
264263

265264
it("works with legacy Amino signer", async () => {
266265
pendingWithoutWasmd();
267-
pending("wasmd 0.50 does not work with Amino JSON signing");
268266
const wallet = await Secp256k1HdWallet.fromMnemonic(alice.mnemonic, { prefix: wasmd.prefix });
269267
const client = await SigningCosmWasmClient.connectWithSigner(
270268
wasmd.endpoint,
@@ -348,7 +346,6 @@ describe("SigningCosmWasmClient", () => {
348346

349347
it("works with Amino JSON signing", async () => {
350348
pendingWithoutWasmd();
351-
pending("wasmd 0.50 does not work with Amino JSON signing");
352349
const aminoJsonWallet = await Secp256k1HdWallet.fromMnemonic(alice.mnemonic, {
353350
prefix: wasmd.prefix,
354351
});
@@ -530,7 +527,6 @@ describe("SigningCosmWasmClient", () => {
530527

531528
it("works with legacy Amino signer", async () => {
532529
pendingWithoutWasmd();
533-
pending("wasmd 0.50 does not work with Amino JSON signing");
534530
const wallet = await Secp256k1HdWallet.fromMnemonic(alice.mnemonic, { prefix: wasmd.prefix });
535531
const client = await SigningCosmWasmClient.connectWithSigner(
536532
wasmd.endpoint,
@@ -634,7 +630,6 @@ describe("SigningCosmWasmClient", () => {
634630

635631
it("works with legacy Amino signer", async () => {
636632
pendingWithoutWasmd();
637-
pending("wasmd 0.50 does not work with Amino JSON signing");
638633
const wallet = await Secp256k1HdWallet.fromMnemonic(alice.mnemonic, { prefix: wasmd.prefix });
639634
const client = await SigningCosmWasmClient.connectWithSigner(
640635
wasmd.endpoint,

0 commit comments

Comments
 (0)