Skip to content

Tags: matter-labs/era-solidity

Tags

0.8.28-1.0.1

Toggle 0.8.28-1.0.1's commit message
Define a custom CI and add docs for the downstream toolchain

This change also updates the changelog, README (and related files) etc.

The custom CI is authored by Anton Baliasnikov <[email protected]> and the rest
is authored by Oleksandr Zarudnyi <[email protected]>.

mlir-0.8.26-tag

Toggle mlir-0.8.26-tag's commit message

Verified

This commit was signed with the committer’s verified signature.
antonbaliasnikov Anton Baliasnikov
ci: add capability to publish prereleases

0.8.27-1.0.1

Toggle 0.8.27-1.0.1's commit message
Define a custom CI and add docs for the downstream toolchain

This change also updates the changelog, README (and related files) etc.

The custom CI is authored by Anton Baliasnikov <[email protected]> and the rest
is authored by Oleksandr Zarudnyi <[email protected]>.

0.4.16-1.0.1

Toggle 0.4.16-1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
antonbaliasnikov Anton Baliasnikov
chore: revamp CI v0.4.16 (#680)

0.4.15-1.0.1

Toggle 0.4.15-1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
antonbaliasnikov Anton Baliasnikov
chore: revamp CI v0.4.15 (#679)

0.4.14-1.0.1

Toggle 0.4.14-1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
antonbaliasnikov Anton Baliasnikov
chore: revamp CI v0.4.14 (#678)

0.4.13-1.0.1

Toggle 0.4.13-1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
antonbaliasnikov Anton Baliasnikov
chore: revamp CI v0.4.13 (#677)

0.4.12-1.0.1

Toggle 0.4.12-1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
antonbaliasnikov Anton Baliasnikov
chore: revamp CI v0.4.12 (#676)

0.8.26-1.0.1

Toggle 0.8.26-1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
antonbaliasnikov Anton Baliasnikov
fix: JSON library compilation errors

0.8.25-1.0.1

Toggle 0.8.25-1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
antonbaliasnikov Anton Baliasnikov
Fix the try-catch lowering hack

This patch moves the success tag tracking of the try-call ast to its
annotation instead of CompilerContext. This fixes the lowering of nested
try-catch statements.

This fixes CPR-1705.