-
### Link to minimal reproducible example
[https://github.com/NilsDelage/tests-paymaster-w3m-wevm](https://github.com/NilsDelage/tests-paymaster-w3m-wevm)
### Summary
Steps to reproduce:
* launch a…
-
Ledger show only hashes when user prompted to sign EIP712 with Rabby and there is no easy way to verify what these hashes correspond to. Signing hashes is dangerous, because it might be phishy permit …
0x398 updated
9 months ago
-
mt030d
medium
# Incorrect encoding of bytes for EIP712 digest in `TitleGraph` causes signatures generated by common EIP712 tools to be unusable
## Summary
The signature in `TitleGraph.ack…
-
Does web3dart support EIP712 or are there plans to do so or would you accept a PR?
----
Intro:
* https://medium.com/metamask/scaling-web3-with-signtypeddata-91d6efc8b290
Spec:
* https:/…
-
Hello, I am having problems to make EIP3009 from usdc polygon pos to work and it seems it uses the contracts from this repo.
It seems the EIP712 is wrong implemented: https://github.com/maticnetwor…
-
The `Eip712TypedDataEncoder` throws when encoding typed data if the `"EIP712Domain"` is not listed in the TypedData types. But according to the most recent EIP712 spec this shouldn't be necessary, the…
-
Currently Portis doesn't seem to support signing messages with Arrays in typedData. At Snapshot we are planning to switch fully to EIP712 and require this for some voting types and for creating propos…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x8b05ad57d1bfe0a4011489339bc489f3e09bf0ede069ea92cf2585fc7c3f7ae4
**Severity:** medium
**Description:**
**Descriptio…
-
For UsernameProof messages, users can either set an `fname` or an ENS domain they own
For ENS domain UsernameProofs particularly, the signature they send for the proof is an EIP-712 signature made …
-
Signtypeddata doesn't have this method. Can it be implemented like web3.js? Can eip712 signatures be like Web3.js? Is there a demo for eip712 signature ?thank you