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
The yellow paper equation 131 defines the "is-kin" property. Currently this is not correctly implemented, in the AccumulateRewards function at https://github.com/ethereum/go-ethereum/blob/develop/core/block_processor.go#L280
Specifically, it must check that the uncle hash is not one of the ancestors.
Also: the AccumulateRewards function accepts uncles which are siblings - share the same parent hash as the current block.
The text was updated successfully, but these errors were encountered:
Add
ancestors.Has(uncle.Hash())
Sorry, something went wrong.
Merge pull request ethereum#387 from holisticode/swarm-network-rewrit…
54c354b
…e-retrieval-test swarm: implemented retrieval test
Merge pull request ethereum#387 from dinhln89/min_tomo
95b360f
Fixed minimum gas used when deploy SMC.
No branches or pull requests
The yellow paper equation 131 defines the "is-kin" property. Currently this is not correctly implemented, in the AccumulateRewards function at https://github.com/ethereum/go-ethereum/blob/develop/core/block_processor.go#L280
Specifically, it must check that the uncle hash is not one of the ancestors.
Also: the AccumulateRewards function accepts uncles which are siblings - share the same parent hash as the current block.
The text was updated successfully, but these errors were encountered: