Closed klkvr closed 1 week ago
Makes sure that we never panic when dealing with chain_ids up to u64::MAX. Larger chain_ids would just fail decoding/deserialization
u64::MAX
Motivation
Makes sure that we never panic when dealing with chain_ids up to
u64::MAX
. Larger chain_ids would just fail decoding/deserializationSolution
PR Checklist