If I use electrsd and select a version of bitcoin core to be downloaded, that version is passed to corepc-node, and things fit together.
But in our CI environment, downloads are blocked. Hence I want to use the already installed version of bitcoin core. If bitcoin core is not downloaded, electrs selects no version feature in corepc-node which in turn defaults to 0.17.2
With a recent version installed such as 29.0 this leads to lots of strange errors.
To mitigate this, it would be cool if the user could specify the version for corepc-node also without downloading.
see also rust-bitcoin/corepc#493
If I use electrsd and select a version of bitcoin core to be downloaded, that version is passed to corepc-node, and things fit together.
But in our CI environment, downloads are blocked. Hence I want to use the already installed version of bitcoin core. If bitcoin core is not downloaded, electrs selects no version feature in corepc-node which in turn defaults to 0.17.2
With a recent version installed such as 29.0 this leads to lots of strange errors.
To mitigate this, it would be cool if the user could specify the version for corepc-node also without downloading.
see also rust-bitcoin/corepc#493