Elnaril
Results
2
issues of
Elnaril
## What was wrong? Issue https://github.com/ethereum/eth-account/issues/101: Enable stricter mypy checks ## How was it fixed? I switched on the mypy flag "disallow_any_generics", and fixed resulting mypy errors. ### To-Do [//]:...
The function `eth_account.encode_structured_data()` is deprecated in favour of `eth_account.messages.encode_typed_data()`. The UR SDK is still using `encode_structured_data()` in `RouterCodec.create_permit2_signable_message` and thus must be updated with `encode_typed_data()`. As a source of inspiration,...
good first issue