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
There is a weakness in the design of the security policy return value mechanism. Originally, at most 1 warning was displayed, as the first step of the state machine. That is no longer true, but the return value does not convey the reason for warning, and the ui state machines have to be linear (because of how the macros are written), and now it is not possible to avoid displaying the warning just by skipping the first ui step. Not easy to improve.
In policyForSignTxInit, there are functions for warnings:
There is a weakness in the design of the security policy return value mechanism. Originally, at most 1 warning was displayed, as the first step of the state machine. That is no longer true, but the return value does not convey the reason for warning, and the ui state machines have to be linear (because of how the macros are written), and now it is not possible to avoid displaying the warning just by skipping the first ui step. Not easy to improve.
In
policyForSignTxInit
, there are functions for warnings:relevant only for Plutus signing mode but called outside of the switch case.
Also,
in the above switch duplicates
needsMissingScriptDataHashWarning
.The text was updated successfully, but these errors were encountered: