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.
What layer would this be implemented?
This is for the future. The idea is to check this in the future and add validations if needed.