hyperledger / solang

Solidity Compiler for Solana and Polkadot
https://solang.readthedocs.io/
Apache License 2.0
1.23k stars 206 forks source link

Refactor library.sol for clarity and naming conventions #1567

Closed 0xDecentralizer closed 9 months ago

0xDecentralizer commented 9 months ago

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.

codecov[bot] commented 9 months ago

Codecov Report

Merging #1567 (8628a8b) into main (6b04c23) will increase coverage by 0.05%. Report is 2 commits behind head on main. The diff coverage is n/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     

see 2 files with indirect coverage changes