-
Notifications
You must be signed in to change notification settings - Fork 276
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
Fix multisignature #2595
Comments
The perfect fix we are thinking of is to allow users to use WASM smartcontract validators to check transactions.
|
But how we will decide which transaction is multisig? |
Also it's worth noticing that our Problem is the following: |
After meeting with @Arjentix we have two possible solutions for the problem:
As addition for method 1 and 2 second queue could be introduced, which will partially solve flooding problem, because transactions that are waiting for more signatures could be stored here. And transactions that pass signature check would be processed without any problem. However second queue still can reach it's full capacity. |
I will close this issue in favor of #3088 |
After the merge of #2582 we will broke multisignature mechanism. It was working because of signature checking mistake (see #2580).
The text was updated successfully, but these errors were encountered: