v0.5.0
Added
Added three new methods to send/post a transaction as discussed here:
send_commit
send_async
send_sync
Deprecated
send() under TransactionEndpoint, and available via BigchainDB.transactions. Replaced by the above three methods: send_commit(), send_async(), and send_sync().