Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: LUKSO Cancun Hardfork #7686

Merged
merged 26 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
a8e070a
Edit cancun timestamp
Wolmin Sep 19, 2024
07025b8
Remove Danno Ferrin as maintainer (#7644)
shemnon Sep 19, 2024
8292fec
Fix 7702 signature bound checks (#7641)
daniellehrner Sep 20, 2024
4c66057
add Teku EL-bootnode to holesky genesis (#7648)
gfukushima Sep 20, 2024
7236bd1
Disable body validation for POS networks during sync (#7646)
jframe Sep 20, 2024
b7b3abb
Don't persist IBFT2 proposal blocks, just validate them (#7631)
matthew1001 Sep 20, 2024
3e92534
Dev/test option for short BFT block periods (#7588)
matthew1001 Sep 20, 2024
a13f179
Wait for Besu to be up before running Goss Docker test 02 (#7655)
fab-10 Sep 20, 2024
41301c1
Rebalance GHA runners to reduce ATs failure and speedup unit tests (#…
fab-10 Sep 20, 2024
48428d7
Rebalance GHA runners to reduce ATs failure and speedup unit tests [p…
fab-10 Sep 20, 2024
c751c01
Fix reading tx-pool-min-score option from configuration file (#7623)
fab-10 Sep 20, 2024
e77ef63
fix opentelemetry (#7649)
bluebluesaku Sep 20, 2024
85b69ac
7702 validation checks v2 (#7653)
daniellehrner Sep 21, 2024
fa4ec5c
remove integration tests related to privacy (#7645)
macfarla Sep 21, 2024
78f7c62
Update protobuf to 32.25.5 to resolve CVE-2024-7254 (#7664)
matthew1001 Sep 23, 2024
879aaf1
Docker: Only switch user if the current user is root (#7654)
skylenet Sep 23, 2024
d4fd55d
7311: Add feature toggle for enabling use of the peertask system wher…
Matilda-Clerke Sep 24, 2024
7a5ccfa
Add consolidationRequestContract in jsonGenesisConfig (#7647)
gconnect Sep 24, 2024
57b5ba7
Enable logging during unit tests (#7672)
fab-10 Sep 24, 2024
cd0f7ca
Force besu to stop on plugin initialization errors (#7662)
Gabriel-Trintinalia Sep 24, 2024
fa155b6
Implementing support for emptyBlockPeriodSeconds in QBFT (Issue #3810…
amsmota Sep 24, 2024
f84cf51
Improve Log Message When Setting RPC Gas Cap for Transaction Simulati…
matkt Sep 25, 2024
621157e
Update release workflow (#7680)
cdivitotawela Sep 26, 2024
1825333
Merge branch 'main' into feat/lukso-cancun-fork
Wolmin Sep 27, 2024
a1aa33e
Edit changelog
Wolmin Sep 27, 2024
8bdb762
Merge branch 'main' into feat/lukso-cancun-fork
Wolmin Sep 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- Remove privacy test classes support [#7569](https://github.com/hyperledger/besu/pull/7569)
- Add Blob Transaction Metrics [#7622](https://github.com/hyperledger/besu/pull/7622)
- Implemented support for emptyBlockPeriodSeconds in QBFT [#6965](https://github.com/hyperledger/besu/pull/6965)

- LUKSO Cancun Hardfork [#7686](https://github.com/hyperledger/besu/pull/7686)

### Bug fixes
- Fix mounted data path directory permissions for besu user [#7575](https://github.com/hyperledger/besu/pull/7575)
Expand Down
2 changes: 1 addition & 1 deletion config/src/main/resources/lukso.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"terminalTotalDifficulty": 0,
"terminalTotalDifficultyPassed": true,
"shanghaiTime": 1687969198,
"cancunTime": 1767182400,
"cancunTime": 1732119595,
"discovery": {
"bootnodes": [
"enode://c2bb19ce658cfdf1fecb45da599ee6c7bf36e5292efb3fb61303a0b2cd07f96c20ac9b376a464d687ac456675a2e4a44aec39a0509bcb4b6d8221eedec25aca2@34.147.73.193:30303",
Expand Down
Loading