helium / helium-js

Official TypeScript packages for interacting with the Helium blockchain
Apache License 2.0
110 stars 35 forks source link

Receiving {invalid,validation_failed} for sends in both 3.x and 4.x versions - was working fine until recently. #345

Open jasonmacaus opened 1 year ago

jasonmacaus commented 1 year ago

Have tried creating several new accounts and depositing 100 HNT or so in each, every time when trying to send the {invalid,validation_failed} response is received after txn has been pending for a while. Using the standard API url, and code included in the readme.

Was working fine with config below for long time, but recently stopped working. Have tried updating to latest packages but error persists. Trying to send (integer) amount from known good address with sufficient bal to known good address.

Wondering if something has changed that is not reflected in the readme docs. Have tried with both V1 and V2 payment types to single address. Failed pending txn example - https://api.helium.io/v1/pending_transactions/BjpTX1UoaCzbHeSlUNuie6w-XndXJW9tSndOHzzbTG4

"@helium/crypto": "^3.38.0", "@helium/http": "^3.43.1", "@helium/transactions": "^3.38.0",

and have tried also

"@helium/crypto": "^4.8.1", "@helium/http": "^4.8.1", "@helium/transactions": "^4.8.1", "@helium/address": "^4.8.1"

Modatech16 commented 1 year ago

Any luck in getting this resolved? I am having the same issue. Thank you.

Modatech16 commented 1 year ago

Hello, I'm still in search of a solution for this issue. I'm still getting the {invalid,validation_failed} error when trying to send HNT from my wallet.Any help is greatly appreciated.