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
As is evident in the case of multisig, triggers for different authorities can have the same logic, and currently they each hold a full blob, which would be a waste of space.
Possible solutions I think of:
Let by-call triggers inherit the caller authority
Have a dedicated instruction to register to hash-to-blob map and let other instructions and transactions hold ExecutableRef
The text was updated successfully, but these errors were encountered:
As is evident in the case of multisig, triggers for different authorities can have the same logic, and currently they each hold a full blob, which would be a waste of space.
Possible solutions I think of:
ExecutableRef
The text was updated successfully, but these errors were encountered: