You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,13 @@
3
3
## Unreleased
4
4
5
5
### Breaking Changes
6
+
NOTE: This release breaks native Windows compatibility for mainnet ethereum configurations. As the prague(pectra) hardfork require
7
+
BLS12-381 precompiles and besu does not currently have a pure java implementation of bls12-381, only platforms which
8
+
have support in besu-native can run mainnet ethereum configurations. Windows support via WSL should still continue to work.
9
+
6
10
- k8s (KUBERNETES) Nat method is removed. Use docker or none instead. [#8289](https://github.com/hyperledger/besu/pull/8289)
7
11
- Change `Invalid block, unable to parse RLP` RPC error message to `Invalid block param (block not found)`[#8328](https://github.com/hyperledger/besu/pull/8328)
12
+
- Mainnet ethereum now REQUIRES native crypto libraries, so only linux and macos(darwin) are supported mainnet configurations [#8418](https://github.com/hyperledger/besu/pull/8418)
8
13
9
14
### Upcoming Breaking Changes
10
15
-`MetricSystem::createLabelledGauge` is deprecated and will be removed in a future release, replace it with `MetricSystem::createLabelledSuppliedGauge`
0 commit comments