Skip to content

EPIC: Attester network Evolve #232

@randygrok

Description

@randygrok

Related PR #230

  • Apply old changes from attester to new version in abci. Attester network #149 DONE
    • wire module network
  • Test IBC connection after wiring, no attester activated.
  • Add flag and toggle for running the node in attester mode. DONE
  • Test IBC connection after wiring, attester activated, using validator set from abci state. Not really attesting from endpoint point of view.
  • Endpoints that change based on attester mode.
    - TODO
  • sidecar binary process to attest blocks (join attester set, attest every block)
  • Simplest attester based version of attested network.
    • 1 validator from genesis
    • joins the attester network
    • attest the blocks 1 by 1 (all)
      • validate first if attested signature is the same as the one generated by the sequencer. (demonstrate that attested signature follows the same method as the normal flow of sequencer)
      • IBC test, should pass as it really is not attesting as sequencer and attester is the same.
    • Attesting every block
      • if block is attested
        • RPC block returns the block information
      • if block is not attested
        • RPC block returns the block does not exist
    • BlockFilter from Alex disabled (is it needed?).
  • e2e tests using docker compose with the main scenario passing.
  • Add e2e test to github actions of ev-abci
    • 2 validator from genesis
    • both joins the attester network (by current impl now validator and attester should be bonded in the staking module)

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions