issues
search
Tribler
/
anydex-core
The Universal Decentralized Exchange
GNU Lesser General Public License v3.0
10
stars
6
forks
source link
Fixed asset ID decoding issues, removed exception upon insertion of invalid asks/bids
#42
Closed
devos50
closed
4 years ago
devos50
commented
4 years ago
Fixed a bug where asset IDs were not encoded/decoded correctly in transactions, payments and orders when an SQLite database is used.
Removed an unhandled exception when an invalid ask/bid is received from the network.
Added an trading end-to-end test with a database enabled.