Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proof of Authority Consensus Algorithm #2

Open
masonforest opened this issue Apr 4, 2018 · 3 comments
Open

Proof of Authority Consensus Algorithm #2

masonforest opened this issue Apr 4, 2018 · 3 comments

Comments

@masonforest
Copy link
Member

masonforest commented Apr 4, 2018

Title

  OIP: 1002
  Title: Proof of Authority  Consensus Algorithm 
  Author: Mason Fischer <mason@kissr.co>
  Status: Draft
  Type: Standard
  Layer: Consensus
  Created: 2018-04-04

Abstract

We need to implement Proof of Authority consensus in Exthereum so Exthereum can run in the PoA network.

Specification

Technical Specification: https://github.com/paritytech/wiki/blob/master/Aura.md
Reference implementation: https://github.com/paritytech/parity/tree/master/ethcore/src/engines/authority_round

@hayesgm
Copy link

hayesgm commented Apr 5, 2018

Question: do we currently implement any consensus mechanisms? Do we know where this would fit in to the current code-base?

@masonforest
Copy link
Member Author

do we currently implement any consensus mechanisms?

Not that I know of so yeah, we'd have to figure out where where this fits in to the exiting codebase.

@hayesgm
Copy link

hayesgm commented Apr 9, 2018

Yeah, it's likely near the boarder of ExWire and Blockchain. Blockchain was meant to (and generally still is) the piece that takes blocks and collects them together into a chain. ExWire is the piece which asks for new blocks from the network. Blockchain (I think) is the right place to decide what is the best block based on some rules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants