lukso-network / lukso-orchestrator

Orchestrating the dance of vanguard and pandora.
Apache License 2.0
6 stars 7 forks source link

Implement consensus service and construct communication with `pandorachain` and `vanguardchain` package #37

Closed atif-konasl closed 3 years ago

atif-konasl commented 3 years ago

Overview

We need to implement consensus service which will start running when node starts. This service will do some specific and core tasks for orchestrator. This service will decide the final consensus and persist only valid slots and block hashes of pandora and vanguard chain into its db.

Tasks

Implementation Notes

Please provide implementation notes

atif-konasl commented 3 years ago

Closing this issue.