Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ChainSafe/lodestar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cbe33cbc5fc3c81b424f804b9329921ac1bb0152
Choose a base ref
...
head repository: ChainSafe/lodestar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ae1a03e6bbeabb404c66cb3fb81cb7e5e1fcf927
Choose a head ref
  • 17 commits
  • 227 files changed
  • 8 contributors

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    89ab742 View commit details
    Browse the repository at this point in the history
  2. fix: update holesky / sepolia repository layout (#6827)

    * fix: update holesky repository layout
    
    * fix sepolia url too
    
    * update sepolia repository
    
    * fix lint
    barnabasbusa authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f37e50f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. fix: prune invalid ssz objects (#6875)

    * fix: prune invalid ssz objects
    
    * fix: handle non-existing invalidSszObjects folder
    
    * Review PR
    
    * fix: expect empty dirs to be removed in unit tests
    
    ---------
    
    Co-authored-by: Nico Flaig <nflaig@protonmail.com>
    twoeths and nflaig authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    85dc0ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a122876 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. fix: move server api method invocation out of try-catch for parsing (#…

    …6890)
    
    * fix: move server api method invocation out of try-catch for parsing
    
    * Further simplify / group handler logic
    nflaig authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0c5adec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a074310 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. chore: remove apis that are no longer part of beacon spec (#6901)

    * chore: remove apis that are no longer part of beacon spec
    
    * Update state ssz tests to deneb
    nflaig authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a2c389f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. refactor: improve types package to use forks as generics (#6825)

    * Update the types to use generics
    
    * Update the types with default generics
    
    * Fix the block type
    
    * Add missing type
    
    * Add missing type
    
    * Add ssz types
    
    * Remove allForks namespace
    
    * Make ssz types generic
    
    * Update config package
    
    * Fix blok fork types
    
    * Fix api package types
    
    * Update types
    
    * Update state-transition package
    
    * Update config package
    
    * Fix types
    
    * Fix types for all packages
    
    * Update api package
    
    * Fix types for tests files
    
    * Fix ssz types
    
    * Fix build error
    
    * Fix lint errors
    
    * Fix lint errors
    
    * Fix type issues after rebase
    
    * Update redundant generics
    
    * Fix the type
    
    * Update types to use single generic
    
    * Fix all types
    
    * Fix the code as per feedback
    
    * Update the code with feedback
    
    * Update packages/types/README.md
    
    Co-authored-by: Nico Flaig <nflaig@protonmail.com>
    
    * chore: review #6825 (#6887)
    
    Review #6825
    
    * Fix publishBlockWrapper input type
    
    * Updated the type guard
    
    * Remove ssz instance type
    
    * Rename BlindedExecutionPayload to ExecutionPayloadheader
    
    * Update code as per feedback
    
    ---------
    
    Co-authored-by: Nico Flaig <nflaig@protonmail.com>
    nazarhussain and nflaig authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    802a875 View commit details
    Browse the repository at this point in the history
  2. chore: cleanup usage of blinded types (#6903)

    * Cleanup blinded types
    
    * Fix lint error
    nazarhussain authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3cc1cb4 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump ws from 7.5.9 to 7.5.10 in /docs (#6896)

    Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.5.9...7.5.10)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 24, 2024
    1 Configuration menu
    Copy the full SHA
    f20ec4e View commit details
    Browse the repository at this point in the history
  4. feat: add endpoint to fetch blinded blocks (#6905)

    * feat: add endpoint to fetch blinded blocks
    
    * Reorder test assertions
    nflaig authored Jun 24, 2024
    1 Configuration menu
    Copy the full SHA
    b453b37 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    0f3109f View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    fe23f68 View commit details
    Browse the repository at this point in the history
  3. feat: placeholder PR for electra

    add types stub and epoch config
    
    fix types
    g11tech committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    08884f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. feat: implement peerDAS on electra

    add some presets
    
    add further params and types
    
    add data column to types repo and network
    
    move to max request data columns to preset
    
    add the datacolumns data in blockinput and fix breaking errors in seen gossip blockinput
    
    handle data columns in gossip and the seengossip
    
    further propagate forkaware blockdata and resolve build/type issues
    
    further handle datacolumns sync by range by root and forkaware data handling
    
    fix issues
    
    chore: update c-kzg to peerDas version
    
    feat: add peerDas ckzg functions to interface
    
    fix the lookups
    
    handle the publishing flow
    
    various sync try fixes
    
    fixes
    
    compute blob side car
    
    various misl debuggings and fixes
    
    debug and apply fixes and get range and by root sync to work will full custody
    
    enable syncing with lower custody requirement
    
    use node peerid rather than a dummy string
    
    get and use the nodeid from enr and correctly compute subnets and column indexes
    
    filterout and connect to peers only matching out custody requiremnt
    
    try adding custody requirement
    
    add protection for subnet calc
    
    get the sync working with devnet 0
    
    correctly set the enr with custody subnet info
    
    rebase fixes
    
    small refactor
    g11tech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b1481f1 View commit details
    Browse the repository at this point in the history
  2. fix: docker build issue for c-kzg

    wip: REPLACE THIS COMMIT
    
    commit yarn lock
    matthewkeil authored and g11tech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7dab01e View commit details
    Browse the repository at this point in the history
  3. rebase fixes

    g11tech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ae1a03e View commit details
    Browse the repository at this point in the history
Loading