Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

RPC method personal_newAccount not supported. #215

Closed
VictorAlbertos opened this issue Dec 1, 2016 · 1 comment
Closed

RPC method personal_newAccount not supported. #215

VictorAlbertos opened this issue Dec 1, 2016 · 1 comment

Comments

@VictorAlbertos
Copy link

If I set testrpc as the provider for web3

const TestRPC = require("ethereumjs-testrpc");
const web3 = new Web3(TestRPC.provider());

and I try to create a new account:

web3.personal.newAccount(password, (error, address) => {
        
});

I get the next error:

RPC method personal_newAccount not supported.

If this a current limitation of testrpc? If that so, are you planning to give support to expose this API thought testrpc?

Thanks.

@axic axic self-assigned this Feb 14, 2017
@benjamincburns
Copy link
Contributor

Thanks for the bug report @VictorAlbertos - thanks to @axic's hard work in #262, this is now fixed/implemented.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants