bigchaindb / js-bigchaindb-driver

Official BigchainDB JavaScript driver for Node.js and the browser
https://docs.bigchaindb.com/projects/js-driver/en/latest/usage.html
Apache License 2.0
216 stars 92 forks source link

Value with 5 digits after the comma breaks things #300

Open stiebitzhofer opened 4 years ago

stiebitzhofer commented 4 years ago

Bigchaindb returns

HTTP/1.1 400 BAD REQUEST
Server: nginx
Date: Thu, 28 Nov 2019 08:46:58 GMT
Content-Type: application/json
Content-Length: 208
Connection: close
Access-Control-Allow-Origin: *

{"message":"Invalid transaction (InvalidHash): The transaction's id '1bcfa24bffaa493332a8542b14fa5d9c1ed16df1bf2c2d7663e290183316cef2' isn't equal to the hash of its body, i.e. it's not valid.","status":400}

Please find test scripts and summary at https://github.com/stiebitzhofer/bigchaindb-driver-issue.