etclabscore / jade-signer-rpc

🔏Jade Signer JSON-RPC lets you manage keys and sign transactions and messages offline for any EVM-based blockchain.
Apache License 2.0
6 stars 3 forks source link

Jade Signer supports context free accounts #81

Open zcstarr opened 4 years ago

zcstarr commented 4 years ago

Summary: Accounts in Jade signer are keyed currently from the chainID. This is fine when you aren't switching chains. However, as we move forward towards L2 scaling solutions, we hit problems supporting cross chain requests.

Motivation: ChainID is the prefix for all account actions, when account addresses should be chain agnostic.

Acceptance Criteria: Jade Signer stores account address information not keyed by chainID