You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hard-wire the supported Tendermint version as a constant right in the code of BigchainDB Server. Check the version of Tendermint, if possible, when connecting to it, and respond appropriately: maybe give a helpful error, maybe disconnect, maybe quit?
Add a new command-line command bigchaindb tendermint-version to get the supported version of Tendermint. Useful for scripts etc.