generated from evstack/template-da-repo
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
0 / 70 of 7 issues completedDescription
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
- if block is attested
- 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
Labels
No labels