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

Conversation

@rakanalh
Copy link
Contributor

@rakanalh rakanalh commented Apr 7, 2020

@rakanalh rakanalh added the A3-in_progress Pull request is in progress. No review needed at this stage. label Apr 7, 2020
@gavofyork gavofyork added the A4-companion A PR that needs a companion PR to merge in parallel for one of its downstream dependencies. label Apr 8, 2020
@rakanalh rakanalh marked this pull request as ready for review April 21, 2020 12:56
@rakanalh rakanalh requested a review from rphmeier April 21, 2020 13:05
@rakanalh rakanalh requested a review from tomusdrw April 21, 2020 14:24
@rakanalh rakanalh changed the title Companion PR to #5182 Companion PR to #5182 - Substrate offchain signing Apr 21, 2020
@tomusdrw tomusdrw removed the A3-in_progress Pull request is in progress. No review needed at this stage. label Apr 21, 2020
@tomusdrw tomusdrw merged commit 87f080e into paritytech:master Apr 21, 2020
@rakanalh rakanalh deleted the offchain-signing branch April 21, 2020 16:50
use crate::attestations::{self, IncludedBlocks};
use crate::registrar::Registrar;

pub const KEY_TYPE: KeyTypeId = KeyTypeId(*b"para");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rakanalh Please follow up - there are missing docs here and below. Also, this is probably duplicated from primitives/src/parachain. Why not define this for ValidatorId or the fish key?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I originally wanted to do this but somehow forgot to. Will follow up in a new PR.

} else {
None
}
Signer::<T, T::AuthorityId>::any_account()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @montekki Did we want this to be the fish key instead?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

A4-companion A PR that needs a companion PR to merge in parallel for one of its downstream dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants