-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
P1High priorityHigh priority
Description
Problem
As part of the cloning pipeline rewrite we removed deprecated support for escrowed feepayer commit + undelegation.
It is a regression, even though no one is using this feature right now.
Solution
Add a specific instruction to the Magic Program that serves specifically to commit/undelegate escrowed fee payers.
It would take the following accounts:
payer: [signer] - the escrowed fee payer
escrow: [] - the escrow we are committing
magicprogram: []
We then check that the payer has signed the transaction and schedule a commit/undelegate for the escrow account which should be delegated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1High priorityHigh priority