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

Release 0.15.5 #784

Merged
merged 14 commits into from
Jun 17, 2024
Merged

Release 0.15.5 #784

merged 14 commits into from
Jun 17, 2024

Conversation

zoeyTM
Copy link
Contributor

@zoeyTM zoeyTM commented Jun 17, 2024

0.15.5 - 2024-06-17

Added

  • New function m.encodeFunctionCall (#761)

Fixed

  • Adjusted regex to allow calling overloaded functions with array parameters (#774)
  • Handle anvil response for hardhat_setBalance when deploying with create2 (#773)
  • Properly resolve verify logic when dealing with circular or very deeply nested imports (#772)
  • Exclude BNB Test Chain from zero fee configuration in gas fee logic, thanks @MukulKolpe (#768)

MukulKolpe and others added 14 commits May 28, 2024 16:02
…768)

Also exclude BNB Test chain from the zero fee gas fee logic calculation.

Resolves #763 

---------

Co-authored-by: John Kane <john@kanej.me>
We need two tests, one to cover the standard HH node behaviour and one to cover
the anvil behaviour of returning a null rather than a boolean.
We are attempting to use `any` and testing casting less.

remove superfluous type cast
The Solidity grammar suggests that the first character of an identifier must be
a letter.

It is arguable therefore, that we should do that for the args list, but I think
this increment in precision is enough.

See https://docs.soliditylang.org/en/v0.8.26/grammar.html#a4.SolidityLexer.Identifier
Looking at our other examples I don't know why they refer to `named library`, I
am going to leave them and quietly shut the door behind me.
Update the packages versions and changelogs for the `0.15.5 -
2024-06-17` release.
@zoeyTM zoeyTM merged commit 1675490 into main Jun 17, 2024
5 checks passed
@zoeyTM zoeyTM deleted the release/2024-06-17 branch June 17, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants