-
Notifications
You must be signed in to change notification settings - Fork 51
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
Nonce revert on sendAsync error #3
base: master
Are you sure you want to change the base?
Changes from 4 commits
123d701
cfba30a
2f4c232
620250c
d79aa72
7f2a912
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,17 @@ | |
"author": "Tim Coulter", | ||
"main": "build/hooked-web3-provider.js", | ||
"private": false, | ||
"scripts": { | ||
"build": "truffle build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/consensys/hooked-web3-provider.git" | ||
}, | ||
"devDependencies": { | ||
"jquery": "*", | ||
"ethereumjs-accounts": "git+https://github.com/tcoulter/ethereumjs-accounts.git", | ||
"truffle": "*", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Truffle isn't built to be a local dependency stored in |
||
"bignumber.js": "*" | ||
}, | ||
"license": "MIT License. Copyright Consensys LLC, and authors. All rights reserved." | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @ckeenan. I don't think this change should have made it in. Can you tell me what version of Truffle you're using? Regardless, the build should be run using the latest version, as both the before and after have issues with the contract's source path.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tcoulter was using 0.1.0, rebuilding now w latest and removing truffle from package.json