Skip to content

Conversation

@riptl
Copy link
Contributor

@riptl riptl commented Jan 28, 2026

No description provided.

Copy link
Contributor

@mmcgee-jump mmcgee-jump left a comment

Choose a reason for hiding this comment

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

.

int snapshot_lthash_disabled = config->development.snapshots.disable_lthash_verification;
int rpc_enabled = config->tiles.rpc.enabled;
int telemetry_enabled = config->telemetry && strcmp( config->tiles.event.url, "" );
int leader_enabled = !config->firedancer.development.disable_leader_pipeline;
Copy link
Contributor

Choose a reason for hiding this comment

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

Not development, there's an open issue for this. Can you put under [layout] and document.

FD_TEST( ctx->mleaders );

ctx->is_leader = 0;
ctx->supports_leader = fd_topo_find_tile( topo, "execle", 0UL )!=ULONG_MAX;
Copy link
Contributor

Choose a reason for hiding this comment

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

I would look for pack not execle

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