We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98eee5c commit 6c55d23Copy full SHA for 6c55d23
CHANGELOG
@@ -1,3 +1,8 @@
1
+4.0.4
2
+- Orderbook: generate and update book using lossless string format
3
+ in order to prevent floating point precision checksum errors:
4
+ https://github.com/bitfinexcom/bitfinex-api-node/issues/511
5
+
6
4.0.3
7
- WS2Manager: add setAuthArgs method
8
package.json
@@ -1,6 +1,6 @@
{
"name": "bitfinex-api-node",
- "version": "4.0.3",
+ "version": "4.0.4",
"description": "Node reference library for Bitfinex API",
"engines": {
"node": ">=7"
0 commit comments