Skip to content
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#100

Closed
calvinaco wants to merge 2 commits intocrypto-com:masterfrom
calvinaco:feature/CRO-122-revert-rust-abci-051
Closed

Problem(CRO-122): chain-abci has Builder::init error and cannot be started#100
calvinaco wants to merge 2 commits intocrypto-com:masterfrom
calvinaco:feature/CRO-122-revert-rust-abci-051

Conversation

@calvinaco
Copy link
Copy Markdown
Collaborator

Problem:

chain-abci has Builder::init error and cannot be started

thread 'main' panicked at 'Builder::init should not be called after logger initialized: SetLoggerError(())', src/libcore/result.rs:997:5
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.

Cause:

rust-abci recently upgraded to 0.5.1 in which it added evn_logger initialization. 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.

@calvinaco calvinaco marked this pull request as ready for review May 24, 2019 05:53
@calvinaco calvinaco closed this May 24, 2019
bors bot added a commit that referenced this pull request Nov 18, 2019
593: Problem: (CRO-582) Create transfer address is not re-usable r=tomtau a=calvinlauco

Solution: Extracted MultiSigAddress from root_hash service to serve single responsibility

---
Remarks:
- This PR is a pre-requisite of the JS library by making components re-usable by JS
- Removed n(total_signers) field because it is implied from len of public keys

598: Bump abci from 0.6.3 to 0.6.4 r=tomtau a=dependabot-preview[bot]

Bumps [abci](https://github.com/tendermint/rust-abci) from 0.6.3 to 0.6.4.
<details>
<summary>Changelog</summary>

*Sourced from [abci's changelog](https://github.com/tendermint/rust-abci/blob/develop/CHANGELOG.md).*

> ## v0.6.4
> 
> ### IMPROVEMENTS:
> 
> - [\#100](https://github-redirect.dependabot.com/tendermint/rust-abci/pull/100): worker panic propagated to the abci process
> 
> _November 11, 2019_
</details>
<details>
<summary>Commits</summary>

- See full diff in [compare view](https://github.com/tendermint/rust-abci/commits)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=abci&package-manager=cargo&previous-version=0.6.3&new-version=0.6.4)](https://dependabot.com/compatibility-score.html?dependency-name=abci&package-manager=cargo&previous-version=0.6.3&new-version=0.6.4)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

Co-authored-by: Calvin Lau <calvinlauco@gmail.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant