You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Related PR #230
- TODO