You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
I've been working on a software project where we use both JS and Rust to generate valid EIP712 signatures and we're not using a contract to verify the signature but our own nodes (similar to how Farcaster does it).
cc @DaniPopes, who has been touching this code recently. The best non-breaking way is probably to add a raw_salt that gets parsed as a H256 and is mutually exclusive with salt?
Version
main branch latest today
Platform
all
Description
ethers-rs/ethers-core/src/types/transaction/eip712.rs
Line 383 in 64b7f1e
ethers-rs/ethers-core/ethers-derive-eip712/src/lib.rs
Line 18 in 404422e
The text was updated successfully, but these errors were encountered: