hyperledger-solang / solang

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

v0.3.3: Atlantis #1573

Closed seanyoung closed 1 year ago

seanyoung commented 1 year ago

This release improves the Solana developer experience, since now required accounts can be specified using annotations. For Polkadot, compatibility with Ethereum Solidity has been increased further, it is now possible to write EIP-1967 compatible proxy contracts. There are many fixes all over the code base.

Added

Fixed

Changed

codecov[bot] commented 1 year ago

Codecov Report

Merging #1573 (cf224de) into main (fd1b874) will increase coverage by 87.41%. The diff coverage is n/a.

@@            Coverage Diff            @@
##           main    #1573       +/-   ##
=========================================
+ Coverage      0   87.41%   +87.41%     
=========================================
  Files         0      133      +133     
  Lines         0    64133    +64133     
=========================================
+ Hits          0    56063    +56063     
- Misses        0     8070     +8070     

see 133 files with indirect coverage changes

LucasSte commented 1 year ago

will increase coverage by 87.41%.

This is an overstatement.