We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Transactions with insufficient funds can be on-chain and lead to consensus service stuck.
To Reproduce Steps to reproduce the behavior:
when the consensus service stuck, there is only 459+GAS with the account.
Expected behavior Those transactions with not enough gas check should be discarded. Consensus service should not stuck.
Screenshots
Platform:
The text was updated successfully, but these errors were encountered:
This problem related to #1140 @vncoelho
I think we can allow this situation happen but change the calculation of sys_fee.
neo/neo/SmartContract/Native/Tokens/GasToken.cs
Lines 37 to 53 in 72be7f6
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Transactions with insufficient funds can be on-chain and lead to consensus service stuck.
To Reproduce
Steps to reproduce the behavior:
when the consensus service stuck, there is only 459+GAS with the account.
Expected behavior
Those transactions with not enough gas check should be discarded.
Consensus service should not stuck.
Screenshots
Platform:
neo-cli: master Limit incoming connections based on param. Support connecting to trusted IPs. #470
neo: master Add NeoAPI and update code after testing with NEO3 preview1 #1150 + pr1220
The text was updated successfully, but these errors were encountered: