Skip to content
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

feat(network): adding bootstrapper mode to the network config #760

Merged
merged 3 commits into from
Oct 20, 2023

Conversation

themantre
Copy link
Contributor

Description

This PR adds bootstrapper mode to the config and operates the DHT as a server.

Fixes: #756

@themantre themantre changed the title Bootstrapper feat(network): adding bootstrapper mode to the network config Oct 20, 2023
@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

Merging #760 (19b325d) into main (4359afc) will increase coverage by 0.01%.
The diff coverage is 81.81%.

@@            Coverage Diff             @@
##             main     #760      +/-   ##
==========================================
+ Coverage   82.75%   82.77%   +0.01%     
==========================================
  Files         173      173              
  Lines        8049     8058       +9     
==========================================
+ Hits         6661     6670       +9     
  Misses       1066     1066              
  Partials      322      322              

@amirvalhalla amirvalhalla merged commit cb2e8c3 into main Oct 20, 2023
12 checks passed
@amirvalhalla amirvalhalla deleted the bootstrapper branch October 20, 2023 16:32
themantre added a commit that referenced this pull request Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Detecting Bootstraper node
3 participants