Skip to content

Commit

Permalink
release: bump version to 0.8.0-rc2 and update changelog (#1370)
Browse files Browse the repository at this point in the history
Signed off by: Olivier Bégassat <olivier.begassat.cours@gmail.com>
  • Loading branch information
OlivierBBB authored Oct 3, 2024
1 parent b6677b7 commit 701389e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.8.0-rc2
* fix: adding the `chainId` to the HUB and BLOCK_DATA modules ([#1359](https://github.com/Consensys/linea-tracer/pull/1359))
* fix: confusion between call and callee gas for BLAKE ([#1366](https://github.com/Consensys/linea-tracer/pull/1366))
* feat: make the trace deterministic ([#1346](https://github.com/Consensys/linea-tracer/pull/1346))
* feat: blockchain reference tests switch to go-corset ([#1358](https://github.com/Consensys/linea-tracer/pull/1358))
* fix: resolve broken nightly test ([#1361](https://github.com/Consensys/linea-tracer/pull/1361))
* fix: tracing all blocks in the reference test vectors ([#1350](https://github.com/Consensys/linea-tracer/pull/1350))
* fix: nightly tests ([#1355](https://github.com/Consensys/linea-tracer/pull/1355))

## 0.8.0-rc1
* feat: update Linea Besu to 24.10-delivery34 ([#1354](https://github.com/Consensys/linea-tracer/pull/1354))
* fix: remove RpcCliOptions from AbstractLineaSharedOptionsPlugin in order not to make it visible for external plugins ([#1348](https://github.com/Consensys/linea-tracer/pull/1348))
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.8.0-rc1
releaseVersion=0.8.0-rc2
besuVersion=24.10-delivery34
besuArtifactGroup=io.consensys.linea-besu
distributionIdentifier=linea-tracer
Expand Down

0 comments on commit 701389e

Please sign in to comment.