This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
This file contains 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
ordian
added
A0-pleasereview 🤓
Pull request needs code review.
B1-patch-beta 🕷🕷
M4-core ⛓
Core client code / Rust.
A6-revertrevert 💀
Pull request that reverts recent changes.
M5-dependencies 🖇
Dependencies.
B0-patch-stable 🕷
Pull request should also be back-ported to the stable branch.
labels
Nov 30, 2018
This was referenced Nov 30, 2018
seunlanlege
approved these changes
Nov 30, 2018
Fine by me. If I remember correctly, the intent of my PR was to make it compile on Android. |
tomaka
approved these changes
Nov 30, 2018
5chdn
added
A8-looksgood 🦄
Pull request is reviewed well.
and removed
A0-pleasereview 🤓
Pull request needs code review.
labels
Nov 30, 2018
ordian
added
the
A1-onice 🌨
Pull request is reviewed well, but should not yet be merged.
label
Nov 30, 2018
Noooo I didn't see the on-ice label |
What's up? |
Sorry, @andresilva spotted a problem, I'll open a separate PR. |
Ok, sorry. |
5chdn
pushed a commit
that referenced
this pull request
Nov 30, 2018
5chdn
pushed a commit
that referenced
this pull request
Nov 30, 2018
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
A1-onice 🌨
Pull request is reviewed well, but should not yet be merged.
A6-revertrevert 💀
Pull request that reverts recent changes.
A8-looksgood 🦄
Pull request is reviewed well.
B0-patch-stable 🕷
Pull request should also be back-ported to the stable branch.
M4-core ⛓
Core client code / Rust.
M5-dependencies 🖇
Dependencies.
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.
Closes #9991. (Sorry, I screwed up in #9946 (review), but it didn't segfault for me)
Nice find by @andresilva:
The first commit moves fork instruction just before we open the db (so #9367 remains fixed).
The second commit switches
daemonize
to crates.io version (@tomaka is paritytech/daemonize#1 no longer relevant (cf. knsd/daemonize@4c5f9d0#diff-49a4b4d69f811d5619c481802227b86e)?), it's somewhat unrelated, happy to revert if needed.