Skip to content

Conversation

Nanolucas
Copy link

Updated comments and error messages to improve clarity and consistency

@codecov-io
Copy link

codecov-io commented Jan 2, 2021

Codecov Report

Merging #196 (bb9f9f0) into master (17472b5) will decrease coverage by 2.09%.
The diff coverage is 5.79%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #196      +/-   ##
============================================
- Coverage     87.39%   85.29%   -2.10%     
- Complexity      729      750      +21     
============================================
  Files            47       47              
  Lines          1594     1632      +38     
============================================
- Hits           1393     1392       -1     
- Misses          201      240      +39     
Impacted Files Coverage Δ Complexity Δ
src/Contract.php 68.36% <0.00%> (-7.56%) 179.00 <21.00> (+21.00) ⬇️
src/Contracts/Ethabi.php 77.85% <100.00%> (ø) 66.00 <2.00> (ø)
src/RequestManagers/HttpRequestManager.php 78.37% <0.00%> (-0.57%) 12.00% <0.00%> (ø%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 17472b5...bb9f9f0. Read the comment docs.

@Nanolucas
Copy link
Author

Completed implementation of Contract::getEventLogs() functionality, as initially described/requested in #93

@Nanolucas Nanolucas changed the title Improved comments and error messages Implementation of Contract::getEventLogs() and improved general comments and error messages Mar 26, 2021
@phillmorgan28
Copy link

Can this be merged into PHP 8 branch?

$decodedData = array_combine($eventParameterNames, $this->ethabi->decodeParameters($eventParameterTypes, $object->data));

//decode the indexed parameter data
for ($i = 0; $i < $numEventIndexedParameterNames; $i++) {
Copy link

@davorminchorov davorminchorov Aug 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$numEventIndexedParameterNames is not defined anywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants