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

adds peerdas-supernode flag #6764

Merged
merged 3 commits into from
Dec 17, 2024
Merged

adds peerdas-supernode flag #6764

merged 3 commits into from
Dec 17, 2024

Conversation

agnxsh
Copy link
Contributor

@agnxsh agnxsh commented Dec 16, 2024

In order to measure resources efficiently it's beneficial to have a separate peerdas supernode flag, this is because if we launch a peerdas supernode on subscribe-all-subnets, then we also end up subscribing to all attnets and syncnets, which would thereby use of more resources to run the peerdas supernode.

peerdasSupernode* {.
defaultValue: false,
desc: "Subscribe to all column subnets, thereby becoming a peerdas supernode"
name: "peerdas-supernode" .}: bool
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

debug-peerdas-supernode would be nicer.

https://nimbus.guide/options.html

Any debug-prefixed flags are considered ephemeral and subject to removal without notice.

Until Fulu becomes production, this is a debugging flag for devnet/testnet/Kurtosis purposes, so shouldn't be documented or supported-per-se.

Also, probably, hidden, because again, it's not really part of the supported UI/UX yet, certainly before Fulu is in public testnets (months from now).

It does seem possible it will at some point, but no need to do that prematurely.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, resolving

Copy link

github-actions bot commented Dec 16, 2024

Unit Test Results

       12 files  ±0    1 822 suites  ±0   55m 2s ⏱️ - 2m 44s
  5 327 tests ±0    4 980 ✔️ ±0  347 💤 ±0  0 ±0 
29 521 runs  ±0  29 077 ✔️ ±0  444 💤 ±0  0 ±0 

Results for commit 31d6f0f. ± Comparison against base commit ed6669b.

♻️ This comment has been updated with latest results.

@tersec tersec merged commit eb1e809 into unstable Dec 17, 2024
13 checks passed
@tersec tersec deleted the peerdas-flag branch December 17, 2024 00:14
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.

2 participants