-
Notifications
You must be signed in to change notification settings - Fork 66
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
fix: truffle test failure #651
Conversation
Seems like there is some dependency trouble. Try blindly solving it with npm audit fix.
24a96de
to
bb67dd1
Compare
1994f48
to
05fe05d
Compare
05fe05d
to
0e73e4c
Compare
9a5340e
to
bcd4220
Compare
Quick update before I give up for now: I think it's an Infura timing issue - we get a notification that a new block has been produced, but when we try to get it, it returns null. I can "fix" it by hacking a
but obviously that's horrible. I don't know why this is only showing up now though... |
Testing out dependency change: trufflesuite/truffle#3130 (comment)
okay, seems like the new HDWalletProvider would fix this. |
b75c05b
to
0a05970
Compare
Seems like there is some dependency trouble. Try blindly solving it with npm audit fix.
closes #652