This repository was archived by the owner on Jul 27, 2022. It is now read-only.
Problem: (CRO-122) chain-abci has Builder::init error and cannot be started#101
Merged
tomtau merged 2 commits intocrypto-com:masterfrom May 24, 2019
calvinaco:feature/CRO-122-revert-rust-abci-051
Merged
Problem: (CRO-122) chain-abci has Builder::init error and cannot be started#101tomtau merged 2 commits intocrypto-com:masterfrom calvinaco:feature/CRO-122-revert-rust-abci-051
tomtau merged 2 commits intocrypto-com:masterfrom
calvinaco:feature/CRO-122-revert-rust-abci-051
Conversation
This reverts commit d1941f4.
Codecov Report
@@ Coverage Diff @@
## master #101 +/- ##
========================================
Coverage ? 69.5%
========================================
Files ? 85
Lines ? 5505
Branches ? 0
========================================
Hits ? 3826
Misses ? 1679
Partials ? 0 |
tomtau
approved these changes
May 24, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem:
chain-abci has Builder::init error and cannot be started
Cause:
rust-abcirecently upgraded to 0.5.1 in which it addedevn_loggerinitialization. Since env_logger only allows one initialization, chain-abci panic.Solution
Revert "Bump abci from 0.5.0 to 0.5.1 (#97)"
This reverts commit d1941f4.