fix(config): disable options rejected by bee in light and ultra-light… - #621
Open
martinconic wants to merge 5 commits into
Open
fix(config): disable options rejected by bee in light and ultra-light…#621martinconic wants to merge 5 commits into
martinconic wants to merge 5 commits into
Conversation
… profiles Light and ultra-light profiles inherit storage-incentives-enable: true (and, for ultra-light, chequebook-enable: true) from their full-node base profile. Bee rejects storage incentives outside full mode and chequebook without swap, so the light nodes in the local-dns cluster never became ready and the bee Beekeeper CI job failed at cluster setup. Set the inherited options to false where the mode does not support them.
martinconic
marked this pull request as ready for review
September 3, 2026 13:01
martinconic
requested review from
acud,
akrem-chabchoub,
gacevicljubisa and
sbackend123
September 4, 2026 11:48
martinconic
changed the base branch from
refactor/node-mode-config
to
master
September 4, 2026 12:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Companion to ethersphere/bee#5596, stacked on #580.
The light and ultra-light profiles inherit
storage-incentives-enable: true(and, forultra-light,
chequebook-enable: true) from their full-node base profile. Bee rejectsstorage incentives outside full mode and chequebook without swap, so the light nodes
in the
local-dnscluster never became ready and the bee Beekeeper CI job failed at"Set local cluster". This is why bee#5431's Beekeeper job has been red since
8b061de5, the commit that added
the light-mode incentives rejection; the run before it passed.
Changes, all in config:
local.yamlbee-local-light:storage-incentives-enable: falselocal.yamlbee-local-ultralight-autotls:chequebook-enable: false,storage-incentives-enable: falselight-node.yamllight-node:storage-incentives-enable: falseResolved profiles after the change:
bee-local-lightbee-local-light-autotlsbee-local-ultralight-autotlslight-node