omni-network / omni

Monorepo for Omni node, contracts and other related tools

Home Page:https://omni.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[EPIC] Create a basic Omni validator to consense one XBlock

jmozah opened this issue · comments

Summary

Create base structure for Omni validator so that one XBlock message is consensed.

Motivation

We should be able to send a XBlock to the validators and make them attest and consense on it.
This will give as base for us to add more validator related stuff later.

Implementation

  • Create a embeded cometBFT App which can take a XBloxk and consense
  • Create mock XBlock injector
  • Create a mock relayer which prints a consensed XBlock

Related PRs

[ ] PR 1
[ ] PR 1
[ ] PR 1
[ ] PR 1

PS: This is a umbrella issue which should get closed once all the engineering tasks are completed related to this.