-
The example for eip191_string is:
```
let eip191_string: String = message.eip191_string()?;
```
But the function returns `Result`
Given the function name ends in "string" I think something …
-
## Abstract
Hey, I am trying to standardize `appended compact signatures` in top of what GnosisSafe did (https://github.com/gnosis/safe-contracts/blob/892448e93f6203b530630f20de45d8a55fde7463/cont…
-
High level roadmap of bigger topics we want to get done over the course of Q2/Q3 (unsoted):
- [ ] Implement Sign mode textual (Cosmos SDK 0.47 or later)
- [ ] Replace libsodium dependency (#1031)
…
-
I'm trying to get a **signTypedData_v4** to use with OpenSea's Seaport contract, I've tried generating it with ethers-js, eth-sign-utils and with eth-accounts but no success yet, i always get my trans…
-
## What was wrong?
When signing a message using `sign_message`, the messageHash output does not match the Solidity generated hash, but only when one of the 'types' is an array i.e. 'uint256[]' or 'ad…
-
I'm just practicing with your intro code. I got this error trying to connect to the latest (sign API + Auth API) React dApp (with standalone v2 client) Live app demo dapp:
React dApp (with standal…
-
```diff
diff --git a/src/lib.rs b/src/lib.rs
index 87d79c3..6c93807 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -81,6 +81,8 @@ pub enum VerificationError {
Crypto,
#[error("Normalisat…
-
My attempt to implement support for arbitrary DIDs in dag-ucan made me realize that there is a problem in regards to capturing signing algorithm (a.k.a signature types). There is some relevant discuss…
-
### Wallet name
Status
### Wallet description
Cryptocurrency wallet, decentralized private messenger and Ethereum dApp Browser all in one
### Wallet logo
![Status-logo](https://user-images.github…
-
# Handle
robee
# Vulnerability details
Use bytes32 instead of string to save gas whenever possible.
String is a dynamic data structure and therefore is more gas consuming then bytes32.
You could u…