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
Transactions sent from multisignature wallets should be validated when using snapshot:verify command.
Current Behavior
Transactions sent from the multisignature wallet are not validated inside arkecosystem/crypto validator. Behavior is causing errors when snapshot:verify and snapshot:restore is run. Problem exist on all networks (main, dev, test). Validator is checking only transactions originated from single signature and second signature wallets and looks like there is missing code for mutltisignature verification.
Possible Solution
Extend arkecosystem/crypto validator logic.
Steps to Reproduce (for bugs)
Create mutlisignature wallet
Send transfer to another wallet from mutlisignature wallet
Dump database
Verfiy dump
The text was updated successfully, but these errors were encountered:
Expected Behavior
Transactions sent from multisignature wallets should be validated when using snapshot:verify command.
Current Behavior
Transactions sent from the multisignature wallet are not validated inside arkecosystem/crypto validator. Behavior is causing errors when snapshot:verify and snapshot:restore is run. Problem exist on all networks (main, dev, test). Validator is checking only transactions originated from single signature and second signature wallets and looks like there is missing code for mutltisignature verification.
Possible Solution
Extend arkecosystem/crypto validator logic.
Steps to Reproduce (for bugs)
The text was updated successfully, but these errors were encountered: