Skip to content

Commit

Permalink
release: v0.8.0-rc3 release notes and version bump (#1379)
Browse files Browse the repository at this point in the history
Signed-off-by: Tsvetan Dimitrov <[email protected]>
  • Loading branch information
powerslider authored Oct 4, 2024
1 parent 6aae2f4 commit 31b6ba1
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-rc3

* fix: temporarily disable max block behind check on tracer readiness endpoint due to infrequent sync status updates
([#1378](https://github.com/Consensys/linea-tracer/pull/1378))
* feat: EXTCODEHASH / EXTCODESIZE tests in relation to account existence ([#1372](https://github.com/Consensys/linea-tracer/pull/1372))
* chore: update Corset to `v9.7.14` ([#1369](https://github.com/Consensys/linea-tracer/pull/1369))
* feat: store Testing Framework Solidity and Yul ([#1052](https://github.com/Consensys/linea-tracer/pull/1052))
* feat: use coinbase address from block header for multi block tests ([#1365](https://github.com/Consensys/linea-tracer/pull/1365))

## 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))
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-rc2
releaseVersion=0.8.0-rc3
besuVersion=24.10-delivery34
besuArtifactGroup=io.consensys.linea-besu
distributionIdentifier=linea-tracer
Expand Down

0 comments on commit 31b6ba1

Please sign in to comment.