CounterpartyXCP / counterwallet

Counterparty web wallet
https://counterwallet.io
147 stars 163 forks source link

can't create a 2nd armory tx if an unconfirmed tx from that address exists #677

Open robby-d opened 9 years ago

robby-d commented 9 years ago

The error message reported is:

Message: Got back error from server: {u'message': u'Server error', u'code': -32000, u'data': {u'message': u'Could not serialize transaction: ', u'args': [u'Could not serialize transaction: '], u'type': u'Exception'}}

' (API method: create_armory_utx).

Once the first tx tx is confirmed, one can create another tx. This may be something about armory_utxsvr not dealing with the UTXO set correctly when making a new tx if one of the UTXOs is unconfirmed...

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/7987319-can-t-create-a-2nd-armory-tx-if-an-unconfirmed-tx-from-that-address-exists?utm_campaign=plugin&utm_content=tracker%2F542579&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F542579&utm_medium=issues&utm_source=github).
ghost commented 9 years ago

A user reported he can't login to the particular wallet after having created an Armory tx (he can login to a newly created wallet on the same server). Will open another issue if we get JavaScript debug info.

ghost commented 9 years ago

Problem statement: After buying an asset using Armory signed transaction and the transaction confirmed I can no longer log in. Tx: https://blockchain.info/tx/5f46862c5f975d968d9ec75276549faa0b2f19d60ba3ca6f78d5b88ab9e4df58 Error: get_normalized_balances - Invalid Params, Code: -32602

It's a different error so I will for now file it here but can open a new issue if this is not the same bug.