-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Parallel verification issues #1420
Comments
That make sense, we need to recheck the balance after parallelVerify. |
@Tommo-L If it's scenario, it's not related to parallel verification because TX1 and TX2 can enter in mempool with balance, and later transfer his funds to other address, when they enter in the block, the second one can produce the same behaviour. |
No, it's related to parallel verification. If the transaction will transfer his funds to other address, it'll update the mempool after persisted by |
Describe the bug
While reviewing the bug #1410 I used multiple threads for the rpc request and I advice that it produce a similar denial of services that is described in #1410
The error was produced here
neo/src/neo/Ledger/Blockchain.cs
Line 500 in fc1a64b
Because a double spend in Gas native token
neo/src/neo/SmartContract/Native/Tokens/Nep5Token.cs
Line 100 in fc1a64b
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Consensus nodes are expected to handle massive txs.
Additional context
Possible fix #1417
The text was updated successfully, but these errors were encountered: