Skip to content

Commit

Permalink
release: v0.2.0-rc1 release notes and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
powerslider committed Jul 17, 2024
1 parent 561e204 commit 2975a02
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
# Changelog

## 0.2.0-rc1
* feat: add PRECOMPILE_ECPAIRING_G2_MEMBERSHIP_CALLS in spillings.toml and did some renaming ([#819](https://github.com/Consensys/linea-arithmetization/pull/819))
* feat: optimise trace generation (except hub) ([#838](https://github.com/Consensys/linea-arithmetization/pull/838))

## 0.1.5-rc6
* Migrating of `TRACES_DIR` env var to
`plugin-linea-conflated-trace-generation-traces-output-path` CLI option that can be included in the toml config files.
The path specified in `plugin-linea-conflated-trace-generation-traces-output-path` will be created automatically if it does not exist.
This time this has nothing to do with the `ContinuousTracingPlugin` [#830](https://github.com/Consensys/linea-arithmetization/pull/830).

## 0.1.5-rc5
* Migrating of `TRACES_DIR` env var to `plugin-linea-continuous-tracing-traces-dir` CLI option that can be included in the
toml config files. The path specified in `plugin-linea-continuous-tracing-traces-dir` will be created automatically
if it does not exist [#825](https://github.com/Consensys/linea-arithmetization/pull/825).

## 0.1.4-test21
Test pre-release 21 from [temp/issue-248/count-stack-only](https://github.
com/Consensys/linea-arithmetization/tree/temp/issue-248/count-stack-only)
* fix: capture SSTORE-touched storage slots for correct gas computations [#606](https://github.
com/Consensys/linea-arithmetization/pull/606)
Test pre-release 21 from [temp/issue-248/count-stack-only](https://github.com/Consensys/linea-arithmetization/tree/temp/issue-248/count-stack-only)
* fix: capture SSTORE-touched storage slots for correct gas computations [#606](https://github.com/Consensys/linea-arithmetization/pull/606)
* build: make the build script portable, explicit dependency on Go & GCC, test libcompress build [#621](https://github.com/Consensys/linea-arithmetization/pull/621)
* Update after the refactor of transaction selection service [#626](https://github.com/Consensys/linea-arithmetization/pull/626)
* Use the right classloader to load the native library [#628](https://github.com/Consensys/linea-arithmetization/pull/628)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releaseVersion=0.1.5-rc6
releaseVersion=0.2.0-rc1
besuVersion=24.6-develop-752aeff
besuArtifactGroup=io.consensys.linea-besu
distributionIdentifier=linea-arithmetization
Expand Down

0 comments on commit 2975a02

Please sign in to comment.