This repository was 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.7k
Update the service to std futures #4447
Merged
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
21e9162
Switch service to futures03
expenses 3e705f6
Fix tests
expenses 566f190
Fix service test and cli
expenses 3dd8ff4
Re-add Executor trait to SpawnTaskHandle
expenses be72319
Fix node-service
expenses b260cfe
Update babe
expenses 07ba97d
Fix browser node
expenses 84032dd
Update aura
expenses ae7dc83
Revert back to tokio-executor to fix runtime panic
expenses b0308aa
Add todo item
expenses ca1f5f2
Fix service tests again
expenses b455854
Merge remote-tracking branch 'parity/master' into ashley-service-futures
expenses f650750
Timeout test futures
expenses a3edd86
Fix tests
expenses 846224b
Merge remote-tracking branch 'parity/master' into ashley-service-futures
expenses a087651
Merge remote-tracking branch 'parity/master' into ashley-service-futures
expenses 326da2a
nits
expenses dd538b6
Merge remote-tracking branch 'parity/master' into ashley-service-futures
expenses 62e45b2
Fix service test
expenses b4e8d03
Merge remote-tracking branch 'parity/master' into ashley-service-futures
expenses f4ba4fa
Merge remote-tracking branch 'parity/master' into ashley-service-futures
expenses 5d03719
Remove zstd patch
expenses 9f57013
Re-add futures01 to aura and babe tests as a dev-dep
expenses 5cf66ca
Merge remote-tracking branch 'parity/master' into ashley-service-futures
expenses 49ab8a1
Merge remote-tracking branch 'parity/master' into ashley-service-futures
expenses ab73e60
Merge remote-tracking branch 'parity/master' into ashley-service-futures
expenses 1390491
Merge remote-tracking branch 'parity/master' into ashley-service-futures
expenses 4a57419
Change failing test to tee
expenses 2f99610
Merge remote-tracking branch 'parity/master' into ashley-service-futures
expenses cd25fcc
Fix node
expenses 078992f
Upgrade tokio
expenses 208291a
fix society
gui1117 4e29d08
Merge remote-tracking branch 'parity/gui-fix-society' into ashley-ser…
expenses 9c19763
Start switching grandpa to stable futures
expenses 51e0ead
Merge remote-tracking branch 'parity/master' into ashley-service-futures
expenses ebb26a2
Revert "Start switching grandpa to stable futures"
expenses 5a51c55
Fix utils
expenses 01e2073
Revert substrate service test
expenses 6ad061b
Merge remote-tracking branch 'parity/master' into ashley-service-futures
expenses 87c740e
Revert gitlab
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
Add todo item
- Loading branch information
commit b0308aa9ffe7aed608fc2ca4f1946d23476872e7
There are no files selected for viewing
This file contains hidden or 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.
Libp2p has been switched to std futures.