Dan Cline
Dan Cline
Realizing we had this bug before, including a test, and I had fixed it: https://github.com/recmo/uint/pull/229
I guess this boils down to: If we want to allow permissive U256 deser for other formats, we need to use a separate type or helper method for deserializing U256...
> @Rjected this looks nice, did you check why tests are failing? nope, was busy with other things, can pick this back up this week
The matter labs repo is not `no_std` compatible, working on it however, so I'll probably need to change from a `bn` feature to a `matter_labs` feature, where matter labs is...