Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: Supply captive core path for toml generation (#178)
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.
- Loading branch information