-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Account signing fix #1111
Account signing fix #1111
Conversation
I would like to test this as I'm trying to sign locally before sending raw transaction to a remote node. What's the best way to get npm to install from this accountSigningFix branch? |
Use in your package json the the git branch rather than the version number: https://stackoverflow.com/questions/39732397/install-specific-branch-from-github-using-npm |
@frozeman I tried adding
The latest version of the 1.0 branch installs fine I seem to be missing something when installing from a branch. Does the branch need to be built? |
I updated the eth-lib version to 0.2.5 please re-test. @naddison36 It should build fine, please check the npm-log, or lerna log for details on your side. |
I'm still getting the same error. I've even tried the nuclear option of deleting my node_modules folder and npm cache. This is the error in
I don't know where the lerna log is kept |
Could you try installing |
1 similar comment
* prepare release * update eth-lib and added api changes * updated dist/web3.min.js * updated eth-lib to 0.2.5 * add warning to the accounts docs
This should fix the transaction signing for custom network IDs. Please test.