Closed beacoding closed 2 years ago
Be happy to extend this PR if that's a direction we'd want to go.
Please do if you are on it already! :)
Merging #96 (41f5838) into main (854a7bc) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #96 +/- ##
=======================================
Coverage 99.73% 99.73%
=======================================
Files 67 67
Lines 3801 3802 +1
=======================================
+ Hits 3791 3792 +1
Misses 10 10
Impacted Files | Coverage Δ | |
---|---|---|
lib/eth/contract.rb | 100.00% <100.00%> (ø) |
:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more
great! Feel free to merge this -- I'll file a separate PR for enabling constructor params @q9f / @kurotaky
constructor_inputs
when creating a contractfrom_file
was missing.We should probably enable passing constructor params with something like this:
as well, and appending it to
data
indeploy
andtransact
.Be happy to extend this PR if that's a direction we'd want to go.