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

feat/overseer: introduce closure init #3775

Merged
8 commits merged into from
Sep 4, 2021

Conversation

drahnr
Copy link
Contributor

@drahnr drahnr commented Sep 2, 2021

Enables removal of the connected/disconnected overseer state.

Closes #3771

Enables removal of the connected/disconnected overseer state.
@drahnr drahnr added A3-in_progress Pull request is in progress. No review needed at this stage. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. labels Sep 2, 2021
@drahnr drahnr self-assigned this Sep 2, 2021
Allows to re-use init-once types, which would otherwise error.
Preparation for removal of `AllSubsystems`
which is another prerequisite for removing
the connect/disconnect state.
@drahnr drahnr force-pushed the bernhard-overseer-closure-as-alt-init branch from 621c76a to 9c46653 Compare September 3, 2021 08:31
@drahnr
Copy link
Contributor Author

drahnr commented Sep 3, 2021

bot merge

@ghost
Copy link

ghost commented Sep 3, 2021

Waiting for commit status.

@ghost
Copy link

ghost commented Sep 3, 2021

Merge aborted: Checks failed for 1563adf

@drahnr
Copy link
Contributor Author

drahnr commented Sep 4, 2021

bot merge

@ghost
Copy link

ghost commented Sep 4, 2021

Waiting for commit status.

@ghost ghost merged commit 285a35b into master Sep 4, 2021
@ghost ghost deleted the bernhard-overseer-closure-as-alt-init branch September 4, 2021 08:07
ordian added a commit that referenced this pull request Sep 6, 2021
* master:
  Add tests and modify as_vec implementation (#3715)
  Bump structopt from 0.3.22 to 0.3.23 (#3770)
  bump substrate and beefy (#3789)
  set `DisputesHandler` in initializer (#3788)
  Bump futures from 0.3.16 to 0.3.17 (#3742)
  Convert rococo chainspec to raw chainspec (#3785)
  feat/overseer: introduce closure init (#3775)
  comment out bridges runtime modules (broken) and update Rococo chain-spec (#3780)
  Add VoteLocking config (#3734)
  Enable disputes on rococo (#3764)
  XCM: Automatic Version Negotiation (#3736)
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A3-in_progress Pull request is in progress. No review needed at this stage. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

overseer: add closure as subsystem init method
3 participants