Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Solidity 0.8.24 #253

Merged
merged 3 commits into from
Feb 7, 2024
Merged

Support for Solidity 0.8.24 #253

merged 3 commits into from
Feb 7, 2024

Conversation

blitz-1306
Copy link
Contributor

@blitz-1306 blitz-1306 commented Jan 26, 2024

Changes

  • Update dependencies.
  • Add support for Solidity 0.8.24. On compiler-level (there are no related changes in AST).
  • Support newly introduced builtins in type inference components.
  • Add few missing tests to improve coverage.

Note

Introduced support for cancun is not yet default. To compile related samples, add following CLI option:

--compiler-settings '{"evmVersion": "cancun"}'

Related links

Regards.

@blitz-1306 blitz-1306 added enhancement New feature or request dependencies Pull requests that update a dependency file labels Jan 26, 2024
@blitz-1306 blitz-1306 requested a review from cd1m0 January 26, 2024 06:42
@codecov-commenter
Copy link

codecov-commenter commented Jan 29, 2024

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (6b3cb72) 91.10% compared to head (0d19096) 91.18%.
Report is 2 commits behind head on master.

Files Patch % Lines
src/misc/unicode.ts 82.14% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #253      +/-   ##
==========================================
+ Coverage   91.10%   91.18%   +0.08%     
==========================================
  Files         269      269              
  Lines        6461     6481      +20     
  Branches     1308     1313       +5     
==========================================
+ Hits         5886     5910      +24     
+ Misses        468      464       -4     
  Partials      107      107              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@cd1m0 cd1m0 left a comment

Choose a reason for hiding this comment

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

Looks good! One nit

test/samples/solidity/latest_08.sol Outdated Show resolved Hide resolved
@blitz-1306 blitz-1306 requested a review from cd1m0 February 6, 2024 09:57
Copy link
Contributor

@cd1m0 cd1m0 left a comment

Choose a reason for hiding this comment

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

lgtm

@cd1m0 cd1m0 merged commit d1663f8 into master Feb 7, 2024
3 checks passed
@cd1m0 cd1m0 deleted the support-solidity-0824 branch February 7, 2024 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants