Closed gusinacio closed 3 weeks ago
tap-core has a tap_eip712_domain function that uses the hardcoded name and version. We had some problems in the past with mismatch between those, let's just use this function.
tap_eip712_domain
https://docs.rs/tap_core/latest/tap_core/fn.tap_eip712_domain.html
We could move the DOMAIN_SEPARATOR to tap-core to prevent mismatches on any side.
tap-core
@gusinacio Please can you assign this to me?
@YashBit just assigned to you. Also added some description.
tap-core has a
tap_eip712_domain
function that uses the hardcoded name and version. We had some problems in the past with mismatch between those, let's just use this function.https://docs.rs/tap_core/latest/tap_core/fn.tap_eip712_domain.html