input-output-hk / js-cardano-wasm

various cardano javascript using wasm bindings
MIT License
31 stars 21 forks source link

[npm cardano-wallet] era of node and transaction do not match #87

Open sjlee1125 opened 4 years ago

sjlee1125 commented 4 years ago

I'm making nodejs application and running cardano stack.

  1. cardano-node (1.18.0)
  2. cardano-submit-api (2.1.0)

I did this test and got raw transaction when i push this transaction to cardano-submit-api, I got "The era of the node and the tx do not match. The node is running in the Shelley era, but the transaction is for the Byron era." error.

I think this is because of shelly hard fork How can I make complete transaction? Or any recent javascript library?

EhtishamSabir commented 3 years ago

same issue did you got it fixed?