-
## Description
Hi Team,
I want to use a python script to clear sign a EIP712 message (json) via my ledger device.
I could use ledgerjs's [`signEIP712Message` ](https://github.com/LedgerHQ/ledge…
-
### Component
Forge
### Describe the feature you would like
# Motivation
One of the hardest things to properly test in Foundry is EIP-712 encoding and hashing. Efficiently encoding EIP-712 in Soli…
-
### Ethers Version
6.13.2
### Search Terms
EIP712_TX_TYPE, eip712
### Describe the Problem
User zksync-ethers(v6.12.1) signer to send EIP712 transaction, zksync-ethers depends on ethers.js v6. T…
-
Test code:
```python
import os
from eip712_structs import Bytes, Array, EIP712Struct, make_domain
class TestStruct(EIP712Struct):
byte_array = Array(Bytes(32), 4)
byte_array = [os.uran…
-
It is a truth universally acknowledged, that a single user in possession of a good fortune, must be in want of a human-readable message to sign when making metatransactions.
Currently, when signing…
-
I'm wanting to hash [0x orders](https://github.com/0xProject/0x-protocol-specification/blob/master/v2/v2-specification.md#hashing-an-order) and they use [EIP712](https://github.com/ethereum/EIPs/pull/…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x3d8e0be59cc1e1447972ce1ffa03b3545e35280084af68c072989160a8637746
**Severity:** medium
**Description:**
**Descriptio…
-
Would be handy to be to sign (and hash) typed data in eth.build.
Maybe a typedData input on the sign widget that can take the output of an object? Or a separate typedData widget?
-
add a new EIP712 type for off-chain use with delegates (like https://github.com/crossbario/autobahn-python/blob/master/autobahn/xbr/_eip712_domain_create.py)
```json
{
"delegate": "0x7cB57B5A…
-
As more and more L2 solutions are finally showing up, the importance for a wallet to sign a EIP712 is rising, and dramatically if I may say so. Is there any plan to support them? I may try to help, bu…