Skip to content

fix(tee): skip bootnodes.json in genesis-ceremony's default descriptor glob - #76

Merged
samlaf merged 1 commit into
mainfrom
fix/genesis-ceremony-skip-bootnodes-json
Jul 22, 2026
Merged

fix(tee): skip bootnodes.json in genesis-ceremony's default descriptor glob#76
samlaf merged 1 commit into
mainfrom
fix/genesis-ceremony-skip-bootnodes-json

Conversation

@samlaf

@samlaf samlaf commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

seismic-tee-network configure now writes the founding enode set to nodes/bootnodes.json (a3fd000), the same dir genesis-ceremony globs for node descriptors when --node is omitted. The ceremony then tried to load bootnodes.json as a descriptor and aborted with "missing required key 'fqdn'".

Exclude it by the BOOTNODES_FILENAME constant the sibling CLI already owns, so the default genesis-ceremony --manifest ... invocation works again without listing every --node explicitly. Add a regression test.

…r glob

`seismic-tee-network configure` now writes the founding enode set to
nodes/bootnodes.json (a3fd000), the same dir `genesis-ceremony` globs for
node descriptors when --node is omitted. The ceremony then tried to load
bootnodes.json as a descriptor and aborted with "missing required key 'fqdn'".

Exclude it by the BOOTNODES_FILENAME constant the sibling CLI already owns, so
the default `genesis-ceremony --manifest ...` invocation works again without
listing every --node explicitly. Add a regression test.
@samlaf
samlaf merged commit 72b5b69 into main Jul 22, 2026
1 check passed
@samlaf
samlaf deleted the fix/genesis-ceremony-skip-bootnodes-json branch July 22, 2026 21:10
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.

1 participant