Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[R4R] change makefile to support cleveldb backend #463

Merged
merged 1 commit into from
Mar 1, 2019
Merged

Conversation

ackratos
Copy link
Contributor

@ackratos ackratos commented Feb 28, 2019

Description

add build task support build cleveldb backend bnbchaind

discussion with tendermint raised here: tendermint/tendermint#1162 (comment)

Rationale

Example

In config.toml
db_backend = "cleveldb"

To build in GoLand, please set build settings as follow (you can open c_level_db.go to see whether it is included in build by GoLand:

image

Changes

Preflight checks

  • build passed (make build)
  • tests passed (make test)
  • integration tests passed (make integration_test)
  • manual transaction test passed (cli invoke)

Already reviewed by

...

Related issues

... reference related issue #'s here ...

@ackratos ackratos changed the title change makefile to support cleveldb backend [R4R] change makefile to support cleveldb backend Feb 28, 2019
@ackratos ackratos self-assigned this Feb 28, 2019
@ackratos ackratos added the enhancement New feature or request label Feb 28, 2019
@ackratos ackratos merged commit 0f8bb83 into develop Mar 1, 2019
@unclezoro unclezoro deleted the cleveldb branch May 10, 2022 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants