lambda_ethereum_consensus
lambda_ethereum_consensus copied to clipboard
Add boundary checks on numeric types
We should check that uint64 numbers are between 0
and 2**64 - 1
.