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
I noticed that now there are GenesisIface, TransitionIface, and ExtensionIface, related to ContractBuilder, and TransitionBuilder. But there is no ExtensionBuilder, so do we also need an ExtensionBuilder?
I also noticed that for the ExtensionIface, there is a redeem structure(It's not a state, but a valency type), maybe related to the input in the TransitionIface, so if there is an ExtensionBuilder with a redeem parameter, then what does the redeem actually work for?
The text was updated successfully, but these errors were encountered:
Extension doesn't close any single-use seals though; its inputs are redeems. Redeems do redeem valencies, defined by other operations; it is the way how one link them into the contract history graph.
I noticed that now there are
GenesisIface
,TransitionIface
, andExtensionIface
, related toContractBuilder
, andTransitionBuilder
. But there is no ExtensionBuilder, so do we also need anExtensionBuilder
?I also noticed that for the
ExtensionIface
, there is aredeem
structure(It's not a state, but a valency type), maybe related to theinput
in theTransitionIface
, so if there is anExtensionBuilder
with aredeem
parameter, then what does theredeem
actually work for?The text was updated successfully, but these errors were encountered: