Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core v3: Validate transactions sent from multisignature wallets #3826

Closed
sebastijankuzner opened this issue Jun 24, 2020 · 0 comments
Closed

Comments

@sebastijankuzner
Copy link
Contributor

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)

  • Create mutlisignature wallet
  • Send transfer to another wallet from mutlisignature wallet
  • Dump database
  • Verfiy dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant