Skip to content

Commit

Permalink
release: bump version to 0.8.0-rc4 and update changelog (#1387)
Browse files Browse the repository at this point in the history
Signed off by: Olivier Bégassat <[email protected]>
  • Loading branch information
OlivierBBB authored Oct 7, 2024
1 parent 3683f42 commit 06d9ddf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog

## 0.8.0-rc3
## 0.8.0-rc4
* Introduction of an EMPTY_STACK_ITEM singleton and associated factory ([#1383](https://github.com/Consensys/linea-tracer/pull/1383))
* Improve StackOperation memory footprint ([#1376](https://github.com/Consensys/linea-tracer/pull/1376))
* Reference Test Watcher - Extend to parse failing constraint ([#1375](https://github.com/Consensys/linea-tracer/pull/1375))

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

0 comments on commit 06d9ddf

Please sign in to comment.