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 #759

Merged
merged 2 commits into from
Oct 20, 2023

Conversation

themantre
Copy link
Contributor

@themantre themantre commented Oct 20, 2023

Description

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

Fixes: #756

@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

Merging #759 (aa76093) into main (715de9f) will increase coverage by 0.09%.
The diff coverage is 81.81%.

❗ Current head aa76093 differs from pull request most recent head ef36995. Consider uploading reports for the commit ef36995 to get more accurate results

@@            Coverage Diff             @@
##             main     #759      +/-   ##
==========================================
+ Coverage   82.78%   82.87%   +0.09%     
==========================================
  Files         173      173              
  Lines        8049     8058       +9     
==========================================
+ Hits         6663     6678      +15     
+ Misses       1065     1060       -5     
+ Partials      321      320       -1     

config/config_test.go Outdated Show resolved Hide resolved
@themantre themantre merged commit 13b3de3 into main Oct 20, 2023
10 checks passed
@themantre themantre deleted the bootstrapper branch October 20, 2023 08:03
@themantre themantre restored the bootstrapper branch October 20, 2023 11:52
@themantre themantre deleted the bootstrapper branch October 20, 2023 11:52
@themantre themantre restored the bootstrapper branch October 20, 2023 11:53
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
2 participants