mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-07 22:54:17 -05:00
**What type of PR is this?** Feature **What does this PR do? Why is it needed?** This PR adds support for detecting and logging per address reachability via libp2p AutoNAT v2. See https://github.com/libp2p/go-libp2p/releases/tag/v0.42.0 for details. This PR also upgrades Prysm to libp2p v0.42.0 **Which issues(s) does this PR fix?** Fixes #https://github.com/OffchainLabs/prysm/issues/16098 **Other notes for review** **Acknowledgements** - [x] I have read [CONTRIBUTING.md](https://github.com/prysmaticlabs/prysm/blob/develop/CONTRIBUTING.md). - [x] I have included a uniquely named [changelog fragment file](https://github.com/prysmaticlabs/prysm/blob/develop/CONTRIBUTING.md#maintaining-changelogmd). - [x] I have added a description to this PR with sufficient context for reviewers to understand this PR.
53 lines
569 B
Plaintext
53 lines
569 B
Plaintext
# Ignore bazel directories
|
|
bazel-*
|
|
|
|
.DS_Store
|
|
.swp
|
|
|
|
# Ignore VI/Vim swapfiles
|
|
.*.sw?
|
|
|
|
# IntelliJ
|
|
.idea
|
|
.ijwb
|
|
|
|
# delve debugger output (not sure how to get rid of these)
|
|
**/debug.test
|
|
|
|
# Coverage outputs
|
|
coverage.txt
|
|
profile.out
|
|
profile.grind
|
|
|
|
# Nodejs
|
|
node_modules
|
|
yarn-error.log
|
|
.vscode/
|
|
|
|
# Ignore password file
|
|
password.txt
|
|
|
|
# Dist files
|
|
dist
|
|
|
|
# deepsource cli
|
|
bin
|
|
|
|
# p2p metaData
|
|
metaData
|
|
|
|
# execution API authentication
|
|
jwt.hex
|
|
|
|
# local execution client data
|
|
execution/
|
|
|
|
# local documentation
|
|
CLAUDE.md
|
|
|
|
# manual testing
|
|
tmp
|
|
|
|
# spectest coverage reports
|
|
report.txt
|