-
I have some issues with signing with metamask.
I am currently facing some challenges while attempting to sign a transaction created with evmosjs using Metamask. Specifically, I am encountering an i…
-
# Lines of code
https://github.com/code-423n4/2022-07-golom/blob/7bbb55fca61e6bae29e57133c1e45806cbb17aa4/contracts/core/GolomTrader.sol#L98
# Vulnerability details
## Impact
If there is ever a ha…
-
It would be nice if you'd add support for W3C VCs (since they are a global standard for attestations) to support offchain and onchain attestations. I guess it should be possible to create W3C VCs with…
-
# Lines of code
# Vulnerability details
Fixed. EIP712 is now correctly implemented everywhere.
-
**📝 Details**
Governor initializes with the following constructor:
```solidity
constructor(string memory name_) EIP712(name_, version()) {
_name = name_;
}
```
However, `_name` is als…
-
We should research an alternative, potentially implement a Ledger app/plugin for Safe.
@schmanu:
> I think ledger’s actually support eth_signTypedData by now but the contract abi’s need to be al…
-
# Lines of code
https://github.com/code-423n4/2022-03-rolla/blob/efe4a3c1af8d77c5dfb5ba110c3507e67a061bdd/quant-protocol/contracts/utils/EIP712MetaTransaction.sol#L102-L114
# Vulnerability details
…
-
when run on https://github.com/evmos/ethermint
it'll fail with these errors:
```
/go/pkg/mod/github.com/evmos/ethermint@v0.6.1-0.20220923160625-35850e620d28/app/ante/eip712.go:236:36: RecoverPubkey…
-
EIP712 signing?
-
# Lines of code
https://github.com/re-nft/smart-contracts/blob/3ddd32455a849c3c6dc3c3aad7a33a6c9b44c291/src/packages/Signer.sol#L151-L151
https://github.com/re-nft/smart-contracts/blob/3ddd32455a849c…