-
Notifications
You must be signed in to change notification settings - Fork 236
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
refactor chain spec config #224
Merged
Merged
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
doitian
previously requested changes
Jan 24, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commit message has two problems.
- Prefix
feat:
is required, since this change must be added to CHANGELOG. - It breaks existing node because of the config file change, which requires a
BREAKING CHANGE:
section in the commit message to explain what has been changed.
We follow the Conventional Commits to generate CHANGELOG.
BREAKING CHANGE: The chainspec path in node's configuration json file changed from "ckb.chain" to "chain.spec".
janx
force-pushed
the
chainspec-config-refactor
branch
from
January 24, 2019 15:52
d604313
to
091ad88
Compare
Force-pushed updated commit. |
zhangsoledad
approved these changes
Jan 25, 2019
Closed
bors bot
added a commit
that referenced
this pull request
Jul 24, 2019
1295: chore(deps): bump backtrace from 0.3.20 to 0.3.33 r=doitian a=dependabot-preview[bot] Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.20 to 0.3.33. <details> <summary>Commits</summary> - [`e2da24a`](rust-lang/backtrace-rs@e2da24a) Bump to 0.3.33 - [`eb7d74a`](rust-lang/backtrace-rs@eb7d74a) Bump backtrace-sys to 0.1.31 - [`7d0d81d`](rust-lang/backtrace-rs@7d0d81d) Bump version req of `cc` in `backtrace-sys` - [`94ab4a7`](rust-lang/backtrace-rs@94ab4a7) Merge pull request [#228](https://github-redirect.dependabot.com/rust-lang/backtrace-rs/issues/228) from rust-lang/fix-android - [`acf613e`](rust-lang/backtrace-rs@acf613e) android: Probe whether `dl_iterate_phdr` is defined - [`7d93adb`](rust-lang/backtrace-rs@7d93adb) Merge pull request [#224](https://github-redirect.dependabot.com/rust-lang/backtrace-rs/issues/224) from rust-lang/run-all - [`6482e2d`](rust-lang/backtrace-rs@6482e2d) gimli: Search object file symbol tables again - [`3f854f7`](rust-lang/backtrace-rs@3f854f7) Bump backtrace-sys to 0.1.30 - [`19cfb49`](rust-lang/backtrace-rs@19cfb49) Merge pull request [#219](https://github-redirect.dependabot.com/rust-lang/backtrace-rs/issues/219) from mciantyre/master - [`8e9980c`](rust-lang/backtrace-rs@8e9980c) Add prefix to one more macho_file_to_host symbol - Additional commits viewable in [compare view](rust-lang/backtrace-rs@0.3.20...0.3.33) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=backtrace&package-manager=cargo&previous-version=0.3.20&new-version=0.3.33)](https://dependabot.com/compatibility-score.html?dependency-name=backtrace&package-manager=cargo&previous-version=0.3.20&new-version=0.3.33) 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot. </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
bors bot
added a commit
that referenced
this pull request
May 1, 2020
2050: chore: upgrade p2p/tokio r=TheWaWaR,quake a=driftluo 1. Upgrade p2p, use new `BlockingFlag` to optimize performance 2. Upgrade tokio, allow recursive call `block_in_place` p2p release note: ``` Bug Fix Fix session proto open/close by user part(#220) Features Replace unsplit with assignment(#225) Upgrade tokio util(#224) Avoids unnecessary session id checking(#223) Check all underscore(#228) Use flag to control how to use block_in_place(#226) More test(#227/#220) ``` tokio release note: ``` Fix rt: support block_in_place in more contexts stream: no panic in merge() and chain() when using size_hint() task: include visibility modifier when defining a task-local sync: broadcast closing the channel no longer requires capacity Added rt: runtime::Handle::block_on ``` 2053: test: save integration test logs in a specified directory r=keroro520,doitian a=yangby-cryptape Currently, it's too hard to distinguish between integration test logs and other temporary logs, especially when make integration test to be automated. Co-authored-by: driftluo <[email protected]> Co-authored-by: Boyu Yang <[email protected]>
bors bot
added a commit
that referenced
this pull request
May 1, 2020
2050: chore: upgrade p2p/tokio r=TheWaWaR,quake a=driftluo 1. Upgrade p2p, use new `BlockingFlag` to optimize performance 2. Upgrade tokio, allow recursive call `block_in_place` p2p release note: ``` Bug Fix Fix session proto open/close by user part(#220) Features Replace unsplit with assignment(#225) Upgrade tokio util(#224) Avoids unnecessary session id checking(#223) Check all underscore(#228) Use flag to control how to use block_in_place(#226) More test(#227/#220) ``` tokio release note: ``` Fix rt: support block_in_place in more contexts stream: no panic in merge() and chain() when using size_hint() task: include visibility modifier when defining a task-local sync: broadcast closing the channel no longer requires capacity Added rt: runtime::Handle::block_on ``` Co-authored-by: driftluo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Chain config should be at the same level as
network
, as they're the same level modules.This PR changes chain config to: