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
We need to test the STP module thoroughly. For this should test all possible combinations of the following parameters
outOfGasException
We further need to check the value of our computations for
GAS_UPFRONT
GAS_STIPEND
GAS_PAID_OUT_OF_POCKET
~ 1<<128
1<<128
1<<128 + 1
~ 1<<256
Ideally we would replace our hand made computations with Besu stuff ...
This leads to
The text was updated successfully, but these errors were encountered:
London
lorenzogentile404
OlivierBBB
letypequividelespoubelles
No branches or pull requests
We need to test the STP module thoroughly. For this should test all possible combinations of the following parameters
Test dimensions
outOfGasException
/ does notWe further need to check the value of our computations for
GAS_UPFRONT
GAS_STIPEND
column in the nonzero value case, zero value caseGAS_PAID_OUT_OF_POCKET
if gas parameter is~ 1<<128
1<<128
,1<<128 + 1
,~ 1<<256
Ideally we would replace our hand made computations with Besu stuff ...
Test scenarios
This leads to
The text was updated successfully, but these errors were encountered: