edr icon indicating copy to clipboard operation
edr copied to clipboard

Improve error message for large block timestamps

Open fvictorio opened this issue 9 months ago • 0 comments

See https://github.com/NomicFoundation/edr/issues/399

Instead of

data did not match any variant of untagged enum U64OrUsize at line 1 column 110

We should show a better error, something like Timestamp used for {method} is too large. Received {value}; the maximum value is {max_value}. (actual message tbd).

fvictorio avatar May 06 '24 08:05 fvictorio