jdogresorg / freewallet-desktop

Desktop wallet for Win/Mac/Linux which supports Bitcoin and Counterparty
https://freewallet.io
MIT License
66 stars 54 forks source link

errors broadcasting signed tx via `send_tx` #220

Closed jdogresorg closed 11 hours ago

jdogresorg commented 1 week ago

Seems like broadcasting signed txs via the tokenscan send_tx API is failing. Probably due to all the API and hostname changes lately. Need to dig into this and make sure that send_tx works

For the CP 2.0 API, might want to stop talking directly to bitcoind and instead relay the tx via BTC proxy in /v2/ https://counterpartycore.docs.apiary.io/#/introduction/bitcoin-core-proxy

image

jdogresorg commented 1 day ago

This issue is also effecting the "Verify" functionality in sign transaction.

image

jdogresorg commented 11 hours ago

Fixed issue by updating send_tx API method to relay tx to bitcoind via Counterparty 2.0 /v2/ API

image

japrog commented 11 hours ago

Thx for all of your work and fast bugs fix.

cutiemax commented 4 hours ago

Hi so limits reached is fixed ? I can't open things right now checking computator but api issue was my last problem ?! What version do we need and does it show update in FreeWallet ?

jdogresorg commented 2 hours ago

@cutiemax you should be on Freewallet 2.0.1 and make sure to click the "Reset to Default" button in the server settings section to ensure that your using the correct server settings.