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 recently added unit tests (additional to the existing state tests) that cover the rewards that are paid to the miners.
We should expand the following cases (citing from)
calculating uncle/nephew reward when the uncle is on a different VM (like: uncle in frontier at 0, nephew in constantinople at 1) uncles that are 2 -> 8 layers back validating that uncles > 8 back are invalid
(I'm saying the last two without having reviewed the uncles section of the YP recently, so probably have some detail wrong)
Add test here
The text was updated successfully, but these errors were encountered:
Tests should be reasonably easy to write using the new chain builder tools and/or the fixture builder.
Fixture-builder would be ideal as we could potentially contribute those back upstream, but it's probably best to just start with chain-builder.
Sorry, something went wrong.
I'm taking this up.
This can be closed with #1685
No branches or pull requests
What is wrong?
We recently added unit tests (additional to the existing state tests) that cover the rewards that are paid to the miners.
We should expand the following cases (citing from)
How can it be fixed
Add test here
The text was updated successfully, but these errors were encountered: