bigchaindb / bigchaindb-driver

Official Python driver for BigchainDB
https://www.bigchaindb.com
Apache License 2.0
105 stars 104 forks source link

Problem: transaction query parameter mode is not implemented #359

Closed codegeschrei closed 6 years ago

codegeschrei commented 6 years ago

Solution: add and document mode parameter for transactions

https://github.com/bigchaindb/bigchaindb/pull/1951

ttmc commented 6 years ago

That's odd. I thought it was implemented and documented.

Docs: https://docs.bigchaindb.com/projects/server/en/tendermint/http-client-server-api.html#post--api-v1-transactions?mode=mode

Implementation: https://github.com/bigchaindb/bigchaindb/blob/tendermint/bigchaindb/web/views/transactions.py#L59

(in the tendermint branch, of course)