thunderbiscuit
486abb7cd0
Bump bdk-jvm to 0.29.2
v0.29.2
2023-07-04 15:59:55 -04:00
thunderbiscuit
21915a1466
Fix CI bdk-jvm
2023-07-04 15:58:43 -04:00
thunderbiscuit
ee4ec924a1
Bump bdkpython and bdk-jvm to 0.29.1
v0.29.1
2023-07-04 13:15:52 -04:00
thunderbiscuit
12f8d557ad
Add Windows target to Kotlin/JVM published library
2023-07-04 12:40:20 -04:00
thunderbiscuit
ea0256f470
Fix Python readme and integrate new scripts
2023-07-04 12:40:06 -04:00
thunderbiscuit
ee56e8f4e1
Fix publishing Python CI workflow
2023-07-04 12:39:47 -04:00
thunderbiscuit
4fb5f970c2
Run Python Windows tests in CI
2023-07-04 12:39:29 -04:00
thunderbiscuit
279847b024
Use macos-13 image to test and publish Python libraries
2023-07-04 12:39:11 -04:00
thunderbiscuit
8b66ac96ab
Update libraries to official release versions
v0.29.0
2023-06-15 12:17:24 -04:00
thunderbiscuit
039b64de5c
Update JVM readme with specific Rust version
2023-06-15 11:10:28 -04:00
thunderbiscuit
fe7e4e21c0
Update Android readme with specific Rust and NDK versions
2023-06-15 11:09:48 -04:00
thunderbiscuit
77f89afc68
Update library version to 0.29.0
2023-06-15 10:15:23 -04:00
thunderbiscuit
25033f6bd6
Add Kotlin API docs for Script.toBytes
2023-06-12 13:36:50 -04:00
thunderbiscuit
3cb2c2c394
Expose Script.to_bytes() method
2023-06-12 13:36:44 -04:00
Steve Myers
5092987b26
[swift] suppress keyword escape warnings
2023-06-06 14:17:30 -05:00
Steve Myers
aea25dbf21
Update bdk-swift local build script
2023-06-05 16:45:29 -05:00
thunderbiscuit
ed67eba910
Align JVM target version for Kotlin and Java compile tasks
...
This commit resolves a build error related to mismatched JVM target
versions for the Kotlin and Java compile tasks. Previously, the
'compileJava' task was targeting JVM 11, while the 'compileKotlin'
task was targeting JVM 8.
Both tasks have now been set to target JVM 11, ensuring consistency
and eliminating the build error.
2023-06-05 10:35:23 -04:00
thunderbiscuit
90606b2455
Small style cleanups in JVM Gradle plugin
2023-06-05 10:09:27 -04:00
yellowhatpro
49e8fe461e
added support for x86_64-pc-windows-msvc 64-bit MSVC
2023-06-05 10:09:14 -04:00
Matthew
de88184b8c
github: add feature request issue template
2023-05-30 15:27:34 -05:00
thunderbiscuit
3be2c0495f
Clean up is_mine method body
2023-05-15 09:01:39 -04:00
thunderbiscuit
2c4c64515f
Fix Clippy warning
2023-05-03 15:13:22 -04:00
thunderbiscuit
17323d3184
Add Kotlin API docs for isMine method
2023-05-03 14:21:37 -04:00
thunderbiscuit
b382511a9e
Add is_mine method on Wallet type
...
Closes #354
2023-05-03 14:19:50 -04:00
Steve Myers
d3895441d3
Update bdk-swift/build-local-swift.sh for aarch64-apple-ios-sim to use release-smaller profile
2023-05-01 11:37:05 -05:00
Steve Myers
269512a673
Fix bdk-swift/build-local-swift.sh for aarch64-apple-ios-sim
2023-05-01 10:40:07 -05:00
thunderbiscuit
d27206787a
Add supported Python library changes to changelog
2023-04-28 09:00:37 -04:00
thunderbiscuit
c1b1fd6f5d
Update changelog for 0.28.0 release
2023-04-28 08:57:11 -04:00
thunderbiscuit
7062fbd047
Update minor_release and patch_release templates
2023-04-28 08:56:58 -04:00
thunderbiscuit
0e34a6bacf
Bump snapshot and dev versions of libraries
2023-04-28 08:56:47 -04:00
thunderbiscuit
89e85a20cf
Fix Python libraries' names to prepare for releasing
2023-04-25 13:53:27 -04:00
David Sterling
d8718c3f05
Update bdk-jvm README build instructions
...
The current build instructions for bdk-jvm are insufficient for someone to build bdk-jvm from scratch. It's not outlined that JDK 11 and Rust is required on the system.
2023-04-25 13:48:32 -04:00
thunderbiscuit
871a06d1ce
Add library build task to Android test CI workflow
2023-04-24 14:17:58 -04:00
thunderbiscuit
b820d6a2ba
Remove support for Python 3.6 and 3.7
2023-04-24 13:57:12 -04:00
thunderbiscuit
79d9fa2909
Use ubuntu-20.04 image for all Linux CI runs
2023-04-24 13:53:56 -04:00
thunderbiscuit
a0e0467d39
Add workflow dispatch to all test workflows
2023-04-24 13:52:42 -04:00
thunderbiscuit
f2296704e6
Pin Rust version in CI workflows to 1.67
2023-04-24 13:51:37 -04:00
thunderbiscuit
b8b60dda87
Prepare language bindings libraries for 0.28 release
2023-04-17 14:34:03 -04:00
Steve Myers
a50e19e7e0
Update bdk to 0.28
2023-04-13 10:22:53 -04:00
Steve Myers
fab9ae8ae5
Add PartiallySignedTransaction.json_serialize() function
2023-04-13 09:21:22 -04:00
thunderbiscuit
478b12c489
Add API docs for fromScript method on Address
2023-04-13 08:50:08 -04:00
andreasgriffin
63b85b9100
Add from_script method to Address type
2023-04-13 08:50:03 -04:00
Steve Myers
0e6b472793
Merge bitcoindevkit/bdk-ffi#335 : Use version 21 of the Android NDK in the CI test, build, and publish workflows
...
beb75dd5524c0f16f0715d979b685c56ba95c15d Use version 21 of the Android NDK in the CI test, build, and publish workflows (thunderbiscuit)
Pull request description:
This PR reverts an update to our Android CI workflows.
For info on why this is needed, see issues #242 and #243 .
ACKs for top commit:
notmandatory:
ACK beb75dd5524c0f16f0715d979b685c56ba95c15d
Tree-SHA512: dfee0b1f335318b86fa490fa85e7ef5d7a032e01a78db64a186c5d75e9e77e8f0e2af58ee5407d4fe38a0aa3aabbc7b06b23189aef0dfaad1d246a354452870d
2023-04-12 21:38:07 -05:00
thunderbiscuit
beb75dd552
Use version 21 of the Android NDK in the CI test, build, and publish workflows
2023-04-05 11:10:21 -04:00
thunderbiscuit
5ee8698e0a
Add Kotlin API docs for new AddressInfo type
2023-03-28 19:51:15 -04:00
thunderbiscuit
ac600a1312
Clean up type aliases and use more explicit variable names
2023-03-28 19:47:38 -04:00
thunderbiscuit
f26031db80
Update tests for new AddressInfo type
2023-03-28 15:05:42 -04:00
thunderbiscuit
e7e1a6057e
Use Address type in address field on AddressInfo
2023-03-28 13:29:06 -04:00
thunderbiscuit
2b7c104f11
Clean up of docs regarding removed cli tool
2023-03-27 13:39:28 -04:00
thunderbiscuit
6bab5a159d
Remove bdk-ffi-bindgen tool section in root readme
2023-03-24 12:56:06 -04:00