-
Notifications
You must be signed in to change notification settings - Fork 838
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
feat: LUKSO Cancun Hardfork #7686
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a8e070a - Browse repository at this point
Copy the full SHA a8e070aView commit details -
Remove Danno Ferrin as maintainer (hyperledger#7644)
I am no longer aligned with the Governance policies and practices of LFDT and resign my position as maintainer. Signed-off-by: Danno Ferrin <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07025b8 - Browse repository at this point
Copy the full SHA 07025b8View commit details -
Fix 7702 signature bound checks (hyperledger#7641)
* create separate signature class for code delegations as they have different bound checks Signed-off-by: Daniel Lehrner <[email protected]> * test if increasing xmx let's failing acceptance test pass Signed-off-by: Daniel Lehrner <[email protected]> * javadoc Signed-off-by: Sally MacFarlane <[email protected]> --------- Signed-off-by: Daniel Lehrner <[email protected]> Signed-off-by: Sally MacFarlane <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8292fec - Browse repository at this point
Copy the full SHA 8292fecView commit details -
add Teku EL-bootnode to holesky genesis (hyperledger#7648)
Signed-off-by: Gabriel Fukushima <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c66057 - Browse repository at this point
Copy the full SHA 4c66057View commit details -
Disable body validation for POS networks during sync (hyperledger#7646)
Signed-off-by: Jason Frame <[email protected]> Co-authored-by: Stefan Pingel <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7236bd1 - Browse repository at this point
Copy the full SHA 7236bd1View commit details -
Don't persist IBFT2 proposal blocks, just validate them (hyperledger#…
…7631) * Don't persist IBFT2 proposal blocks, just validate them Signed-off-by: Matthew Whitehead <[email protected]> * Tidy up changelog Signed-off-by: Matthew Whitehead <[email protected]> --------- Signed-off-by: Matthew Whitehead <[email protected]> Signed-off-by: Matt Whitehead <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7b3abb - Browse repository at this point
Copy the full SHA b7b3abbView commit details -
Dev/test option for short BFT block periods (hyperledger#7588)
* Dev mode for short BFT block periods Signed-off-by: Matthew Whitehead <[email protected]> * Refactoring Signed-off-by: Matthew Whitehead <[email protected]> * Fix comment Signed-off-by: Matthew Whitehead <[email protected]> * Refactor to make BFT block milliseconds an experimental QBFT config option Signed-off-by: Matthew Whitehead <[email protected]> * Update Json BFT config options Signed-off-by: Matthew Whitehead <[email protected]> --------- Signed-off-by: Matthew Whitehead <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e92534 - Browse repository at this point
Copy the full SHA 3e92534View commit details -
Wait for Besu to be up before running Goss Docker test 02 (hyperledge…
…r#7655) Signed-off-by: Fabio Di Fabio <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a13f179 - Browse repository at this point
Copy the full SHA a13f179View commit details -
Rebalance GHA runners to reduce ATs failure and speedup unit tests (h…
…yperledger#7656) Signed-off-by: Fabio Di Fabio <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41301c1 - Browse repository at this point
Copy the full SHA 41301c1View commit details -
Rebalance GHA runners to reduce ATs failure and speedup unit tests [p…
…art 2] (hyperledger#7658) Signed-off-by: Fabio Di Fabio <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48428d7 - Browse repository at this point
Copy the full SHA 48428d7View commit details -
Fix reading tx-pool-min-score option from configuration file (hyperle…
…dger#7623) Signed-off-by: Fabio Di Fabio <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c751c01 - Browse repository at this point
Copy the full SHA c751c01View commit details -
fix opentelemetry (hyperledger#7649)
Signed-off-by: Blue <[email protected]> Co-authored-by: Fabio Di Fabio <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e77ef63 - Browse repository at this point
Copy the full SHA e77ef63View commit details -
7702 validation checks v2 (hyperledger#7653)
* yParity is valid up to 2**256 as well Signed-off-by: Daniel Lehrner <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85b69ac - Browse repository at this point
Copy the full SHA 85b69acView commit details -
remove integration tests related to privacy (hyperledger#7645)
* remove integration tests related to privacy Signed-off-by: Sally MacFarlane <[email protected]> --------- Signed-off-by: Sally MacFarlane <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa4ec5c - Browse repository at this point
Copy the full SHA fa4ec5cView commit details -
Update protobuf to 32.25.5 to resolve CVE-2024-7254 (hyperledger#7664)
Signed-off-by: Matthew Whitehead <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78f7c62 - Browse repository at this point
Copy the full SHA 78f7c62View commit details -
Docker: Only switch user if the current user is root (hyperledger#7654)
* Update entrypoint script for Dockerfile to only switch user if its running as root Signed-off-by: Rafael Matias <[email protected]> * make root user check at the beginning Signed-off-by: Rafael Matias <[email protected]> --------- Signed-off-by: Rafael Matias <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 879aaf1 - Browse repository at this point
Copy the full SHA 879aaf1View commit details -
7311: Add feature toggle for enabling use of the peertask system wher…
…e available (hyperledger#7633) Signed-off-by: Matilda Clerke <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4fd55d - Browse repository at this point
Copy the full SHA d4fd55dView commit details -
Add consolidationRequestContract in jsonGenesisConfig (hyperledger#7647)
* Include consolidationRequestContract in jsonGenesisConfigOptions Signed-off-by: gconnect <[email protected]> * Update changelog and ran spotlessApply Signed-off-by: gconnect <[email protected]> * Rename consolidationRequestPredeployAddress to consolidationRequestContractAddress Signed-off-by: gconnect <[email protected]> * Create request contract addresses class Signed-off-by: gconnect <[email protected]> * Update method calls Signed-off-by: gconnect <[email protected]> * Refactor RequestContractAddresses class and update method calls and test Signed-off-by: gconnect <[email protected]> --------- Signed-off-by: gconnect <[email protected]> Co-authored-by: Gabriel-Trintinalia <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a5ccfa - Browse repository at this point
Copy the full SHA 7a5ccfaView commit details -
Enable logging during unit tests (hyperledger#7672)
Signed-off-by: Fabio Di Fabio <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57b5ba7 - Browse repository at this point
Copy the full SHA 57b5ba7View commit details -
Force besu to stop on plugin initialization errors (hyperledger#7662)
Signed-off-by: Gabriel-Trintinalia <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd0f7ca - Browse repository at this point
Copy the full SHA cd0f7caView commit details -
Implementing support for emptyBlockPeriodSeconds in QBFT (Issue hyper…
…ledger#3810) (hyperledger#6965) Implemented support for emptyBlockPeriodSeconds in QBFT (Issue hyperledger#3810) Introduces experimental xemptyblockperiodseconds genesis config option for producing empty blocks at a specific interval independently of the value of the existing blockperiodseconds setting. hyperledger#3810 --------- Signed-off-by: Antonio Mota <[email protected]> Signed-off-by: amsmota <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa155b6 - Browse repository at this point
Copy the full SHA fa155b6View commit details -
Improve Log Message When Setting RPC Gas Cap for Transaction Simulati…
…on (hyperledger#7679) Signed-off-by: Karim Taam <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f84cf51 - Browse repository at this point
Copy the full SHA f84cf51View commit details -
Update release workflow (hyperledger#7680)
Set RELEASE_NAME as environment variable for the step Signed-off-by: Chaminda Divitotawela <[email protected]> Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 621157e - Browse repository at this point
Copy the full SHA 621157eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1825333 - Browse repository at this point
Copy the full SHA 1825333View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1aa33e - Browse repository at this point
Copy the full SHA a1aa33eView commit details
Commits on Sep 30, 2024
-
Merge branch 'main' into feat/lukso-cancun-fork
Signed-off-by: Wolmin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8bdb762 - Browse repository at this point
Copy the full SHA 8bdb762View commit details