mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

- Hard-wire the supported Tendermint version(s) right in the code of BigchainDB Server. Check the version of Tendermint and disconnect if Tendermint version is an unsupported one. - Expose a CLI command bigchaindb tendermint-version to display the supported Tendermint versions. - PR also takes care the long list of warnings we get when we run tests. - Updated deprecated pymongo methods - Do not call pytest fixtures directly. - Also added the doc for the new cli command