Skip to content

Commit c66804e

Browse files
committed
chore(main): release 0.4.0
1 parent 106ac23 commit c66804e

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/taikoxyz/alethia-reth/compare/v0.3.0...v0.4.0) (2025-09-24)
4+
5+
6+
### Features
7+
8+
* **chainspec:** update devnet genesis JSON ([#14](https://github.com/taikoxyz/alethia-reth/issues/14)) ([2e9b37c](https://github.com/taikoxyz/alethia-reth/commit/2e9b37c9aa5bc3de19eba675a5e62ed416770f71))
9+
* **chainspec:** update devnet Shasta fork height to `10` ([#20](https://github.com/taikoxyz/alethia-reth/issues/20)) ([79a5fa1](https://github.com/taikoxyz/alethia-reth/commit/79a5fa1aac1ed165d343f738bc9cd61c5a4a40ec))
10+
* **consensus:** introduce `Shasta` hardfork ([#3](https://github.com/taikoxyz/alethia-reth/issues/3)) ([01d1262](https://github.com/taikoxyz/alethia-reth/commit/01d12620a873ab386255cb7d5514e811ce0a451c))
11+
* **dep:** bump `reth` to `v1.7.0` and simplify type signature ([#7](https://github.com/taikoxyz/alethia-reth/issues/7)) ([deb36fe](https://github.com/taikoxyz/alethia-reth/commit/deb36fe56998a5f0b2371c7760e9ead1e371f90a))
12+
* **rpc:** changes based on `taiko-geth` [#451](https://github.com/taikoxyz/alethia-reth/issues/451) ([#21](https://github.com/taikoxyz/alethia-reth/issues/21)) ([106ac23](https://github.com/taikoxyz/alethia-reth/commit/106ac234121ff5790e2856b469393d675f18f134))
13+
* **rpc:** introduce `find_last_block_number_by_batch_id` ([#12](https://github.com/taikoxyz/alethia-reth/issues/12)) ([d822c4b](https://github.com/taikoxyz/alethia-reth/commit/d822c4b03e6251456665a359791999c7fcee6d25))
14+
* **rpc:** introduce `taiko_setBatchToLastBlock` and `taiko_lastL1OriginByBatchID` RPC methods for Shasta protocol ([#11](https://github.com/taikoxyz/alethia-reth/issues/11)) ([4338b00](https://github.com/taikoxyz/alethia-reth/commit/4338b00fdd54f746d1337849eb49b39c10ef2489))
15+
16+
17+
### Bug Fixes
18+
19+
* **chainspec:** fix devnet genesis JSON ([#10](https://github.com/taikoxyz/alethia-reth/issues/10)) ([0216d7e](https://github.com/taikoxyz/alethia-reth/commit/0216d7e0ede67b1a57a141cf18b8cce863a97a9b))
20+
* **repo:** Update docker workflow ([263e4ca](https://github.com/taikoxyz/alethia-reth/commit/263e4ca8ed3567e8906841bb2ba9296a3ce2a219))
21+
* use job-index for artifact names to avoid forward slash ([3b187f6](https://github.com/taikoxyz/alethia-reth/commit/3b187f6701660cfd7bb18381ccd5575d6dfbdf0b))
22+
* use platform pair sanitization like taiko-mono ([8d46911](https://github.com/taikoxyz/alethia-reth/commit/8d46911d0d3d56d801c597b192efe0848dfef671))
23+
24+
25+
### Chores
26+
27+
* **chainspec:** update devnet genesis JSON ([#19](https://github.com/taikoxyz/alethia-reth/issues/19)) ([17b080b](https://github.com/taikoxyz/alethia-reth/commit/17b080bca7411ab1a853c2e5d4eb3a7bf3c3c2b2))
28+
* **chainspec:** update devnet genesis JSON ([#9](https://github.com/taikoxyz/alethia-reth/issues/9)) ([41b965f](https://github.com/taikoxyz/alethia-reth/commit/41b965f120bcabadde6acd1eba538593e36b3c5e))
29+
* **ci:** remove workflows before transition ([#5](https://github.com/taikoxyz/alethia-reth/issues/5)) ([b8dc379](https://github.com/taikoxyz/alethia-reth/commit/b8dc379fc4ebc73968df7fe71b9ef092e3c186fb))
30+
* **repo:** add multi-arch build separately on architecture-specific runners ([61292b8](https://github.com/taikoxyz/alethia-reth/commit/61292b8205de7297317722b98ab2d471e240acf1))
31+
* **repo:** migrate Docker builds to Google Artifact Registry ([#13](https://github.com/taikoxyz/alethia-reth/issues/13)) ([fa79b9e](https://github.com/taikoxyz/alethia-reth/commit/fa79b9e15d2aa763dfb075dfbbc4c23ec0040f5b))
32+
* **repo:** migrate workflows ([#18](https://github.com/taikoxyz/alethia-reth/issues/18)) ([6c7ccba](https://github.com/taikoxyz/alethia-reth/commit/6c7ccba6205ae5d3689b253bacd0a37e2eb1f6c2))
33+
* **repo:** release please token update ([#17](https://github.com/taikoxyz/alethia-reth/issues/17)) ([e7f12ce](https://github.com/taikoxyz/alethia-reth/commit/e7f12ce3c36a59ca02ee5660d085e380c980e4d3))
34+
* **repo:** update builds to run separately on architecture-specific runners ([3b10dfa](https://github.com/taikoxyz/alethia-reth/commit/3b10dfaa5e068fc7393e3a4ab257d047d0321d9a))
35+
336
## [0.3.0](https://github.com/taikoxyz/alethia-reth/compare/v0.2.0...v0.3.0) (2025-09-03)
437

538

0 commit comments

Comments
 (0)