nash-io / openlimits

A Rust high performance cryptocurrency trading API with support for multiple exchanges and language wrappers.
http://openlimits.io
BSD 2-Clause "Simplified" License
278 stars 44 forks source link

Fix build using latest nash protocol version #168

Closed khigia closed 3 years ago

khigia commented 3 years ago

Current master of openlimit cannot build (error in similar types between bitvec and funty).

Using recent version of nash protocol, the issue goes away. This need a small change to nash exchange interface though.