Skip to content

Releases: Consensys/solc-typed-ast

v14.0.2

01 May 04:43
8f5b0b8
Compare
Choose a tag to compare

Maintenance

v14.0.1

06 Apr 07:04
867460f
Compare
Choose a tag to compare

Maintenance

  • Fix InferType converting calldata to memory in function types (#197 #196)

v14.0.0

05 Apr 08:04
b824da1
Compare
Choose a tag to compare

Features

  • Add support for integer casts in constant evaluator (#193)
  • Inject InferType instance to evalConstantExpr() (#194)

v13.0.3

29 Mar 08:07
7bbdce2
Compare
Choose a tag to compare

Maintenance

  • Update dependencies to support TypeScript ^5.0.0 (#187)
  • Support TryCatchClause for InferType.signature() and InferType.signatureHash() (#191)

v13.0.2

21 Mar 02:02
Compare
Choose a tag to compare

This release brings a single fix for #188 - a new interface InferType.typeOfCallee for resolving overloaded functions at callsites.

v13.0.1

16 Mar 06:04
036a19b
Compare
Choose a tag to compare

Maintenance

  • Handle string literals for constant expression evaluator (#183)
  • Support quoted version pragma for compiler detection (#184)

v13.0.0

07 Mar 06:19
b1ad64d
Compare
Choose a tag to compare

This PR introduces support for Solidity 0.8.19 alongside with custom operators for user-defined value types.

Features

  • Support for Solidity 0.8.19 (#181)

v12.0.1

15 Feb 05:30
8d64965
Compare
Choose a tag to compare

This is a maintenance release, that fixes type inference for tuples with empty elements.

Mainenance

  • Fix inaccurate tuple type inference (#179)

v12.0.0

09 Feb 09:05
f3236d3
Compare
Choose a tag to compare

This release changes how ABI encoder impacts the type inference components. Previously, the package considered single ABI encoder for entire set of SourceUnits of single compiled source (set of files). However, this was not correct as Solidity allows to use different encoder per each file. This is affecting selectors and type inference (including API of the package).

There are also other minor changes: introduction of --download-compilers CLI flag and introducing fmt() utility function, that would reduce code duplication in dependent packages. See following PRs as the reference:

  • More influence of ABIEncoder (#175)
  • Fixes for inference + ABI encoder (#176)

v11.0.2

23 Nov 14:56
Compare
Choose a tag to compare

In version 1.2.0 of axios (one of our dependencies) there is the following bug which causes a crash in Scribble/solc-typed-ast when downloading compiler version metadata. To avoid this in this patch we fix axios to version 1.1.3 temporarily.