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

Kintsugi🍵 release #2705

Merged
merged 73 commits into from
Nov 2, 2021
Merged

Kintsugi🍵 release #2705

merged 73 commits into from
Nov 2, 2021

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    aa91788 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2672 from ralexstokes/fix-altair-transition-tests

    Yield the `pre` state for this test type before making blocks
    ralexstokes committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    d0379cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5b169b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2673 from ethereum/fix-test

    fix issue with mutation in test generation
    protolambda committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    6852c5a View commit details
    Browse the repository at this point in the history
  5. update remerkleable

    protolambda committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    7e080c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    cd5cf60 View commit details
    Browse the repository at this point in the history
  2. Update ssz_generic test format README

    The existing README has a reference to an alias type `Bytes[N]` that has been removed from the repo so it is not clear what it exactly refers to.
    
    This PR updates the type to the equivalent `List[T, N]` using more recent SSZ typing syntax.
    ralexstokes committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    ec516a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afb62ee View commit details
    Browse the repository at this point in the history
  4. Set CI job for each fork

    hwwhww committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    2f6e817 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2674 from ethereum/update-remerkleable

    update remerkleable
    hwwhww committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    140596f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f36378 View commit details
    Browse the repository at this point in the history
  7. call notify_forkchoice_updated with finalized_block_hash == 0x00..00 …

    …if not yet finalized
    djrtwo committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    190ef9f View commit details
    Browse the repository at this point in the history
  8. ad TBH_ACTIVATION_EPOCH

    djrtwo committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    3bfdc91 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    d5be6b5 View commit details
    Browse the repository at this point in the history
  2. Fix setup.py parser and rename TBH_ACTIVATION_EPOCH -> `TERMINAL_BL…

    …OCK_HASH_ACTIVATION_EPOCH`
    hwwhww committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    ba582b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34335e0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2681 from ethereum/pre-finalized-forkchoice

    call to pre-finalized notify_forkchoice_updated
    mkalinin committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    cebf3ed View commit details
    Browse the repository at this point in the history
  5. pr feedback

    djrtwo committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    294b60a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8023edc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2682 from ethereum/TBH-epoch

    add TBH_ACTIVATION_EPOCH
    djrtwo committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    def46dd View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2683 from ethereum/remove-prepare-payload

    remove prepare_payload
    djrtwo committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    4bf88ba View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2678 from ethereum/run-specific-fork

    Run Pytest with specific phase(s)/fork(s) tests
    djrtwo committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    c08a8c9 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2679 from ethereum/ci-in-forks

    [CI] Run CI tests in parallel by forks
    djrtwo committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    65d56dc View commit details
    Browse the repository at this point in the history
  11. Apply suggestions from code review

    Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
    djrtwo and hwwhww committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    e787da3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8a27a7c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c6af7b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Merge pull request #2684 from ethereum/merge-txs

    Remove Union from ExecutionPayload transaction type
    djrtwo committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    a20f6f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edb5a02 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    cb513aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2687 from ethereum/remove-p2p

    remove extraneous p2p condition
    djrtwo committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    966d34b View commit details
    Browse the repository at this point in the history
  3. Update tests/core/pyspec/eth2spec/test/conftest.py

    Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
    hwwhww and djrtwo committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    405f2e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a89b55d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    3148401 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b9652b View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Co-authored-by: Mikhail Kalinin <noblesse.knight@gmail.com>
    hwwhww and mkalinin committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    71d3159 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62504d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e320da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dae5b87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bda07e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Merge pull request #2694 from ethereum/reuse-pow-chain

    Update `pow_chain` to dict and reuse it instead of calling `get_pow_block`
    mkalinin committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    4879383 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43a659a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d58b1c5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2695 from ethereum/new-test-case

    Add new attestation test case
    djrtwo committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    4f49c63 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    79bf348 View commit details
    Browse the repository at this point in the history
  2. PR feedback from @mkalinin

    hwwhww committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    6016347 View commit details
    Browse the repository at this point in the history
  3. Minor comment fix

    hwwhww committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    8ecbffa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2677 from ethereum/ralexstokes-patch-1

    Update `ssz_generic` test format README
    ralexstokes committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    0eff6e0 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    hwwhww committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    d0bcf29 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2696 from ethereum/typo-fix

    Fix typo
    djrtwo committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    b50c33e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2686 from ethereum/tx-limits

    fix gossip and tx size limits for the merge
    djrtwo committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    2fc0564 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    78040ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2676 from ethereum/get_pow_block-not-found

    Clarify `get_pow_block` block-not-found case
    djrtwo committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    6d1be4a View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Diederik Loerakker <proto@protolambda.com>
    djrtwo and protolambda committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    4da53e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Update setup.py

    Reflect changes to max transaction size in #2686.
    ralexstokes committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    43da796 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2701 from ethereum/ralexstokes-patch-1

    Update max transaction size in setup.py
    djrtwo committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    7f35777 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Diederik Loerakker <proto@protolambda.com>
    djrtwo and protolambda committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    fe8d6ed View commit details
    Browse the repository at this point in the history
  4. add modified in merge

    djrtwo committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    d5f5f8b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2698 from ethereum/merge-penalties

    update penalty params for Merge
    djrtwo committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    77fe450 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    3ba3915 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dce6b09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52a97ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    879bd2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e3ccb7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2699 from ethereum/remove-gas-validations

    remove gas validations from CL
    djrtwo committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    a8076eb View commit details
    Browse the repository at this point in the history
  7. Note the Proof-of-Custody for execution in validator.md

    Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
    mkalinin and djrtwo committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    16cabb2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2703 from mkalinin/attest-after-execution

    State that validator must consider only fully validated blocks
    mkalinin committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    7d411a2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2704 from ethereum/disable-too-slow-fork-choice-t…

    …ests
    
    Disable some too-slow mainnet preset fork choice tests
    djrtwo committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    7a5eec3 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    e09a749 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2702 from ethereum/merge-preset

    Set execution params to presets
    ralexstokes committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    79d005e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    948d476 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2707 from mkalinin/polish-tbh-handling

    Polish TBH handling
    djrtwo committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    88345d2 View commit details
    Browse the repository at this point in the history
  5. bump VERSION.txt to 1.1.4

    djrtwo committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    1361078 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2708 from ethereum/bump-version

    bump VERSION.txt to 1.1.4
    djrtwo committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    a45ee9b View commit details
    Browse the repository at this point in the history