-
Notifications
You must be signed in to change notification settings - Fork 762
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
Merge unstable
into das
20240821
#6287
Commits on Jul 30, 2024
-
Swap finalized chains based on processed batches (sigp#6203)
* Shift from validated to processed
Configuration menu - View commit details
-
Copy full SHA for 75e9348 - Browse repository at this point
Copy the full SHA 75e9348View commit details -
Avoid acquiring another read lock while holding one to avoid potentia…
…l deadlock (sigp#6200) * Avoid acquiring another read lock to avoid potential deadlock.
Configuration menu - View commit details
-
Copy full SHA for 9b3b730 - Browse repository at this point
Copy the full SHA 9b3b730View commit details
Commits on Aug 1, 2024
-
Work around UB in LMDB bindings (sigp#6211)
* Work around UB in LMDB bindings
Configuration menu - View commit details
-
Copy full SHA for 0bb2386 - Browse repository at this point
Copy the full SHA 0bb2386View commit details
Commits on Aug 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 05bc99e - Browse repository at this point
Copy the full SHA 05bc99eView commit details
Commits on Aug 5, 2024
-
Downgrade re-org log to INFO (sigp#6220)
* Downgrade re-org log to INFO * Update book Co-authored-by: chonghe <44791194+chong-he@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 612946b - Browse repository at this point
Copy the full SHA 612946bView commit details
Commits on Aug 6, 2024
-
Don't expect DAS config in HTTP spec response (sigp#6221)
* Don't expect DAS config in HTTP spec response
Configuration menu - View commit details
-
Copy full SHA for 42a1cd8 - Browse repository at this point
Copy the full SHA 42a1cd8View commit details
Commits on Aug 7, 2024
-
Broadcast VC requests in parallel and fix subscription error (sigp#6223)
* Broadcast VC requests in parallel * Remove outdated comment * Try some things * Fix subscription error * Remove junk logging
Configuration menu - View commit details
-
Copy full SHA for a68f34a - Browse repository at this point
Copy the full SHA a68f34aView commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d6ba8c3 - Browse repository at this point
Copy the full SHA d6ba8c3View commit details
Commits on Aug 13, 2024
-
Implement data columns by network boilerplate (sigp#6224)
* Implement data columns by network boilerplate * Use correct quota values * Address PR review * Update currently_supported * Merge remote-tracking branch 'sigp/unstable' into peerdas-network-boilerplate * PR reviews * Fix data column rpc request not being sent due to incorrect limits set. (sigp#6000)
Configuration menu - View commit details
-
Copy full SHA for ff15c78 - Browse repository at this point
Copy the full SHA ff15c78View commit details -
Add PeerDAS KZG lib integration (construction & KZG verification) (si…
…gp#6212) * Add peerdas KZG library and use it for data column construction and cell kzg verification (sigp#5701, sigp#5941, sigp#6118, sigp#6179) Co-authored-by: kevaundray <kevtheappdev@gmail.com> * Update `rust_eth_kzg` crate to published version. * Update kzg metrics buckets. * Merge branch 'unstable' into peerdas-kzg * Update KZG version to fix windows mem allocation. * Refactor common logic from build sidecar and reconstruction. Remove unnecessary `needless_lifetimes`. Co-authored-by: realbigsean <sean@sigmaprime.io> * Copy existing trusted setup into `PeerDASTrustedSetup` for consistency and maintain `--trusted-setup` functionality. * Merge branch 'unstable' into peerdas-kzg * Merge branch 'peerdas-kzg' of github.com:jimmygchen/lighthouse into peerdas-kzg * Merge branch 'unstable' into peerdas-kzg * Merge branch 'unstable' into peerdas-kzg * Load PeerDAS KZG only if PeerDAS is enabled.
Configuration menu - View commit details
-
Copy full SHA for 6dc614f - Browse repository at this point
Copy the full SHA 6dc614fView commit details -
Reuse password option prompts again on a wrong password (sigp#4380)
* Prompt for password if incorrect in import * lint and fmt * Use if instead of match * Fix issue raised by @chong-he * Merge branch 'unstable' into reuse-pw-break * Remove unused function
Configuration menu - View commit details
-
Copy full SHA for 22ccdb6 - Browse repository at this point
Copy the full SHA 22ccdb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a996fb - Browse repository at this point
Copy the full SHA 3a996fbView commit details
Commits on Aug 14, 2024
-
Persist data columns to store (sigp#6255)
* Persist data columns (from das PR sigp#5196)
Configuration menu - View commit details
-
Copy full SHA for 18df701 - Browse repository at this point
Copy the full SHA 18df701View commit details
Commits on Aug 15, 2024
-
Add Reth to execution clients suggested for installation (sigp#6172)
* Added Reth among execution clients * Update book/src/run_a_node.md Co-authored-by: chonghe <44791194+chong-he@users.noreply.github.com> * Merge branch 'unstable' into braqzen-6171
Configuration menu - View commit details
-
Copy full SHA for a91f432 - Browse repository at this point
Copy the full SHA a91f432View commit details -
Add PeerDAS RPC import boilerplate (sigp#6238)
* Add PeerDAS RPC import boilerplate * revert refactor * Remove allow
Configuration menu - View commit details
-
Copy full SHA for 5169e03 - Browse repository at this point
Copy the full SHA 5169e03View commit details -
Add sync lookup custody request state (sigp#6257)
* Add sync lookup custody request state * Review PR * clippy * Merge branch 'unstable' of https://github.com/sigp/lighthouse into peerdas-network-lookup
Configuration menu - View commit details
-
Copy full SHA for 9fc0a66 - Browse repository at this point
Copy the full SHA 9fc0a66View commit details -
Implement PeerDAS RPC handlers (sigp#6237)
* Implement PeerDAS RPC handlers * use terminate_response_stream * Merge branch 'unstable' of https://github.com/sigp/lighthouse into peerdas-network-rpc-handler * cargo fmt
Configuration menu - View commit details
-
Copy full SHA for 6566705 - Browse repository at this point
Copy the full SHA 6566705View commit details
Commits on Aug 19, 2024
-
Add metrics inside fork-choice crate (sigp#6205)
* Add metrics inside fork-choice crate
Configuration menu - View commit details
-
Copy full SHA for 9bc5643 - Browse repository at this point
Copy the full SHA 9bc5643View commit details -
Make
portable
the default in Lighthouse book and Makefile, update w……orkflows (sigp#6247) * Remove portable in book * Add back modern in docker.md * Update Makefile * Update release.yml * Update docker.yml * Update book * Minor revision * delete portable tarballs * delete portable in Make command * Fix link in book * mdlint * Remove modernity in docker * Merge branch 'unstable' into update-book-portable * Merge branch 'unstable' into update-book-portable * Remove `-dev` docker images * Merge remote-tracking branch 'origin/unstable' into update-book-portable
Configuration menu - View commit details
-
Copy full SHA for b6d15bc - Browse repository at this point
Copy the full SHA b6d15bcView commit details -
add missing fields to get blob sidecars request (sigp#5987)
* add missing fields to get blob sidecars request * add fork versioned response impl * only compute the block root once * Merge branch 'unstable' of https://github.com/sigp/lighthouse into add-missing-fields-get-blob-sidecars * Merge branch 'unstable' of https://github.com/sigp/lighthouse into add-missing-fields-get-blob-sidecars * fetch root first fetch from cache if its a head block * fmt * always load from db
Configuration menu - View commit details
-
Copy full SHA for 0429158 - Browse repository at this point
Copy the full SHA 0429158View commit details -
Prevent fd leak in random slasher tests (sigp#6254)
* Prevent fd leak in random slasher tests * Clippy
Configuration menu - View commit details
-
Copy full SHA for 6faa9c6 - Browse repository at this point
Copy the full SHA 6faa9c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d957161 - Browse repository at this point
Copy the full SHA d957161View commit details
Commits on Aug 20, 2024
-
Require manual confirmation to purge database with
purge-db
(sigp#6154Configuration menu - View commit details
-
Copy full SHA for 32f2e05 - Browse repository at this point
Copy the full SHA 32f2e05View commit details -
Add time metrics to aquire fork-choice lock (sigp#6204)
* Add time metrics to aquire fork-choice lock * Apply suggestions from code review Co-authored-by: Michael Sproul <micsproul@gmail.com> * Merge remote-tracking branch 'sigp/unstable' into fork-choice-lock-metrics * fix merge issue
Configuration menu - View commit details
-
Copy full SHA for 1f0d129 - Browse repository at this point
Copy the full SHA 1f0d129View commit details -
Avoid redundant allocations in blob verification (sigp#6282)
* Avoid redundant allocations in blob verification
Configuration menu - View commit details
-
Copy full SHA for 56d1c8c - Browse repository at this point
Copy the full SHA 56d1c8cView commit details
Commits on Aug 21, 2024
-
Add data columns by root sync request (sigp#6274)
* Add data columns by root sync request
Configuration menu - View commit details
-
Copy full SHA for 677f96a - Browse repository at this point
Copy the full SHA 677f96aView commit details -
Merge branch 'unstable' into das-0821-merge
# Conflicts: # Cargo.lock # Cargo.toml # beacon_node/beacon_chain/src/beacon_chain.rs # beacon_node/beacon_chain/src/data_availability_checker.rs # beacon_node/beacon_chain/src/data_availability_checker/overflow_lru_cache.rs # beacon_node/beacon_chain/src/data_column_verification.rs # beacon_node/beacon_chain/src/kzg_utils.rs # beacon_node/beacon_chain/src/metrics.rs # beacon_node/beacon_processor/src/lib.rs # beacon_node/lighthouse_network/src/rpc/codec/ssz_snappy.rs # beacon_node/lighthouse_network/src/rpc/config.rs # beacon_node/lighthouse_network/src/rpc/methods.rs # beacon_node/lighthouse_network/src/rpc/outbound.rs # beacon_node/lighthouse_network/src/rpc/rate_limiter.rs # beacon_node/lighthouse_network/src/service/api_types.rs # beacon_node/lighthouse_network/src/types/globals.rs # beacon_node/network/src/network_beacon_processor/mod.rs # beacon_node/network/src/network_beacon_processor/rpc_methods.rs # beacon_node/network/src/network_beacon_processor/sync_methods.rs # beacon_node/network/src/sync/block_lookups/common.rs # beacon_node/network/src/sync/block_lookups/mod.rs # beacon_node/network/src/sync/block_lookups/single_block_lookup.rs # beacon_node/network/src/sync/block_lookups/tests.rs # beacon_node/network/src/sync/manager.rs # beacon_node/network/src/sync/network_context.rs # consensus/types/src/data_column_sidecar.rs # crypto/kzg/Cargo.toml # crypto/kzg/benches/benchmark.rs # crypto/kzg/src/lib.rs
Configuration menu - View commit details
-
Copy full SHA for 2aafe30 - Browse repository at this point
Copy the full SHA 2aafe30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e19984 - Browse repository at this point
Copy the full SHA 4e19984View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15d0f15 - Browse repository at this point
Copy the full SHA 15d0f15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 481ebc1 - Browse repository at this point
Copy the full SHA 481ebc1View commit details