-
Notifications
You must be signed in to change notification settings - Fork 788
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 v5.2.1 (final branch) #5984
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* remove or update unused cfg
* Fix panic in debug build * make cli-local to update the book
* max_value -> MAX * remove unnecesary closures * a couple more max_value -> MAX * a couple more max_value -> MAX * Revert "a couple more max_value -> MAX" This reverts commit 807fe7c. * unused spec field -> phantom data * ignore some dead code warnings * update kurtosis repo location
* Remove some easy Electra TODOs
* Fix port conflicts on CI.
* Add FUNDING.json
* Verify inclusion proof should not be fallible * Add blob sidecar inclusion test (#33) * Add blob sidecar inclusion test. * Fix lint
* Add test for next_peer_request_ready * Use push_front to requeue
* Update local testnet doc * Update doc * Minor revision * Fix directory path * Update scripts/local_testnet/README.md Co-authored-by: Pawan Dhananjay <[email protected]> * Add kurtosis web * Add save logs command * Log of a service * Update scripts/local_testnet/README.md Co-authored-by: Jimmy Chen <[email protected]> * Update scripts/local_testnet/README.md Co-authored-by: Jimmy Chen <[email protected]> * Minor revision * Merge branch 'local-testnet-doc' of https://github.com/chong-he/lighthouse into local-testnet-doc
* Patch curve25519-dalek.
* Update nethermind and llvm versions. * Fix nethermind binary path
* chore: Change Into trait impl for KzgProof to From trait impl * chore: change `impl Into <T> for U` to `impl From<U> for T` * chore: remove `from-over-into` clippy lint exception
* chore: simplify method to generate a random blob * chore: remove now unused import
* Lower tolerance of stale blobs on gossip * Drop to debug
… but not yet sent. (#5942) * report failed rpc requests from RPC
* Ensure handler events are covered
michaelsproul
added
project-management
do-not-merge
v5.2.1
Patch release for v5.2.0
labels
Jun 23, 2024
* Update book * Fix * mdlint * Revise * Update slasher doc * Revise max db size * change blob to file * Add checkpoint-blobs * Thanks Jimmy for the command * Update schema docs
* Remove all batches related to a peer on disconnect * Cleanup map entries after disconnect * Allow lookups to continue in case of disconnections * Pretty response types * fmt * Fix lints * Remove lookup if it cannot progress * Fix tests * Remove poll_close on rpc behaviour * Remove redundant test * Fix issue raised by lion * Revert pretty response types * Cleanup * Fix test * Merge remote-tracking branch 'origin/release-v5.2.1' into rpc-error-on-disconnect-revert * Apply suggestions from joao Co-authored-by: João Oliveira <[email protected]> * Fix log * update request status on no peers found * Do not remove lookup after peer disconnection * Add comments about expected event api * Update single_block_lookup.rs * Update mod.rs * Merge branch 'rpc-error-on-disconnect-revert' into 5969-review * Merge pull request #10 from dapplion/5969-review Add comments about expected event api
* Attempt to continue lookups after adding peers
* Release v5.2.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed Changes
This is a release branch for v5.2.1 that will be merged to
stable
without going viaunstable
.This is a break from our usual release process which always used fast-forward merges from
unstable
tostable
. The advantage is that we can continue developing breaking changes onunstable
while waiting forv5.2.1
.How to include a PR
release-v5.2.1
as the target branch for any pull request targeting v5.2.1.v5.2.1
label.I'm also considering making another
test-v5.2.1
PR that can contain squashed PRs for testing, prior to their final merge. Lets try to keep the history on this branch clean (no force pushes) so that it can be back-merged tounstable
without creating problems.