chore(taiko): release 1.15.0 (#409)

This commit is contained in:
taiko-bot 2025-04-11 11:47:49 +08:00 committed by GitHub
parent 7a019ea44b
commit 2f9a84e4cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,3 @@
{ {
".": "1.14.1" ".": "1.15.0"
} }

View file

@ -1,5 +1,18 @@
# Changelog # Changelog
## [1.15.0](https://github.com/taikoxyz/taiko-geth/compare/v1.14.1...v1.15.0) (2025-04-01)
### Features
* **miner:** improve `pruneTransactions` ([#411](https://github.com/taikoxyz/taiko-geth/issues/411)) ([7a019ea](https://github.com/taikoxyz/taiko-geth/commit/7a019ea44bc98be082a1a4dfa0c6975b30939196))
* **miner:** reduce the number compression attempts when fetching transactions list ([#406](https://github.com/taikoxyz/taiko-geth/issues/406)) ([9e6edc5](https://github.com/taikoxyz/taiko-geth/commit/9e6edc51dbb37b3f9b280c95a031c0a2f68af53a))
### Chores
* **eth:** always use the latest block number for pending state in RPC calls ([#410](https://github.com/taikoxyz/taiko-geth/issues/410)) ([6822358](https://github.com/taikoxyz/taiko-geth/commit/682235849b5df653c4108f2a4099ee39b8cde6b6))
## [1.14.1](https://github.com/taikoxyz/taiko-geth/compare/v1.14.0...v1.14.1) (2025-03-21) ## [1.14.1](https://github.com/taikoxyz/taiko-geth/compare/v1.14.0...v1.14.1) (2025-03-21)