Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

separate out signature provider from producer plugin #9066

Merged
merged 2 commits into from May 8, 2020

Conversation

spoonincode
Copy link
Contributor

@spoonincode spoonincode commented May 8, 2020

Change Description

Currently the only time nodeos needs to perform a signature is when signing a block. Thus defining keys and where to find the private key for those keys has been in producer plugin.

Going forward though, this will not be the only use case for signing in nodeos. For example, a witness needs to sign blocks as well.

Move the signature provider code out of producer plugin to its own plugin so that any plugin can leverage signing through a single impl.

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@spoonincode spoonincode changed the base branch from nodeos_se to develop May 8, 2020 15:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants