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

Commits on Sep 27, 2024

  1. Edit cancun timestamp

    Signed-off-by: Wolmin <[email protected]>
    Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a8e070a View commit details
    Browse the repository at this point in the history
  2. 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]>
    shemnon authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    07025b8 View commit details
    Browse the repository at this point in the history
  3. 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]>
    2 people authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8292fec View commit details
    Browse the repository at this point in the history
  4. add Teku EL-bootnode to holesky genesis (hyperledger#7648)

    Signed-off-by: Gabriel Fukushima <[email protected]>
    Signed-off-by: Wolmin <[email protected]>
    gfukushima authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4c66057 View commit details
    Browse the repository at this point in the history
  5. 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]>
    2 people authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7236bd1 View commit details
    Browse the repository at this point in the history
  6. 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]>
    matthew1001 authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b7b3abb View commit details
    Browse the repository at this point in the history
  7. 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]>
    matthew1001 authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3e92534 View commit details
    Browse the repository at this point in the history
  8. 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]>
    fab-10 authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a13f179 View commit details
    Browse the repository at this point in the history
  9. 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]>
    fab-10 authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    41301c1 View commit details
    Browse the repository at this point in the history
  10. 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]>
    fab-10 authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    48428d7 View commit details
    Browse the repository at this point in the history
  11. 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]>
    fab-10 authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c751c01 View commit details
    Browse the repository at this point in the history
  12. fix opentelemetry (hyperledger#7649)

    Signed-off-by: Blue <[email protected]>
    Co-authored-by: Fabio Di Fabio <[email protected]>
    Signed-off-by: Wolmin <[email protected]>
    2 people authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e77ef63 View commit details
    Browse the repository at this point in the history
  13. 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]>
    daniellehrner authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    85b69ac View commit details
    Browse the repository at this point in the history
  14. 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]>
    macfarla authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    fa4ec5c View commit details
    Browse the repository at this point in the history
  15. 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]>
    matthew1001 authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    78f7c62 View commit details
    Browse the repository at this point in the history
  16. 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]>
    skylenet authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    879aaf1 View commit details
    Browse the repository at this point in the history
  17. 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]>
    Matilda-Clerke authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d4fd55d View commit details
    Browse the repository at this point in the history
  18. 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]>
    2 people authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7a5ccfa View commit details
    Browse the repository at this point in the history
  19. Enable logging during unit tests (hyperledger#7672)

    Signed-off-by: Fabio Di Fabio <[email protected]>
    Signed-off-by: Wolmin <[email protected]>
    fab-10 authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    57b5ba7 View commit details
    Browse the repository at this point in the history
  20. Force besu to stop on plugin initialization errors (hyperledger#7662)

    Signed-off-by: Gabriel-Trintinalia <[email protected]>
    Signed-off-by: Wolmin <[email protected]>
    Gabriel-Trintinalia authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    cd0f7ca View commit details
    Browse the repository at this point in the history
  21. 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]>
    amsmota authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    fa155b6 View commit details
    Browse the repository at this point in the history
  22. 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]>
    matkt authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f84cf51 View commit details
    Browse the repository at this point in the history
  23. 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]>
    cdivitotawela authored and Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    621157e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1825333 View commit details
    Browse the repository at this point in the history
  25. Edit changelog

    Signed-off-by: Wolmin <[email protected]>
    Wolmin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a1aa33e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Merge branch 'main' into feat/lukso-cancun-fork

    Signed-off-by: Wolmin <[email protected]>
    Wolmin authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8bdb762 View commit details
    Browse the repository at this point in the history