-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot reset networking keys #1078
Comments
@ykr973 Thanks for reporting this issue. Which wallet are you using with WalletConnect? |
Argent asked "if the dapp itself supports EIP-1271 signatures"? Also, tried with a tablet, a windows computer, some other browsers - all behave the same. Argent suggested that maybe the bridge blocks signatures from contract addresses. While it's perhaps not important to specifically support Argent, I think some people might want to use a multi-sig like Gnosis Safe and if Argent's guess is correct it sounds like that wouldn't work either. |
I wonder if this would be solved by updating WalletConnect support? |
WC update would not change this behavior afaik am i right in assuming that this urbit id is on the rollup? if this ship is managed on mainnet, everything should be hunkydory because the app would submit a my understanding is that the issue here is that the signer is a smart contract and follows eip-1271 signature standard to "sign" messages, but that means that clients of those smart contracts (i.e. gnosis safe or argent apps) don't have anything valid to return to the caller, so they return to verify that a smart contract does indeed want some thing to be 'signed', one must query the contract with the the solution is to implement EIP-1271 validation either on the client side or on the roller api side. the client-side code is very simple and looks like an exponential backoff retry that queries the chain as above, waiting for that signature to be valid. if the roller api server has a queue of some kind to keep not-yet-valid messages in, that polling can be done in there as well. regardless, the roller api must also validate the signature on-chain (instead of recovering an EOA's signature as it does now) to verify that the request is legitimate. and then it should work |
Describe the bug
Cannot reset my networking keys.
To Reproduce
Error message shown shown below results almost every time, the two times it didn't appear 'tt undefined' was displayed in on the web browser in the same space where "Request rejected" appears if the transaction is rejected. There is no actual network problem. I tried multiple connections, with and without VPN. If I reject the transaction it immediately shows "Transaction rejected" in red indicating there is no actual network problem nor any connection problem between the dapp and the wallet.
Expected behavior
Create a transaction and reset networking keys.
Screenshots
Desktop (please complete the following information):
macOS 13.0.1
Safari, Firefox, Brave, Chrome
Login method (please complete the following information):
WalletConnect
Additional context
N/A
The text was updated successfully, but these errors were encountered: