This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Remove the service, replacing it with a struct of individual chain components #6352
Merged
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
5178a3f
WIP
expenses 9bb0129
Making progress
expenses 91767ac
Almost ready
expenses 3de5fce
Get service tests compiling
expenses 937ad16
Fix node screenshot
expenses 8d84167
Merge remote-tracking branch 'parity/master' into ashley-service-mult…
expenses 30b8c65
Line widths
expenses a09301e
Merge remote-tracking branch 'parity/master' into ashley-service-mult…
expenses 5bcf9f6
Fix node cli tests
expenses 01e3ea0
Fix node cli warning
expenses 1290452
ChainComponents -> ServiceComponents, fix tests
expenses 11e3203
make spawn_handle public
expenses 04d82e1
Merge remote-tracking branch 'parity/master' into ashley-service-mult…
expenses 55df8af
Remove spawnnamed impl for taskmanager
expenses 4e11e59
Move the keep alive stuff to the task manager
expenses 22048cf
Move the telemetry, base path, rpc keep_alive to the service builder
expenses b5b335a
Merge remote-tracking branch 'parity/master' into ashley-service-mult…
expenses 8ae7a04
Make the task manager keep alive an internal detail
expenses 3319c11
Merge remote-tracking branch 'parity/master' into ashley-service-mult…
expenses f0a8f35
Rewrite the browser start_client future
expenses 4546435
Remove run_node etc
expenses f42df6c
Revert my personal changes to browser-demo/build.sh
expenses 0ad4e40
use |config|
expenses d066c02
Add a runtime_version function to SubstrateCli
expenses 1305100
Reexport role and runtime version from sc cli
expenses 1326a02
Update Cargo.lock
expenses 772b757
runtime_version -> native_runtime_version
expenses efae0da
Merge remote-tracking branch 'parity/master' into ashley-service-mult…
expenses fe9d37a
Pass chain spec to native_runtime_version for polkadot
expenses 97112f2
Merge remote-tracking branch 'parity/master' into ashley-service-mult…
expenses 9c2e782
Fix line widths
expenses 1f71076
Traitify ServiceComponents Client
expenses File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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.
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.
I wonder if that
runtime_version
couldn't be move to SubstrateCli since it's a kind of constant. This would simplifies a bit the calls here.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.
Done that now
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.
That's amazing. It looks neat!