Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
evstack
/
ev-node
Public
Notifications
You must be signed in to change notification settings
Fork
275
Star
363
Code
Issues
6
Pull requests
3
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Add peer discovery
- #17
#17
Merged
tzdybal
merged 18 commits into
main
evstack/ev-node:main
from
tzdybal/p2p/discovery
evstack/ev-node:tzdybal/p2p/discovery
Copy head branch name to clipboard
Mar 23, 2021
Conversation
Commits
18
(18)
Checks
Files changed
Merged
Add peer discovery
#17
tzdybal
merged 18 commits into
main
evstack/ev-node:main
from
tzdybal/p2p/discovery
evstack/ev-node:tzdybal/p2p/discovery
Copy head branch name to clipboard
Commits
Commits on Mar 9, 2021
Add context to client
tzdybal
committed
636483e
View commit details
Copy full SHA for 636483e
Browse repository at this point
Not working, DHT routing as option + active peer dicovery
tzdybal
committed
579442d
View commit details
Copy full SHA for 579442d
Browse repository at this point
Use DHT in server mode
Show description for f924497
tzdybal
committed
f924497
View commit details
Copy full SHA for f924497
Browse repository at this point
Commits on Mar 10, 2021
WIP
tzdybal
committed
64f86ce
View commit details
Copy full SHA for 64f86ce
Browse repository at this point
Commits on Mar 13, 2021
Add default configuration values.
tzdybal
committed
9645437
View commit details
Copy full SHA for 9645437
Browse repository at this point
Use DHT for bootstrapping and peer discovery
tzdybal
committed
ce095e1
View commit details
Copy full SHA for ce095e1
Browse repository at this point
Add unit test of seeds string parsing function
tzdybal
committed
a4944ef
View commit details
Copy full SHA for a4944ef
Browse repository at this point
Commits on Mar 15, 2021
Remove outdated comment
tzdybal
committed
0dffaff
View commit details
Copy full SHA for 0dffaff
Browse repository at this point
Add DHT-based active peer discovery
tzdybal
committed
0a672c7
View commit details
Copy full SHA for 0a672c7
Browse repository at this point
Commits on Mar 17, 2021
Improved advertising logic and error handling
tzdybal
committed
34ec982
View commit details
Copy full SHA for 34ec982
Browse repository at this point
Simple test of peer discovery
tzdybal
committed
a560ff6
View commit details
Copy full SHA for a560ff6
Browse repository at this point
Commits on Mar 18, 2021
Merge tracking branch 'main' into tzdybal/p2p/discovery
tzdybal
committed
406e411
View commit details
Copy full SHA for 406e411
Browse repository at this point
Extract const for hardcoded duration
tzdybal
committed
7f56650
View commit details
Copy full SHA for 7f56650
Browse repository at this point
Commits on Mar 23, 2021
Pass context instead of storing it in struct
tzdybal
committed
f60014a
View commit details
Copy full SHA for f60014a
Browse repository at this point
Change default listen address to 0.0.0.0
tzdybal
committed
4fe1062
View commit details
Copy full SHA for 4fe1062
Browse repository at this point
Wrap libp2p host with RoutedHost
tzdybal
committed
2d4c64a
View commit details
Copy full SHA for 2d4c64a
Browse repository at this point
go mod tidy
tzdybal
committed
504b75e
View commit details
Copy full SHA for 504b75e
Browse repository at this point
Ensure that context passed to libp2p is cancelled
tzdybal
committed
7777439
View commit details
Copy full SHA for 7777439
Browse repository at this point
You can’t perform that action at this time.