Closed JeneaVranceanu closed 5 months ago
Curious but should we upgrade the sign with ethereum stuff? I had looked at that before but it seemed to not match signatures somewhere
it seemed to not match signatures somewhere
@richtera If so then we need to update it. I'll open a separate task to double-check that SIWE implementation matches the standard.
Sorry for the long waiting. Had more issues with tests. Now it's fixed and ready to be re-reviewed and potentially merged.
Sign
and Personal Signare very similar, can we merge it into one? Just add another checkbox under
Sign in with Ethereum`.
I'll need to re-review this PR but yes, we can merge them into one.
I guess this is stale - shall we close this one? @JeneaVranceanu
I guess this is stale - shall we close this one? @JeneaVranceanu
I'll check and let you know.
@JeneaVranceanu FYI this PR has been opened since last summer, should we merge?
@JeneaVranceanu FYI this PR has been opened since last summer, should we merge?
I'm moving the task to testing. I think we will merge tomorrow. It's kind of the lowest priority 😅
https://app.clickup.com/t/86byuf8j1
Added support for
eth_signTransaction
andpersonal_sign
.personal_sign
andeth_sign
are now one component. The returned value must be the same as foreth_sign
.eth_signTransaction
- visually it's a combination ofeth_sendTransaction
andeth_sign
. This component sends a transaction to sign and allows for:eth_sign
component);EIP1271.isValidSignature
(same aseth_sign
component);SIGN
permission (just decided to add);https://github.com/lukso-network/universalprofile-test-dapp/assets/36865532/fc99454f-5f11-49af-9b82-c50707121894