tendermint/docs/tendermint-core
Anton Kaliaev a7358bc69f
libs/db: conditional compilation (#3628)
* libs/db: conditional compilation

For cleveldb: go build -tags cleveldb
For boltdb: go build -tags boltdb

Fixes #3611

* document db_backend param better

* remove deprecated LevelDBBackend

* update changelog

* add missing lines

* add new line

* fix TestRemoteDB

* add a line about boltdb tag

* Revert "remove deprecated LevelDBBackend"

This reverts commit 1aa85453f76605e0c4d967601bbe26240e668d51.

* make PR non breaking

* change DEPRECATED label format

https://stackoverflow.com/a/36360323/820520
2019-05-07 12:33:47 +04:00
..
2018-09-17 18:43:10 +02:00
2018-09-10 10:42:48 +04:00
2019-02-28 11:31:59 +04:00
2018-10-10 18:27:43 +02:00
2018-10-04 17:22:41 -04:00
2019-01-28 17:41:39 +04:00
2018-09-10 10:42:48 +04:00

Overview

See the side-bar for details on the various features of Tendermint Core.