cacti
cacti copied to clipboard
Integrate SATP with BUNGEE
SATP will now use BUNGEE to create the proofs sent to counterparty gateways.
Requirements:
- Define a mapping of relevant information that a SATP proof must have (eg for private blockchains a view including the changed state is enough; for public blockchains a view including the state change + transaction hash, for instance)
- At the stage when a proof of a transaction is created, call BUNGEE plugin instead with the corresponding arguments relevant to that transaction.
- Map BUNGEE response to proof object, and send the proof to counterparty gateway
@RafaelAPB please assign me this one