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

node split: add remote hare #6384

Draft
wants to merge 20 commits into
base: node-split/node-service
Choose a base branch
from
3 changes: 2 additions & 1 deletion activation_service_poc/config.standalone.client.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"trtl": "WARN",
"beacon": "ERROR",
"proposalBuilder": "ERROR",
"atxBuilder": "DEBUG"
"atxBuilder": "DEBUG",
"hare": "DEBUG"
},
"main": {
"node-service-address": "http://0.0.0.0:9099",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
"logging": {
"trtl": "WARN",
"beacon": "ERROR",
"proposalBuilder": "ERROR"
"proposalBuilder": "ERROR",
"hare": "DEBUG"
},
"hare3": {
"enable": true
},
"main": {
"data-folder": "/tmp/spacemesh-node-service",
Expand Down
Loading
Loading