hyperledger / solang

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

v0.3.3: Atlantis #1573

Closed seanyoung closed 9 months ago

seanyoung commented 9 months 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 9 months 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 9 months ago

will increase coverage by 87.41%.

This is an overstatement.