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.5.0-alpha.0 #3675

Merged
merged 239 commits into from
Apr 18, 2024
Merged

release v1.5.0-alpha.0 #3675

merged 239 commits into from
Apr 18, 2024

Commits on Dec 5, 2023

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

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    d6a37ec View commit details
    Browse the repository at this point in the history
  2. wip

    wip
    
    Add `TARGET_NUMBER_OF_PEERS`
    
    Add networking spec draft
    
    fix
    
    simplification
    
    Rename `DoYouHave` to `GetCustodyStatus`
    
    Add DataLineSidecar design
    
    Apply suggestions from code review
    
    Co-authored-by: dankrad <mail@dankradfeist.de>
    Co-authored-by: danny <dannyjryan@gmail.com>
    
    Revamp after reviews and discussion
    
    Remove `CustodyStatus`
    
    minor fix
    
    Change`DataColumn` to `List[DataCell, MAX_BLOBS_PER_BLOCK]`
    
    Move folder
    
    Replace `DataColumnByRootAndIndex` with `DataColumnSidecarByRoot` message. Add extended data description
    
    Remove `DataRow`
    
    Apply suggestions from @jacobkaufmann code review
    
    Co-authored-by: Jacob Kaufmann <jacobkaufmann18@gmail.com>
    
    Represent matrix in `BLSFieldElement` form
    
    Add `assert time >= store.time` to `on_tick`
    
    Revert the spec. Only handle it in tests
    
    Remove extra tick
    
    cleanup leftover
    
    Add randomized block cases
    
    Specify RPC byRoot blocks-sidecars elegibility
    
    fix typo
    
    Update specs/phase0/p2p-interface.md
    
    Co-authored-by: Mikhail Kalinin <noblesse.knight@gmail.com>
    
    Update specs/deneb/p2p-interface.md
    
    Co-authored-by: Mikhail Kalinin <noblesse.knight@gmail.com>
    
    add failed on_block condition
    
    rephrase
    
    Update specs/phase0/p2p-interface.md
    
    Co-authored-by: Mikhail Kalinin <noblesse.knight@gmail.com>
    
    apply suggestion
    
    Update specs/deneb/p2p-interface.md
    
    Co-authored-by: danny <dannyjryan@gmail.com>
    
    Update specs/deneb/p2p-interface.md
    
    Co-authored-by: danny <dannyjryan@gmail.com>
    
    remove the last consider
    
    from on_block to state_transition
    
    simplify and add a new rule
    
    Update specs/phase0/p2p-interface.md
    
    Co-authored-by: Mikhail Kalinin <noblesse.knight@gmail.com>
    
    Update specs/deneb/p2p-interface.md
    
    Co-authored-by: Mikhail Kalinin <noblesse.knight@gmail.com>
    
    Update specs/deneb/p2p-interface.md
    
    Co-authored-by: danny <dannyjryan@gmail.com>
    
    remove gossip failure rules
    
    Apply suggestions from code review
    
    bump version to v1.4.0-beta.5
    
    Move `blob_sidecar_{subnet_id}` to `Blob subnets` section
    
    Misc minor fix
    
    Add linter support
    
    Add column subnet validation. Split `verify_column_sidecar` into two functions
    
    Fix `get_data_column_sidecars` by using `compute_samples_and_proofs`
    
    Apply suggestions from code review
    
    Co-authored-by: danny <dannyjryan@gmail.com>
    
    Do not assign row custody
    
    Apply suggestions from code review
    
    Co-authored-by: danny <dannyjryan@gmail.com>
    
    Revamp reconstruction section
    
    Use depth as the primary preset for inclusion proof. Fix `get_data_column_sidecars` and add tests for merkle proof
    
    Change `SAMPLES_PER_SLOT` to 8 and add tests (requirement TBD)
    
    Apply PR feedback from @ppopth and @jtraglia
    
    Fix `get_data_column_sidecars`
    
    Co-authored-by: Pop Chunhapanya <haxx.pop@gmail.com>
    
    Apply suggestions from code review
    
    Co-authored-by: Pop Chunhapanya <haxx.pop@gmail.com>
    
    Apply suggestions from code review
    
    Co-authored-by: fradamt <104826920+fradamt@users.noreply.github.com>
    Co-authored-by: Jacob Kaufmann <jacobkaufmann18@gmail.com>
    
    Fix `get_data_column_sidecars` and `get_custody_lines`
    
    Apply suggestions from code review
    
    Co-authored-by: Jacob Kaufmann <jacobkaufmann18@gmail.com>
    
    Enhance tests
    
    fix typo
    
    Co-authored-by: fradamt <104826920+fradamt@users.noreply.github.com>
    
    Remove `epoch` from `get_custody_lines`
    
    fix
    
    fix
    hwwhww committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    93dddd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    504b4f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    696d443 View commit details
    Browse the repository at this point in the history
  2. Fix conflict

    hwwhww committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    2cc7c87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    665e6fa View commit details
    Browse the repository at this point in the history
  4. fix typo

    hwwhww committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    9553d54 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: g11tech <develop@g11tech.io>
    hwwhww and g11tech committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    a72ece8 View commit details
    Browse the repository at this point in the history
  6. 2 Configuration menu
    Copy the full SHA
    65be5b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Apply suggestions from code review

    Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
    hwwhww and jtraglia committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    55db861 View commit details
    Browse the repository at this point in the history
  2. Fix column computation

    hwwhww committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    4477cc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56e6a98 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. toc

    hwwhww committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    edeef07 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    b2a4657 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aab577 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
    Co-authored-by: Pop Chunhapanya <haxx.pop@gmail.com>
    3 people committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    170dae5 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Apply PR feedback

    hwwhww committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    547460c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d23452d View commit details
    Browse the repository at this point in the history
  3. Fix DataColumnSidecarsByRoot

    hwwhww committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    87e9702 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Apply suggestions from code review

    Co-authored-by: g11tech <develop@g11tech.io>
    Co-authored-by: Pop Chunhapanya <haxx.pop@gmail.com>
    3 people committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    428c166 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c47d5f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91dbbb3 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Update specs/_features/eip7594/das-core.md

    Co-authored-by: Jimmy Chen <jchen.tc@gmail.com>
    hwwhww and jimmygchen committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e7c0d5f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Apply @cskiraly's suggestion

    hwwhww committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8150f76 View commit details
    Browse the repository at this point in the history
  2. Change List length of DataColumn from MAX_BLOBS_PER_BLOCK to `MAX…

    …_BLOB_COMMITMENTS_PER_BLOCK`
    hwwhww committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    bb33f90 View commit details
    Browse the repository at this point in the history
  3. minor arrange

    hwwhww committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    1acb1ff View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Apply PR feedback

    hwwhww committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    cebf78a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    accee2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38f269c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Rename EIP6110 to Electra

    hwwhww committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    6ffd27b View commit details
    Browse the repository at this point in the history
  2. EIP6110 meta update

    hwwhww committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    82271d1 View commit details
    Browse the repository at this point in the history
  3. Merge EIP7002 into Electra

    hwwhww committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ec9bbfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    507bab6 View commit details
    Browse the repository at this point in the history
  5. fix broken tests

    hwwhww committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    dc37dcd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03c23c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43dbf8c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Add EIP-7251 spec

    Co-authored-by: fradamt <104826920+fradamt@users.noreply.github.com>
    dapplion and fradamt committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    668e447 View commit details
    Browse the repository at this point in the history
  2. Add validator doc

    dapplion committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c5af391 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c71fb00 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. apply suggestions

    dapplion committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5f78d2b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    4b6b07b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89564aa View commit details
    Browse the repository at this point in the history
  3. Fix CI

    dapplion committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    fc65a6f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Merge pull request #3619 from asn-d6/peerdas_poly_degree_overflow

    PeerDAS: Check for degree overflow in multiply_polynomialcoeff()
    hwwhww committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    46b118a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3559 from dapplion/attestation-index

    EIP-7549: Move committee index outside Attestation
    hwwhww committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5d80b19 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Align seen_ttl with attestation lifetime

    #3360 effectively
    extends the valid lifetime of an attestation/aggregate to 2 epochs -
    this means that an aggregate that was published at the beginning of a
    slot now is valid per the gossip rules up to 2 epochs later.
    
    Then net effect of the above change is that peers are allowed to
    republish old aggregates and attestations and libp2p will not stop the
    spread with the settings we recommend - instead the messages will have
    to be stopped with the "attestation cover rule" or similar, even though
    they have been observed already.
    
    Significant amounts of this kind of spam have been observed on the
    aggregate channel in particular leading to a 5x increase in aggregate
    traffic as some clients republish these old messages in spite of the
    "attestation cover rule" which should have stopped them - this simple
    change will provide an additional layer of protection against such bugs.
    arnetheduck committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1242368 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf70df2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6359f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Merge pull request #4 from ethDreamer/eip-7251

    Address Comments and Cleanup Spec
    dapplion committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7c9fc19 View commit details
    Browse the repository at this point in the history
  2. Remove built spec

    mkalinin committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    fe35d66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98f38c7 View commit details
    Browse the repository at this point in the history
  4. Fix linter

    mkalinin committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    cdbc2b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d140cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b02c3e5 View commit details
    Browse the repository at this point in the history
  7. Fix toc

    mkalinin committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    be79aab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a127bbf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    17d65ca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d48b5e0 View commit details
    Browse the repository at this point in the history
  11. Fix linter

    mkalinin committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8873d02 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ec633e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    45f98d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f61308 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Update validator.md

    dapplion committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2014edb View commit details
    Browse the repository at this point in the history
  2. queue_excess_active_balance

    dapplion committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ebdb513 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d9ebe1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84a5ae9 View commit details
    Browse the repository at this point in the history
  5. @ensi321 review

    dapplion committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    72c4f04 View commit details
    Browse the repository at this point in the history
  6. fix typo

    dapplion committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    08732e6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3628 from mehdi-aouadi/eip-7549-onchain-aggregation

    EIP-7549 Clarify network vs on chain aggregation
    mkalinin committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    68dceb7 View commit details
    Browse the repository at this point in the history
  8. Remove is_aggregator changes

    dapplion committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4e7c82c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    702ac28 View commit details
    Browse the repository at this point in the history
  2. add electra configs

    parithosh committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a2fbafb View commit details
    Browse the repository at this point in the history
  3. add tests

    add function to context.py
    
    test helpers
    
    add tests
    fradamt committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8d7d7a8 View commit details
    Browse the repository at this point in the history
  4. fix fork version

    parithosh committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    45803e6 View commit details
    Browse the repository at this point in the history
  5. small fixes

    fradamt committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    97966d8 View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: Lion - dapplion <35266934+dapplion@users.noreply.github.com>
    mkalinin and dapplion committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    bb8ba9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4775641 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Merge pull request #5 from fradamt/eip-7251

    add tests, fix small issues
    dapplion committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    83e617a View commit details
    Browse the repository at this point in the history
  2. update the spec files too

    hwwhww committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    88a35a1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3631 from mkalinin/flat-aggregates

    eip7549: flatten aggregate_bits
    mkalinin committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c6b080e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3632 from parithosh/add-electra-config

    Add electra fork config
    hwwhww committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    30be96b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23ad85e View commit details
    Browse the repository at this point in the history
  6. Fix lint

    dapplion committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e6aaa9d View commit details
    Browse the repository at this point in the history
  7. Fix is_partially_withdrawable_validator

    mkalinin authored and dapplion committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    06104f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    5e32d44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73ede3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cda10d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f5cc4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31142b0 View commit details
    Browse the repository at this point in the history
  6. Remove unused method

    mkalinin committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    46638d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    517f741 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    915f90e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    534bcfc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3618 from dapplion/eip-7251

    Add EIP-7251 spec: Increase MAX_EFFECTIVE_BALANCE
    hwwhww committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e926d2e View commit details
    Browse the repository at this point in the history
  3. Update single_merkle_proof.md

    Typo in file name suggesting the wrong format
    ralexstokes committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    7d595a7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3635 from ethereum/ralexstokes-patch-2

    Update single_merkle_proof.md test format docs
    hwwhww committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    763e3fd View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Merge pull request #3627 from status-im/seen-ttl

    Align `seen_ttl` with attestation lifetime
    hwwhww committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1a65d4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d004391 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bbecfb View commit details
    Browse the repository at this point in the history
  4. Fix lint

    mkalinin committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    221f273 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52e9552 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3637 from ethDreamer/max_eb_get_active_balance_bug

    Fix bug in get_active_balance()
    mkalinin committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a2c4c27 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Fix tests and specs

    hwwhww committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    eec5503 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Fix conflicts with #3631

    hwwhww committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    cf3c4ec View commit details
    Browse the repository at this point in the history
  2. Enable EIP7549 CI

    hwwhww committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ce591f9 View commit details
    Browse the repository at this point in the history
  3. Revert leftover

    hwwhww committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    4408837 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    4606ab4 View commit details
    Browse the repository at this point in the history
  2. fix toc link

    rolfyone committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9b291ab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3643 from rolfyone/max_eb_withdrawal_rename

    EIP-7251: rename PartialWithdrawal field
    mkalinin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e5020c7 View commit details
    Browse the repository at this point in the history
  4. Remove repetitive word

    dapplion committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    04ef118 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Merge pull request #3640 from ethereum/eip7549-tests

    EIP-7549: Enable EIP-7549 on CI
    hwwhww committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    025ebed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38bf699 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3646 from potuz/remove_deneb_wip

    Remove wip messages on shipped forks
    hwwhww committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9a6c8b6 View commit details
    Browse the repository at this point in the history
  4. Replace MAX_EB with MIN_AB

    mkalinin committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    881768c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Merge pull request #3647 from ethereum/mkalinin-patch-6

    EIP-7251: Use MIN_ACTIVATION_BALANCE instead of MAX_EFFECTIVE_BALANCE
    hwwhww committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f5207db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a12e16b View commit details
    Browse the repository at this point in the history
  3. refactor

    hwwhww committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    265788b View commit details
    Browse the repository at this point in the history
  4. Update specs/_features/eip7251/beacon-chain.md

    Co-authored-by: fradamt <104826920+fradamt@users.noreply.github.com>
    mkalinin and fradamt committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4f8fb6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8728561 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd91c04 View commit details
    Browse the repository at this point in the history
  7. fix conflict

    hwwhww committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5535e6a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc8e9a7 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3651 from zilm13/exits-deneb-fork

    Clarify `voluntary_exits` gossip topic after Capella
    ralexstokes committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    29a3cbb View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3574 from ethereum/peer-das

    [WIP] EIP-7594: PeerDAS protocol
    hwwhww committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    128a273 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3629 from StefanBratanov/eip_6110_rename_function

    EIP-6110 rename `get_eth1_deposit_count` function
    hwwhww committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6cfa8f7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    806ed66 View commit details
    Browse the repository at this point in the history
  13. Apply suggestions from code review

    Co-authored-by: Mikhail Kalinin <noblesse.knight@gmail.com>
    hwwhww and mkalinin committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e64afbc View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    ace9db9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3645 from ethereum/dapplion-patch-1

    Remove repetitive word
    mkalinin committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    78da657 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d3ec8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a56bd85 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3649 from ethereum/eip7549-aggregate

    EIP-7549: Add EIP7549 aggregation logic in testing tool
    ralexstokes committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f8cbd8d View commit details
    Browse the repository at this point in the history
  6. Rename EIP6110 to Electra

    hwwhww authored and ralexstokes committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    d2c69fe View commit details
    Browse the repository at this point in the history
  7. EIP6110 meta update

    hwwhww authored and ralexstokes committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9c4e1db View commit details
    Browse the repository at this point in the history
  8. Merge EIP7002 into Electra

    hwwhww authored and ralexstokes committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    55c81e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07ed517 View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Co-authored-by: Mikhail Kalinin <noblesse.knight@gmail.com>
    2 people authored and ralexstokes committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    257b2eb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bba0e63 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4287340 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e4068b5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a626a79 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d35b409 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    6ad0c07 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3654 from ensi321/eip7251-fork-fix

    EIP-7251: Remove extra `queue_excess_active_balance` call
    ralexstokes committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    10ab186 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3636 from mkalinin/eip-7251

    EIP-7251: misc changes
    ralexstokes committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    b18bbd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    982a983 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a80a777 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5d7bd0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61168e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8cf2fd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    64da0da View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3658 from ethereum/mkalinin-patch-6

    EIP-7251: Fix has_sufficient_effective_balance computation
    ralexstokes committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    e6092db View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Merge pull request #3657 from ralexstokes/eip-7251-spec-fixes

    Various spec fixes for EIP-7251
    ralexstokes committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    dd2721f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ed284d View commit details
    Browse the repository at this point in the history
  3. enable EIP-7251 in CI

    ralexstokes committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    4f6a623 View commit details
    Browse the repository at this point in the history
  4. fix EIP-7251 tests

    ralexstokes committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    112924c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    163f287 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    397c2be View commit details
    Browse the repository at this point in the history
  7. Update beacon-chain.md

    ralexstokes committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3cf3e21 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. add comment

    hwwhww committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1db1c54 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3660 from ethereum/ralexstokes-patch-2

    EIP-7002: Bugfix when processing execution layer exit request
    hwwhww committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    93dba67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab8815b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3615 from ethereum/init-electra

    Init Electra (EIP6110 + EIP7002)
    hwwhww committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    aba6345 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94a0b6c View commit details
    Browse the repository at this point in the history
  6. fix conflict

    hwwhww committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9edfb29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a668da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3dcf9eb View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3653 from ralexstokes/init-electra-rebase

    Add EIP-7549 to Electra
    hwwhww committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    483bafa View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3662 from jtraglia/per-ext-blob

    EIP-7594: Use FIELD_ELEMENTS_PER_EXT_BLOB in NUMBER_OF_COLUMNS
    hwwhww committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4e8e178 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2a334d1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b641582 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d046d07 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4835ed1 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #3666 from ethereum/clean-up-7002

    some clean ups from merging EIP-7002 into Electra
    hwwhww committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9243704 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #3665 from jtraglia/upgrade-electra-blob-gas

    Track blob gas when upgrading to electra
    hwwhww committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7582b7f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    497d799 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3669 from terencechain/patch-144

    Clarify electra validator spec with EIP7549
    hwwhww committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    88f5dde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd0bea0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dev' into pr3656

    hwwhww committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    397f9eb View commit details
    Browse the repository at this point in the history
  5. Simplify Sorting Logic

    ethDreamer committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    2126249 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ff66f8 View commit details
    Browse the repository at this point in the history
  7. Reclaim Lost Epochs

    ethDreamer committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    805c0e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. fix mutable list bug in tests

    fradamt committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    97507b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a0bf5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b03b2c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. fix conflict

    hwwhww committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    91dc428 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eedb5c1 View commit details
    Browse the repository at this point in the history
  3. Remove duplicate tests

    hwwhww committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b87f1fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b52edf View commit details
    Browse the repository at this point in the history
  5. rearrange hysteresis tests

    fradamt committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    7602a52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d81af3 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

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

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    4c60dad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from fradamt/pr/ralexstokes/3656-1

    New consolidation tests, comments
    ralexstokes committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    55c5b10 View commit details
    Browse the repository at this point in the history
  3. fix lint

    ralexstokes committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    05a891f View commit details
    Browse the repository at this point in the history
  4. fix deposit test

    ralexstokes committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0027762 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Merge pull request #3656 from ralexstokes/fix-7251-tests

    Fix EIP-7251 tests
    ralexstokes committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    77ec547 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce39316 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
    ralexstokes and jtraglia committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    54e0f42 View commit details
    Browse the repository at this point in the history
  4. address PR feedback

    ralexstokes committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d243afa View commit details
    Browse the repository at this point in the history
  5. tighten conditional logic for withdrawal requests: list len cannot be…

    … greater than its bound
    ralexstokes committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4d212b4 View commit details
    Browse the repository at this point in the history
  6. fix lint

    ralexstokes committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9bcafc8 View commit details
    Browse the repository at this point in the history
  7. reorg some spec functions

    ralexstokes committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3553498 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1840a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    034909d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c0fa05d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    353bbb0 View commit details
    Browse the repository at this point in the history
  12. Add modified AttesterSlashing

    ensi321 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    5b2f602 View commit details
    Browse the repository at this point in the history
  13. Reorder by processing seq

    hwwhww committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    db2c01a View commit details
    Browse the repository at this point in the history
  14. Add notes

    hwwhww committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0252e12 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #3668 from ralexstokes/add-eip-7251-to-electra

    Add EIP-7251 to Electra
    hwwhww committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    24cbbe2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    38dfd4a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8b6b710 View commit details
    Browse the repository at this point in the history
  18. Update toc

    mkalinin committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    373baa8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    736e26a View commit details
    Browse the repository at this point in the history
  20. Fix toc: attempt 2

    mkalinin committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    fea074e View commit details
    Browse the repository at this point in the history
  21. remove duplicate tests

    ralexstokes committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2b8579a View commit details
    Browse the repository at this point in the history
  22. Merge pull request #3674 from ensi321/add-container-change

    EIP-7549: Add `AttesterSlashing` to modified containers
    ralexstokes committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3e45cdc View commit details
    Browse the repository at this point in the history
  23. Merge pull request #3676 from ethDreamer/balance_churn_limit

    EIP-7251: Rename get_churn_limit() for clarity
    ralexstokes committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3b259b6 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #3659 from ethDreamer/activation_rate_limiting

    EIP-7251: Enforce Activation Rate Limit at Fork Transition
    ralexstokes committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a07e144 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Merge pull request #3670 from ethereum/eip7549-tests

    Add EIP-7549 tests and Electra random tests
    hwwhww committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    056e4db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3678 from ralexstokes/7251-in-electra-cleanups

    Electra: remove duplicate deposit processing tests
    hwwhww committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    947767f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af9b5d9 View commit details
    Browse the repository at this point in the history
  4. weird fix

    hwwhww committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e6e7c92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ecbe19 View commit details
    Browse the repository at this point in the history
  6. fix test_top_up_and_partial_withdrawable_validator: set different e…

    …xpected value for post-electra
    hwwhww committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b290ec7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    040f3f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b2fe919 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3681 from ethereum/electra-testgen

    Fix electra tests and enable testgen
    ralexstokes committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    714c54a View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3687 from ethereum/bump-version

    Update VERSION.txt to 1.5.0-alpha.0
    ralexstokes committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4e0a879 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3682 from mkalinin/fix-churn-updates

    EIP-7251: Fix off-by-one in churn computations
    ralexstokes committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    da0667b View commit details
    Browse the repository at this point in the history
  12. Merge pull request #3680 from ethereum/validator-guide-aggregate

    Use validator guide `compute_on_chain_aggregate` in testing
    ralexstokes committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b02be79 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8213308 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    715e754 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Merge pull request #3679 from ralexstokes/electra/restore-partial-wit…

    …hdrawals-handling
    
    Electra:EIP-7002/7251: clarify pending partial withdrawals handling
    ralexstokes committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6845546 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3690 from fradamt/dev

    Fix broken exit tests due to change in the churn computation
    ralexstokes committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    815485b View commit details
    Browse the repository at this point in the history
  3. Fix tests

    hwwhww committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    313ed1a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3691 from ethereum/fix-tests

    Fix tests
    hwwhww committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    477fa0e View commit details
    Browse the repository at this point in the history