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

release v1.4.0-beta.2 #3504

Merged
merged 63 commits into from
Sep 18, 2023
Merged

release v1.4.0-beta.2 #3504

merged 63 commits into from
Sep 18, 2023

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    69d8c96 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    2210cea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2d351f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e79caff View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. handle len(blobs) == 0 case

    hwwhww committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    85b0ae8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e4d489 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. PR feedback from @djrtwo

    hwwhww committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    32056b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39134d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    b412bdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd34c65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    872e404 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01dfc77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6231dc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da21210 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. fix test format descrition

    potuz committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7ba238a View commit details
    Browse the repository at this point in the history
  2. Danny's fix

    potuz committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    b309903 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Merge pull request #3471 from potuz/fix_kzg_format_desc

    fix test format descrition
    hwwhww committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    fb6297b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3463 from ethereum/deneb-fc-tests-take-2

    Deneb fork choice tests - take 2
    hwwhww committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    56d6d1a View commit details
    Browse the repository at this point in the history
  3. Fix dimension of nodeId and remove outdated comment (#3445)

    * Fix dimension of nodeId and remove incorrect comment
    
    * Remove debugging
    zilm13 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    36d9ea6 View commit details
    Browse the repository at this point in the history
  4. ♻️ refactor

    wenceslas-sanchez committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5612e7a View commit details
    Browse the repository at this point in the history
  5. Update tests/generators/ssz_generic/ssz_container.py

    Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
    wenceslas-sanchez and hwwhww committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    522ab42 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Merge pull request #3468 from wenceslas-sanchez/dev

    🐛 Fix redundant SSZ generic tests
    hwwhww committed Aug 4, 2023
    1 Configuration menu
    Copy the full SHA
    8d6a405 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63c39db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1904b47 View commit details
    Browse the repository at this point in the history
  4. Update Capella FC too

    hwwhww committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    fa1015c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    875fabc View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    6f57e2b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3476 from zhiqiangxu/fix_wording_about_slashing

    fix wording about slashing: "can slashable" => "can be slashable"
    hwwhww committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    8a64a90 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Merge pull request #3473 from wenceslas-sanchez/multiprocessing-side-…

    …effect
    
    🐛 Potential side effects with multiprocessing mode
    hwwhww committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    ef434e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    0b751fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eef6144 View commit details
    Browse the repository at this point in the history
  3. Rename BLS/KZG suite name

    hwwhww committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    fc03e8f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    6a944a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Merge pull request #3485 from dapplion/whisk-config-move

    Whisk: update preset and config files with moved values
    hwwhww committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e3a939e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. remove: old warnings

    terencechain committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    59680c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Pin curdleproofs==0.1.1

    hwwhww committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3eaa184 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3495 from ethereum/curdleproofs

    Pin `curdleproofs==0.1.1`
    hwwhww committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    25c8aba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06851de View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Merge pull request #3494 from terencechain/rm-old-warnings

    remove: old warnings
    hwwhww committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    7a53194 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Merge pull request #3352 from michaelsproul/boost-first-block

    Apply proposer boost to first block in case of equivocation
    hwwhww committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c5c7233 View commit details
    Browse the repository at this point in the history
  2. Add limit inbound churn

    dapplion committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e6f7c99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd37ffc View commit details
    Browse the repository at this point in the history
  4. Enable eip7668 pytest

    hwwhww committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    cc3ced5 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. review PR

    dapplion committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    298a630 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    417b95c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8878a31 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Fix tests

    hwwhww committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    28286e7 View commit details
    Browse the repository at this point in the history
  2. Rename eip7668 to eip7514

    dapplion committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    19bf51d View commit details
    Browse the repository at this point in the history
  3. add extension

    dapplion committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a56c4d0 View commit details
    Browse the repository at this point in the history
  4. Update mainnet.yaml

    dapplion committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f165d39 View commit details
    Browse the repository at this point in the history
  5. Update beacon_chain.md

    dapplion committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    0efd778 View commit details
    Browse the repository at this point in the history
  6. fix(sepcs/p2p): link to libp2p Yamux specification

    Previously the specification would link to the Hashicorp Yamux specification.
    
    https://github.com/hashicorp/yamux/blob/master/spec.md
    
    Since adoption by libp2p, there have been multiple refinements to the original specification. The improved specification can be found in the libp2p specification repository.
    
    https://github.com/libp2p/specs/blob/master/yamux/README.md
    mxinden committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    909388b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Add EIP-7514 into Deneb

    hwwhww committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    e5e50e3 View commit details
    Browse the repository at this point in the history
  2. Update the link of EIP-7044

    hwwhww committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    468ae9a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3503 from ethereum/fix-link

    Update the link of `EIP-7044`
    hwwhww committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    96d8c05 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3493 from mxinden/patch-1

    fix(sepcs/p2p): link to libp2p Yamux specification
    hwwhww committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d26dac9 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: danny <dannyjryan@gmail.com>
    hwwhww and djrtwo committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    26d3fa3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e804174 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Merge pull request #3484 from ethereum/rename-small-suite

    Rename BLS/KZG suite name
    hwwhww committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    a0a512d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    206c328 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into pr3499

    hwwhww committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    264dfad View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3499 from dapplion/limit-churn-inbound

    Add max epoch activation churn limit (EIP-7514) to Deneb
    hwwhww committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c88cf05 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3505 from ethereum/bump-version

    bump version.txt to 1.4.0-beta.2
    hwwhww committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ce240ca View commit details
    Browse the repository at this point in the history