Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

RPCs for geth keys import #1906

Closed
gavofyork opened this issue Aug 10, 2016 · 0 comments
Closed

RPCs for geth keys import #1906

gavofyork opened this issue Aug 10, 2016 · 0 comments
Assignees
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.

Comments

@gavofyork
Copy link
Contributor

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 key a. success is true if successful.
@gavofyork gavofyork added F8-enhancement 🎊 An additional feature request. P5-sometimesoon 🌲 Issue is worth doing soon. Q5-substantial 📓 Can be fixed by a developer with decent experience. labels Aug 10, 2016
@gavofyork gavofyork self-assigned this Aug 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.
Projects
None yet
Development

No branches or pull requests

1 participant