-
Notifications
You must be signed in to change notification settings - Fork 926
Fix TOCTOU vulnerability in unused_port module #8016
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
Open
sashaodessa
wants to merge
47
commits into
sigp:unstable
Choose a base branch
from
sashaodessa:stable
base: unstable
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
fd10b63
Add co-author to mergify commits (#7993)
jimmygchen 148997b
fix TOCTOU vulnerability in unused_port module
sashaodessa b817851
Update engine methods in notifier (#8038)
jimmygchen f04d5ec
Another check to prevent duplicate block imports (#8050)
michaelsproul 4409500
Remove column reconstruction when processing rpc requests (#8051)
eserilev aba3627
Reduce reconstruction queue capacity (#8053)
eserilev 242bdfc
Add instrumentation to `recompute_head_at_slot` (#8049)
eserilev 3de646c
Enable reconstruction for nodes custodying more than 50% of columns a…
jimmygchen 191570e
chore: Bump discv5 and remove generic DefaultProtocolId in metrics (#…
jking-aus b7d78a9
Don't penalize peers for extending ignored chains (#8042)
dapplion 5928407
fix(rate_limiter): add missing prune calls for light client protocols…
gitToki 3cb7e59
Update issue template (#7938)
jimmygchen 521be2b
Prevent silently dropping cell proof chunks (#8023)
eserilev 684632d
Fix reprocess queue memory leak (#8065)
michaelsproul 3543a20
Add experimental complete-blob-backfill flag (#7751)
michaelsproul 92f60b8
Add release helper script to list PRs and breaking changes (#7737)
jimmygchen 51321da
Make the block cache optional (#8066)
michaelsproul 4111bcb
Use scoped rayon pool for backfill chain segment processing (#7924)
jimmygchen 78d330e
Consolidate `reqresp_pre_import_cache` into `data_availability_check…
jimmygchen 4efe47b
Rename `--subscribe-all-data-column-subnets` to `--supernode` and mak…
jimmygchen 366fb0e
Always upload sim test logs (#8082)
jimmygchen c1fb060
Merge remote-tracking branch 'origin/stable' into unstable
michaelsproul 1dbc4f8
Refine HTTP status logs (#8098)
michaelsproul 7a7fe96
Reduce `TARGET_BACKFILL_SLOTS` in checkpoint sync test (#8102)
eserilev d80c0ff
Use HTTPS for xdelta3 in Cargo.toml (#8094)
aviggiano af27402
Run reconstruction inside a scoped rayon pool (#8075)
eserilev 79b3321
Only send data coumn subnet discovery requests after peerdas is sched…
jimmygchen ffa7b2b
Only mark block lookups as pending if block is importing from gossip …
dapplion 20c6ce4
Fulu testnet configs (#8117)
eserilev c754234
Fix bugs in proposer calculation post-Fulu (#8101)
michaelsproul edcfee6
Fix bug in fork calculation at fork boundaries (#8121)
pawanjay176 38fdaf7
Fix proposer shuffling decision slot at boundary (#8128)
michaelsproul e5b4983
Release v8.0.0 rc.0 (#8127)
jimmygchen 9c6d331
Update book for DB schema v28 (#8132)
michaelsproul af5cbfb
Bump superstruct to `0.10.0` (#8133)
macladson 26575c5
Improve spec compliance for `/eth/v1/config/spec` API (#8144)
michaelsproul ff8b514
Remove unnecessary warning logs and update logging levels (#8145)
jimmygchen 4eb8960
Fulu ASCII art (#8151)
eserilev a4ad3e4
Fallback to getPayload v1 if v2 fails (#8163)
pawanjay176 b5c2a96
Quote `BeaconState::proposer_lookahead` in JSON repr (#8167)
michaelsproul 2a433bc
Remove deprecated CLI flags and references for v8.0.0 (#8142)
jimmygchen 13dfa92
Block proposal optimisations (#8156)
michaelsproul 8e382ce
Bump kzg library versions (#8174)
pawanjay176 3110ca3
Implement `/eth/v1/beacon/blobs` endpoint (#8103)
chong-he 538b704
Reject data columns that does not descend from finalize root instead …
jimmygchen 0c9fdea
Update `ForkName::latest_stable` to Fulu for tests (#8181)
michaelsproul 5825bfa
Merge branch 'stable' into unstable
sashaodessa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
.github/ISSUE_TEMPLATE.md → .../ISSUE_TEMPLATE/default-issue-template.md
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "beacon_node" | ||
version = "7.1.0" | ||
version = "8.0.0-rc.0" | ||
authors = [ | ||
"Paul Hauner <[email protected]>", | ||
"Age Manning <[email protected]", | ||
|
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these changes relevant?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No this is some leftover stuff from
stable
that hasn't been backmerged tounstable
yet (see https://github.com/sigp/lighthouse/commits/stable/), it should be deleted from this PR.