dominant-strategies / go-quai

Official Go Implementation of the Quai Network
GNU General Public License v3.0
2.36k stars 456 forks source link

[Quais] - Add back the `JsonRpcSigner` class #1890

Open rileystephens28 opened 2 weeks ago

rileystephens28 commented 2 weeks ago

A few weeks ago we thought we wouldnt need it so we removed it. Turns out we need it for BrowserProviders to interact with remote signers (aka wallet extensions). It will need to be updated to have request routing like the other providers do. This is currently blocking the pelagus team from progressing on the new quais integration.