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 I believe the miningReward calculation for the genesis block (height = 0) is possibly incorrect
https://github.com/coinbase/rosetta-ethereum/blob/79a9b97d0a3ed08ae151a3f313aa57b88dd128a4/ethereum/client.go#L971-L976
To Reproduce
curl -XPOST --head localhost:8080/block -d'{ "network_identifier": { "blockchain": "Ethereum", "network": "Mainnet" }, "block_identifier": { "index": 0 } }'
Expected behavior
The mining reward for the genesis block is 5 ETH. that is according to https://etherscan.io/block/0
5 ETH
Additional context
If this is expected, then that is fine by me too! just checking here because etherscan and rosetta mismatch here. thanks!
The text was updated successfully, but these errors were encountered:
@shrimalmadhur I'd like to work on this one!
Sorry, something went wrong.
miningReward
thepabloaguilar
Successfully merging a pull request may close this issue.
Describe the bug
I believe the miningReward calculation for the genesis block (height = 0) is possibly incorrect
https://github.com/coinbase/rosetta-ethereum/blob/79a9b97d0a3ed08ae151a3f313aa57b88dd128a4/ethereum/client.go#L971-L976
To Reproduce
Expected behavior
The mining reward for the genesis block is
5 ETH
. that is according to https://etherscan.io/block/0Additional context
If this is expected, then that is fine by me too! just checking here because etherscan and rosetta mismatch here. thanks!
The text was updated successfully, but these errors were encountered: