Nexusoft / LLL-TAO

LLL: Lower Level Library - TAO: Tritium, Amine, and Obsidian as a high performance application framework
MIT License
60 stars 28 forks source link

market API - execute/bid and /ask, missing credit for receival #167

Closed AkstonCap closed 5 months ago

AkstonCap commented 5 months ago

Core 5.1.3-rc5

Tested in wallet 3.1.3; once for market/execute/ask - ask txid: 019254c5e9ad8256adefeff6b3e53db03b273c716066d89b1f45205bb580f5f2f25bc24eb01816a69ce7c9d00da88ab6b2c71e95aca318a5461a89935e2f883a (market=/NXS) Success txid: 01300a143cf64f2b28e5c1cf7c756e2b9dbb511782e4456b71c9cf1b63e7fd4532b480b106ea2e69e02d173fe61e2de45379180cb8e57b8efc9d8254ed0d549b token1 was debited from seller account and credited to buyer account, NXS was debited from payment account but not credited by receival account. This was tested within same sigchain, manual credit of txid did not work (error -32).

Tested also for market/execute/bid - bid txid: 016e2563ee35025b9371c06b6554b08f852d13bb14d74aafb7f374c30bb178b8e1c87b8a141998f1398cbc0b75f8e0b1816a03ec1a06f532b846bdfcbf1769da (market=/NXS) Success txid: 01e4a618d147d9b2a9c2d3a557d4adeb78664f6c1ece54e6b81d0a13c014df0e592d4f8f447aa6f77a2393cbf1077292644de8bb2631c6bca9c45b97bf7e9caf Same as case above; NXS was debited from payment account and credited to receival account, token1 was debited from sellers account but not credited to buyers account.

AkstonCap commented 5 months ago

Transaction inside same sigchain not possible. Works fine between two separate sigchains.

Closed.