[Bug] alloy-dyn-abi::TypedData should populate Resolver EIP712Domain type fields when existent #452
Closed
Description
Component
dyn-abi
What version of Alloy are you on?
0.5.2
Operating System
Linux
Describe the bug
When creating a alloy-dyn-abi::eip712::TypedData::from_struct() with a Eip712Domain the internal Resolver field is not populated with the domain type fields used.
This creates issues for recovery using the TypedData object signed (tested with browser injected wallet).