-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
wip: Support web3 >= 1.0.0-beta.38 #95
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #95 +/- ##
==========================================
- Coverage 84.21% 79.88% -4.33%
==========================================
Files 12 13 +1
Lines 912 1034 +122
==========================================
+ Hits 768 826 +58
- Misses 144 208 +64
Continue to review full report at Codecov.
|
FYI #66 |
Yeah, i saw it, thanks. Just don't want to drag all this web3 stuff into our precious library :-) |
why package-lock? |
Oh, we hadn't it before? |
only yarn.lock |
Ok, looks like i missed when we started use yarn in this repo :-) Will remove |
testing it with leapdao/bridge-ui#163 |
Fuck. Totally forgot about typings :( |
if we update typings here, this will break type-compatiblity with older web3, right? |
Not sure. Will take a look at typings and what we can do. |
It's a more workaround rather final solution. I think we should extract web3 stuff from core and create a separate package for that. Same for ethers. Otherwise it would be kinda hard to do #82