Closed 0xDecentralizer closed 1 year ago
Merging #1567 (8628a8b) into main (6b04c23) will increase coverage by
0.05%
. Report is 2 commits behind head on main. The diff coverage isn/a
.:exclamation: Current head 8628a8b differs from pull request most recent head d9692ce. Consider uploading reports for the commit d9692ce to get more accurate results
@@ Coverage Diff @@
## main #1567 +/- ##
==========================================
+ Coverage 87.36% 87.41% +0.05%
==========================================
Files 133 133
Lines 64125 64130 +5
==========================================
+ Hits 56021 56060 +39
+ Misses 8104 8070 -34
This pull request aims to improve the readability and documentation of the library.sol in the codebase. It includes changes such as renaming the contract and library to adhere to Solidity naming conventions, adding informative comments for function, and ensuring the library function has the correct visibility specifier. These modifications enhance the codebase's clarity.