Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (13 loc) · 654 Bytes

bridge-plutus-handover-committee.md

File metadata and controls

13 lines (13 loc) · 654 Bytes
sequenceDiagram
    participant Bridge
    participant CommitteeHashValidator
    rect rgba(0,0,0,0.1)
      Note over CommitteeHashValidator: Q: Is this a correct target?
      Bridge->>CommitteeHashValidator: updateCommitteeHash(newHash,signature,committeePks[])
      Bridge-->>CommitteeHashValidator: previous commiteeHash utxo as input
    end
    CommitteeHashValidator->>CommitteeHashValidator: verify signature
    CommitteeHashValidator->>CommitteeHashValidator: verify consumed previous
    CommitteeHashValidator-->>CommitteeHashValidator: create new utxo with the CommitteeNft, expect redeemer of that utxo to be eq to newHash
Loading