automata-network / automata

Automata Network is a modular attestation layer that extends machine trust to Ethereum with TEE Coprocessors.
https://ata.network
Apache License 2.0
94 stars 19 forks source link

Adds an Aura Consensus algorithm to Runtime #3

Closed Kayryu closed 3 years ago

Kayryu commented 3 years ago

Now start the development network using the BABE algorithm.If there is only a single node, the network will not function properly after being shut down for a period of time, which is not conducive to internal testing.

So it makes more sense to change the BABE algorithm to the AURA algorithm.

The error message:

ClientImport("Unexpected epoch change")  
Kayryu commented 3 years ago

Modify the design to use Aura directly.