-
Notifications
You must be signed in to change notification settings - Fork 146
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
Add support for Long and BigNumber to the array methods of ContractFunctionParameters #2013
Add support for Long and BigNumber to the array methods of ContractFunctionParameters #2013
Conversation
Signed-off-by: svetoslav-nikol0v <[email protected]>
Signed-off-by: svetoslav-nikol0v <[email protected]>
Signed-off-by: svetoslav-nikol0v <[email protected]>
Signed-off-by: svetoslav-nikol0v <[email protected]>
Signed-off-by: svetoslav-nikol0v <[email protected]>
Signed-off-by: svetoslav-nikol0v <[email protected]>
36ab7d2
to
e21f985
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #2013 +/- ##
===========================================
+ Coverage 76.94% 84.16% +7.22%
===========================================
Files 292 304 +12
Lines 72743 75863 +3120
===========================================
+ Hits 55971 63851 +7880
+ Misses 16772 12012 -4760 ☔ View full report in Codecov by Sentry. |
Signed-off-by: svetoslav-nikol0v <[email protected]>
Signed-off-by: svetoslav-nikol0v <[email protected]>
Signed-off-by: svetoslav-nikol0v <[email protected]>
…ctFunctionParameters array methods (#2016) * adding an initial value of the reduce method + tests Signed-off-by: svetoslav-nikol0v <[email protected]> * remove .only Signed-off-by: svetoslav-nikol0v <[email protected]> * adding test for when methods fail Signed-off-by: svetoslav-nikol0v <[email protected]> * using const Signed-off-by: svetoslav-nikol0v <[email protected]> --------- Signed-off-by: svetoslav-nikol0v <[email protected]> Signed-off-by: ochikov <[email protected]>
da10ed5
to
d64abdb
Compare
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Description:
Related issue(s):
Fixes #1976
Checklist