Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

move daemonize before creating account provider #10003

Merged
merged 2 commits into from
Nov 30, 2018

Conversation

ordian
Copy link
Collaborator

@ordian ordian commented Nov 30, 2018

Follow-up for #10000, thanks @andresilva for spotting the issue.

The fetch service didn't work in #10000, since daemonize closed its open fds. We could've moved daemonize at the beginning, but we're trying to print as much errors (cf. #9367) as possible before starting a daemon.

@ordian ordian added A0-pleasereview 🤓 Pull request needs code review. A2-insubstantial 👶 Pull request requires no code review (e.g., a sub-repository hash update). B1-patch-beta 🕷🕷 B0-patch-stable 🕷 Pull request should also be back-ported to the stable branch. labels Nov 30, 2018
@ordian ordian added this to the 2.3 milestone Nov 30, 2018
Copy link
Contributor

@andresilva andresilva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

parity/run.rs Outdated Show resolved Hide resolved
@5chdn 5chdn added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Nov 30, 2018
This was referenced Nov 30, 2018
@ordian ordian merged commit 7af953f into master Nov 30, 2018
@ordian ordian deleted the make-daemonize-great-again branch November 30, 2018 14:22
5chdn pushed a commit that referenced this pull request Nov 30, 2018
* move daemonize before creating account provider

* daemonize: add a future-proofing comment
5chdn pushed a commit that referenced this pull request Nov 30, 2018
* move daemonize before creating account provider

* daemonize: add a future-proofing comment
5chdn added a commit that referenced this pull request Nov 30, 2018
* version: bump stable to 2.1.8

* Fix Bloom migration (#9992)

* Fix wrong block number in blooms migration

* Fix wrong `const` type (usize -> u64) 😬

* Fix daemonize (#10000)

* Revert "prevent silent errors in daemon mode, closes #9367 (#9946)"

This reverts commit 52d5278.

* deps(daemonize): switch back to crates.io

* move daemonize before creating account provider (#10003)

* move daemonize before creating account provider

* daemonize: add a future-proofing comment
5chdn added a commit that referenced this pull request Nov 30, 2018
* version: bump beta to 2.2.3

* Fix Bloom migration (#9992)

* Fix wrong block number in blooms migration

* Fix wrong `const` type (usize -> u64) 😬

* Fix daemonize (#10000)

* Revert "prevent silent errors in daemon mode, closes #9367 (#9946)"

This reverts commit 52d5278.

* deps(daemonize): switch back to crates.io

* move daemonize before creating account provider (#10003)

* move daemonize before creating account provider

* daemonize: add a future-proofing comment
niklasad1 pushed a commit that referenced this pull request Dec 16, 2018
* move daemonize before creating account provider

* daemonize: add a future-proofing comment
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A2-insubstantial 👶 Pull request requires no code review (e.g., a sub-repository hash update). A8-looksgood 🦄 Pull request is reviewed well. B0-patch-stable 🕷 Pull request should also be back-ported to the stable branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants