-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release blobstorage 0.2.0
- Loading branch information
1 parent
b019975
commit c3cfdd6
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Changelog | ||
|
||
## [0.2.0](https://github.com/taikoxyz/taiko-mono/compare/blobstorage-v0.1.0...blobstorage-v0.2.0) (2024-04-03) | ||
|
||
|
||
### Features | ||
|
||
* **blobstorage:** add health check, change regular mux for echo, filter changes ([#16449](https://github.com/taikoxyz/taiko-mono/issues/16449)) ([ee1233d](https://github.com/taikoxyz/taiko-mono/commit/ee1233d523a24e682b9dced312d3ffafe76c1889)) | ||
* **blobstorage:** set initial indexing block via genesis if no blobs exist ([#16477](https://github.com/taikoxyz/taiko-mono/issues/16477)) ([9427ab4](https://github.com/taikoxyz/taiko-mono/commit/9427ab43c599f9d26637bb0d051e11f3ccdee47c)) | ||
* **eventindexer:** fix down mig + regen bindings ([#16563](https://github.com/taikoxyz/taiko-mono/issues/16563)) ([da5a039](https://github.com/taikoxyz/taiko-mono/commit/da5a03900409ded0488058068092d6d2ec9a0b26)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **blobstorage:** fix command instructions and missing local_docker folder in packages/blobstorage ([#16464](https://github.com/taikoxyz/taiko-mono/issues/16464)) ([a7e7f1a](https://github.com/taikoxyz/taiko-mono/commit/a7e7f1af40165cb27d8e10eab47f8f0f2ae458a1)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"name": "@taikoxyz/blobstorage", | ||
"version": "0.1.0" | ||
"version": "0.2.0" | ||
} |