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
tapgarden: extend GardenKit with delegation and supply commit support
This commit enhances the GardenKit configuration by adding two new
optional dependencies: DelegationKeyChecker and MintCommitter. These
additions enable the garden subsystem to verify delegation key ownership
and submit mint events to the supply commitment state machine.
The GardenKit struct serves as the central configuration hub for the
tapgarden package, and these new fields allow components like the
BatchCaretaker to conditionally enable supply commitment functionality
when the required dependencies are available.
0 commit comments