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
Add new field to UnconfirmedTransaction , isUsingBlockchainContext used, which is set during first validation if any of inputs' ergotrees has isUsingBlockchainContext flag set ( ergoplatform/sigmastate-interpreter#929).
If flag is set, remember validation result in UnconfirmedTransaction as well (true / false along with cost).
And if flag is set, and validation result is true, check only that inputs still exist in CleanupWorker.validatePool
Add new field to UnconfirmedTransaction ,
isUsingBlockchainContext
used, which is set during first validation if any of inputs' ergotrees hasisUsingBlockchainContext
flag set ( ergoplatform/sigmastate-interpreter#929).If flag is set, remember validation result in UnconfirmedTransaction as well (true / false along with cost).
And if flag is set, and validation result is
true
, check only that inputs still exist inCleanupWorker.validatePool
Dependent on 5.0.14 sigma-state release with ergoplatform/sigmastate-interpreter#929
The text was updated successfully, but these errors were encountered: