Add bdk-python - #217
Closed
thunderbiscuit wants to merge 62 commits into
Closed
Conversation
This fix enables building for the x86_64 architecture
Build wheels in a more "standard" way using setuptools-rust, which makes our life easier when dealing with multiple different platforms. Also use the new bdk-ffi's `generate` binary instead of relying on uniffi's bindgen cli.
Build wheels using setuptools-rust
Bump bdk-ffi submodule to v0.3.0
Update library to new bdk-ffi API version 0.7.0
Signed-off-by: Sam Korn <korn94sam@gmail.com>
Fix tox build and tests
Co-authored-by: Steve Myers <github@notmandatory.org>
Bump bdk-ffi to v0.8.0 tag
This is in line with the bdk-jvm, bdk-android, and bdk-swift libraries, who all rely on the bdk-ffi changelog.
Member
|
I think when we migrate the bindings into the |
Member
Author
|
Closing in favour of #228. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR brings the bdk-python repo into the bdk-ffi repository.
It's a big change, and I still have one or two unanswered questions (but I thought it would be worthwhile to open a draft PR anyway):
setup.pyfile, but I'd need it to be able to take a git repo and a tag...This is part of #206.