@@ -128,7 +128,6 @@ describe("SigningCosmWasmClient", () => {
128
128
129
129
it ( "works with legacy Amino signer access type" , async ( ) => {
130
130
pendingWithoutWasmd ( ) ;
131
- pending ( "wasmd 0.50 does not work with Amino JSON signing" ) ;
132
131
const wallet = await Secp256k1HdWallet . fromMnemonic ( alice . mnemonic , { prefix : wasmd . prefix } ) ;
133
132
const options = { ...defaultSigningClientOptions , prefix : wasmd . prefix } ;
134
133
const client = await SigningCosmWasmClient . connectWithSigner ( wasmd . endpoint , wallet , options ) ;
@@ -264,7 +263,6 @@ describe("SigningCosmWasmClient", () => {
264
263
265
264
it ( "works with legacy Amino signer" , async ( ) => {
266
265
pendingWithoutWasmd ( ) ;
267
- pending ( "wasmd 0.50 does not work with Amino JSON signing" ) ;
268
266
const wallet = await Secp256k1HdWallet . fromMnemonic ( alice . mnemonic , { prefix : wasmd . prefix } ) ;
269
267
const client = await SigningCosmWasmClient . connectWithSigner (
270
268
wasmd . endpoint ,
@@ -348,7 +346,6 @@ describe("SigningCosmWasmClient", () => {
348
346
349
347
it ( "works with Amino JSON signing" , async ( ) => {
350
348
pendingWithoutWasmd ( ) ;
351
- pending ( "wasmd 0.50 does not work with Amino JSON signing" ) ;
352
349
const aminoJsonWallet = await Secp256k1HdWallet . fromMnemonic ( alice . mnemonic , {
353
350
prefix : wasmd . prefix ,
354
351
} ) ;
@@ -530,7 +527,6 @@ describe("SigningCosmWasmClient", () => {
530
527
531
528
it ( "works with legacy Amino signer" , async ( ) => {
532
529
pendingWithoutWasmd ( ) ;
533
- pending ( "wasmd 0.50 does not work with Amino JSON signing" ) ;
534
530
const wallet = await Secp256k1HdWallet . fromMnemonic ( alice . mnemonic , { prefix : wasmd . prefix } ) ;
535
531
const client = await SigningCosmWasmClient . connectWithSigner (
536
532
wasmd . endpoint ,
@@ -634,7 +630,6 @@ describe("SigningCosmWasmClient", () => {
634
630
635
631
it ( "works with legacy Amino signer" , async ( ) => {
636
632
pendingWithoutWasmd ( ) ;
637
- pending ( "wasmd 0.50 does not work with Amino JSON signing" ) ;
638
633
const wallet = await Secp256k1HdWallet . fromMnemonic ( alice . mnemonic , { prefix : wasmd . prefix } ) ;
639
634
const client = await SigningCosmWasmClient . connectWithSigner (
640
635
wasmd . endpoint ,
0 commit comments