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 has been described in the #996 (comment), node could keep invalid spawned finalizer commit transactions in the wallet because there's a lack of validation of them prior adding to the wallet.
This could be fixed in a similar way as #1040 does it for deposit transactions. @kostyantyn also came with a proposal to use ContextualCheck: #1040 (comment). 3rd option is to apply the full transaction validation path.
frolosofsky
changed the title
Validate or contextual check any spawned commit transaction prior adding them to the wallet
Validate any spawned commit transaction prior adding them to the wallet
May 2, 2019
As has been described in the #996 (comment), node could keep invalid spawned finalizer commit transactions in the wallet because there's a lack of validation of them prior adding to the wallet.
This could be fixed in a similar way as #1040 does it for deposit transactions. @kostyantyn also came with a proposal to use
ContextualCheck
: #1040 (comment). 3rd option is to apply the full transaction validation path.User-driven commits (definitely must be fixed):
System-driven commits (needs more investigation):
The text was updated successfully, but these errors were encountered: