-
Notifications
You must be signed in to change notification settings - Fork 45
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
Implement basic spending policy APIs #80
Labels
enhancement
New feature or request
Comments
This issue might need an update, as I think the Policy module in bdk will be replaced by the policy module in miniscript. |
For 1.0 I don't expect the policy features in |
I would not implement |
This was referenced Apr 9, 2024
Merged
This feature was requested and added in the 1.0 release by #612. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Add or update APIs in
bdk-ffi
to support basic spending policy features. Also test the new APIs by updatingbdk-kotlin
orbdk-swift
to use the new and updated APIs. See "Spending Policy Demo" forbdk-cli
based example usage.APIs include:
Expected Outcomes
bdk.udl
andlib.rs
with functions and structs as neededbdk-kotlin
orbdk-swift
and add tests to cover new spending policy functionalityResources
Skills Required
Mentor(s)
@artfuldev @notmandatory
Difficulty
Medium
Competency Test (optional)
bdk-ffi
and build and testbdk-swift
orbdk-kotlin
.bdk-cli
to walk through the "Spending Policy Demo"bdk-kotlin
orbdk-swift
example wallet.The text was updated successfully, but these errors were encountered: