Skip to content

Commit f8c3f5e

Browse files
Wolminmxmar
authored andcommitted
feat: LUKSO Mainnet Pectra Hardfork (besu-eth#9070)
* Add prague configurations for lukso mainnet Signed-off-by: Wolmin <lamonos123@gmail.com> * Restore discovery nodes Signed-off-by: Wolmin <lamonos123@gmail.com> * Add to changelog Signed-off-by: Wolmin <lamonos123@gmail.com> --------- Signed-off-by: Wolmin <lamonos123@gmail.com> Co-authored-by: Matt <macht4tech@gmail.com>
1 parent 6169f43 commit f8c3f5e

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
- Generate distribution dependencies catalog [#8987](https://github.com/hyperledger/besu/pull/8987)
4949
- Add `WorldStateService` to the plugin API [#9024](https://github.com/hyperledger/besu/pull/9024)
5050
- Wait for peers before starting Backward Sync [#9003](https://github.com/hyperledger/besu/pull/9003)
51+
- LUKSO Mainnet Pectra Hardfork [#9070](https://github.com/hyperledger/besu/pull/9070)
5152

5253
#### Performance
5354
- Improve the sync performance by not RLP decoding bodies during sync. This means we are using less memory and CPU, allowing us to increase the parallelism of the download pipeline, which has been increased from 4 to 8. Can be reduced again with `--Xsynchronizer-downloader-parallelism=4` [#8959](https://github.com/hyperledger/besu/pull/8959)

config/src/main/resources/lukso.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"config": {
3-
"ethash": {},
43
"chainId": 42,
4+
"ethash": {},
55
"homesteadBlock": 0,
66
"eip150Block": 0,
77
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
@@ -18,11 +18,27 @@
1818
"terminalTotalDifficultyPassed": true,
1919
"shanghaiTime": 1687969198,
2020
"cancunTime": 1732119595,
21+
"pragueTime": 1758126000,
2122
"discovery": {
2223
"bootnodes": [
2324
"enode://c2bb19ce658cfdf1fecb45da599ee6c7bf36e5292efb3fb61303a0b2cd07f96c20ac9b376a464d687ac456675a2e4a44aec39a0509bcb4b6d8221eedec25aca2@34.147.73.193:30303",
2425
"enode://276f14e4049840a0f5aa5e568b772ab6639251149a52ba244647277175b83f47b135f3b3d8d846cf81a8e681684e37e9fc10ec205a9841d3ae219aa08aa9717b@34.32.192.211:30303"
2526
]
27+
},
28+
"consolidationRequestContractAddress": "0x0000bbddc7ce488642fb579f8b00f3a590007251",
29+
"withdrawalRequestContractAddress": "0x00000961ef480eb55e80d19ad83579a64c007002",
30+
"depositContractAddress": "0xcafe00000000000000000000000000000000cafe",
31+
"blobSchedule": {
32+
"cancun": {
33+
"target": 3,
34+
"max": 6,
35+
"baseFeeUpdateFraction": 3338477
36+
},
37+
"prague": {
38+
"target": 6,
39+
"max": 9,
40+
"baseFeeUpdateFraction": 5007716
41+
}
2642
}
2743
},
2844
"number": "0x0",
@@ -849,4 +865,3 @@
849865
}
850866
}
851867
}
852-

0 commit comments

Comments
 (0)