-
Notifications
You must be signed in to change notification settings - Fork 1
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
undefined symbol: kernel_context_options_set_validation_interface
#8
Comments
This behaviour is loosely documented in the README:
You need to install the bitcoinkernel version that is shipped in Perhaps it'd be useful to add some extra error handling when importing |
The issue is when you have installed this library previously and are now updating, the auto installation will detect the previously installed
Prior to that at least recommending users to compile manually when updating the library is a good idea? |
I see that https://github.com/TheCharlatan/rust-bitcoinkernel seems to recompile aggressively after any update. While this can be redundant when there are no changes to the
Of course the best solution is recompiling only when the version on system is not the same with the one that comes with the library :) |
Running this wrapper on the current main branch top commit
67463f3cb367fea2509041f64b8d0f704cdc9c54
results in the following failure:After bisecting the code, I found that this failure does not occur in commit 59332f4
The issue seems to begin with commit 4103e2c
The text was updated successfully, but these errors were encountered: