This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
RPCs for geth keys import #1906
Labels
F8-enhancement 🎊
An additional feature request.
P5-sometimesoon 🌲
Issue is worth doing soon.
Q5-substantial 📓
Can be fixed by a developer with decent experience.
Avoid importing geth keys automatically. Instead provide two RPCs for that purpose:
ethcore_listGethKeys
()
returns[a0: ADDRESS, a1: ADDRESS, ...]
Lists all geth keys that can be imported which do not match a key in our secret store.ethcore_importGethKey
(a: ADDRESS)
returns success: BOOL Attempts to import the geth keya
.success
istrue
if successful.The text was updated successfully, but these errors were encountered: