You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Title
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
The text was updated successfully, but these errors were encountered: