Skip to content

Commit b18d150

Browse files
authored
deprecate 24.9.0, create 24.9.1 release (#7606)
Signed-off-by: garyschulte <[email protected]>
1 parent 6ea0ed4 commit b18d150

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

Diff for: CHANGELOG.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,10 @@
77
### Breaking Changes
88

99
### Additions and Improvements
10-
- Update Java and Gradle dependecies [#7571](https://github.com/hyperledger/besu/pull/7571)
11-
- Layered txpool: new options `--tx-pool-min-score` to remove a tx from pool when its score is lower than the specified value [#7576](https://github.com/hyperledger/besu/pull/7576)
12-
- Add `engine_getBlobsV1` method to the Engine API [#7553](https://github.com/hyperledger/besu/pull/7553)
1310

1411
### Bug fixes
15-
- Layered txpool: do not send notifications when moving tx between layers [#7539](https://github.com/hyperledger/besu/pull/7539)
16-
- Layered txpool: fix for unsent drop notifications on remove [#7538](https://github.com/hyperledger/besu/pull/7538)
17-
- Honor block number or tag parameter in eth_estimateGas and eth_createAccessList [#7502](https://github.com/hyperledger/besu/pull/7502)
1812

19-
## 24.9.0
13+
## 24.9.1
2014

2115
### Upcoming Breaking Changes
2216

@@ -32,6 +26,9 @@
3226
- Performance optimzation for ECMUL (2 of 2) [#7543](https://github.com/hyperledger/besu/pull/7543)
3327
- Include current chain head block when computing `eth_maxPriorityFeePerGas` [#7485](https://github.com/hyperledger/besu/pull/7485)
3428
- Remove (old) documentation updates from the changelog [#7562](https://github.com/hyperledger/besu/pull/7562)
29+
- Update Java and Gradle dependecies [#7571](https://github.com/hyperledger/besu/pull/7571)
30+
- Layered txpool: new options `--tx-pool-min-score` to remove a tx from pool when its score is lower than the specified value [#7576](https://github.com/hyperledger/besu/pull/7576)
31+
- Add `engine_getBlobsV1` method to the Engine API [#7553](https://github.com/hyperledger/besu/pull/7553)
3532

3633
### Bug fixes
3734
- Fix tracing in precompiled contracts when halting for out of gas [#7318](https://github.com/hyperledger/besu/issues/7318)
@@ -42,6 +39,14 @@
4239
- `evmtool` was not respecting the `--genesis` setting, resulting in unexpected trace results. [#7433](https://github.com/hyperledger/besu/pull/7433)
4340
- The genesis config override `contractSizeLimit` was not wired into code size limits [#7557](https://github.com/hyperledger/besu/pull/7557)
4441
- Fix incorrect key filtering in LayeredKeyValueStorage stream [#7535](https://github.com/hyperledger/besu/pull/7557)
42+
- Layered txpool: do not send notifications when moving tx between layers [#7539](https://github.com/hyperledger/besu/pull/7539)
43+
- Layered txpool: fix for unsent drop notifications on remove [#7538](https://github.com/hyperledger/besu/pull/7538)
44+
- Honor block number or tag parameter in eth_estimateGas and eth_createAccessList [#7502](https://github.com/hyperledger/besu/pull/7502)
45+
46+
## 24.9.0
47+
48+
This release version has been deprecated release due to CI bug
49+
4550

4651
## 24.8.0
4752

0 commit comments

Comments
 (0)