issues
search
Tribler
/
anydex-core
The Universal Decentralized Exchange
GNU Lesser General Public License v3.0
10
stars
6
forks
source link
Backported matching improvement changes
#1
Closed
devos50
closed
5 years ago
devos50
commented
5 years ago
Changelog:
Using fractions to represent
Price
of assets.
Pre-computing the hash when initializing an
Order
.
Made the DHT optional (it will now throw an error if there is no DHT).
Removed tick reservation system (using an opportunistic approach to matching instead).
Implemented a match priority queue which stores orders for some time, before sending out trade proposals.
Changelog:
Price
of assets.Order
.