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

bugfix: Supply captive core path for toml generation #178

Merged
merged 1 commit into from
May 16, 2024

Conversation

2opremio
Copy link
Contributor

@2opremio 2opremio commented May 16, 2024

When missing the captive core binary, toml generation doesn't take Core's version and protocol into consideration, conservatively avoiding version-dependent default config options.

This causes default options like EXPERIMENTAL_BUCKETLIST_DB and ENABLE_SOROBAN_DIAGNOSTIC_EVENTS to be missing.

Due to its implications, CoreBinaryPath should not be an optional parameter.

When missing the captive core binary, toml generation doesn't take
Core's version and protocol into consideration, conservatively missing
version-dependent default config options.

This caused default options like `EXPERIMENTAL_BUCKETLIST_DB` and
`ENABLE_SOROBAN_DIAGNOSTIC_EVENTS` to be missing.

Due to its implications, `CoreBinaryPath` should not be an optional
parameter.
@2opremio 2opremio merged commit 4311eef into stellar:main May 16, 2024
20 checks passed
@2opremio 2opremio deleted the supply-captive-core-path branch May 16, 2024 14:27
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