-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
RPC Authentication #182
RPC Authentication #182
Conversation
…inary. Bitcoin Core v25 is now default. Fixes the kill all disclaimer, no wallets are deleted. Fixes bitcoin version from duplicating in the UI.
9d152f7 fixes an annoying bug that currently pops up if running v25.0, it will constantly ask you to downgrade to Bitcoin Core v24.2. |
Thanks! I'm putting it on our TODO to test and release, but We're closing out the year right now, so it'll likely be January. |
This removes all python related code and build settings while maintaining rpcauth functionality.
Hey @shannona and @ChristopherA , I just removed python completely and am generating the rpc creds with native swift code, I think this PR is now mergable? |
Thanks @Fonta1n3! We've got limited resources, but we've now got this on our TODO, and I'm hoping to be able to test & rerelease with your patches next week. |
merging this into dev for testing. |
This PR:
arm64
andx86_64
binaries for Bitcoin Core.VERSION
environment variable was being set incorrectly. Which may have caused a bug.currentVersion
variable correctly for Bitcoin Core v25.0.0.