wip: Support web3 >= 1.0.0-beta.38#95
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. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ 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 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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