-
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
Cell In[1], line 5
2 import plotly.grap…
-
## Summary
Support metamask signing. This is a larger endeavour that is a mix of frontend work and sdk work. the team over at secret did an implementation that looks good to me.
- https://g…
-
/**
*Submitted for verification at PolygonScan.com on 2021-12-16
*/
// File: openzeppelin-solidity/contracts/math/SafeMath.sol
pragma solidity ^0.5.2;
/**
* @title SafeMath
* @dev Unsigned math …
-
### 🧐 Motivation
In the current `ECDSA` library, there is support to construct a message to sign according to the EIP191 Standard with the following:
- The version `0x45` (E) with `toEthSignedMessag…
-
### Describe the desired feature:
### 🧐 Motivation
In the current `ECDSA` library, there is support to construct a message to sign according to the EIP191 Standard with the following:
- The version…
-
I used siwe-rs to verify the signature. The [signer] is the result of the verification. How can I recover the signer to the original eth address?
The following method is used, but the result is incor…
-
# Description
If I authenticate with DIDSession.authorize using an EthereumAuthProvider, I am provided with a session.did.id and session.did.parent. However, when I re-authenticate later on, a diff…
-
Cosmos SDK v0.45.2 contains the EIP191 Sign Mode. We can now implement an EIP191 Signing Handler
-
## Description
When signing a personal message, for example with EIP191, a buffer of 100 characters is used to store as much of the incoming message as possible (or 256 on NanoX with the EIP191 PR …
-
- [x] Support EIP-1271
- [x] Pairing API integration
- [x] EIP-1271 Signature Verifier
- [x] App EIP-191 response handler (should be extracted from AppRespondSubscriber)
- [x] App EIP-1271 respons…