* Overhauled the API to reduce room for user error. Unfortunately, this comes with non-backward compatible changes (hopefully for the best reasons).
* Instead of declaring the default book while initializing `QuadrigaClient`, or passing in the order book name as an argument to methods, a new class [quadriga.client.OrderBook](https://quadriga.readthedocs.io/en/latest/api.htmlorderbook) was introduced to separate order book specific API, and enforce the user to explicitly declare which book to use. See the [documentation](https://quadriga.readthedocs.io/en/latest/overview.html) for more details.
* Added support for new major currencies (e.g. BTG, BCH).
* Added small improvements to the method signatures, for full list of changes please refer to the [API specification](https://quadriga.readthedocs.io/en/latest/api.html).
* Fixed a nonce bug.