future-is-present

Results 9 comments of future-is-present

Yes @ttmc you are right. To search by metadata text and asset id would be useful. For exampleiIn the RBAC model the _can_link_ is included in the metadata and in...

It is the same issue I was getting https://github.com/bigchaindb/bigchaindb/issues/2211. I am facing it again using BigchainDB locally, but I just get this error randomly after inserting transactions between 500 and...

After doing some testing again, this problem seems solved for me :)

@robertdavid010 thanks for creating the issue! I am not sure if we should support passing an array of private keys. Technically is possible but I don't think that is a...

You can use: ```` conn.postTransactionCommit(createTranfer) .then(res => { //... }) .catch(err => { if(err.status == '403 Forbidden') }) ```` See also #169

Also, are you planning to add some tests for the `topologySorting.js` functions ?

Hi @vitya3 this is not an issue with the js-bigchaindb-driver.

From https://jsfiddle.net/mdq41f16/ I still get the same error `InvalidHash`: ```json { "message": "Invalid transaction (InvalidHash): The transaction's id '19103d69d9983672782e7be437ec28e2e43db37be296bf029d8b78be9b693155' isn't equal to the hash of its body, i.e. it's not...