1076 Commits

Author SHA1 Message Date
Steve Myers
1f0b053872 Fix bin/generate with no features 2022-02-24 17:17:05 -08:00
thunderbiscuit
95ef8eb3de
Migrate jvm module Gradle build script to Kotlin DSL 2022-02-23 15:19:18 -05:00
thunderbiscuit
25f5bd26b4
Migrate android module Gradle build script to Kotlin DSL 2022-02-23 15:18:13 -05:00
thunderbiscuit
4e66758048
Migrate project-level Gradle build script to Kotlin DSL 2022-02-23 15:11:05 -05:00
Steve Myers
bd13eca0f3
Add uniffi-bindgen version to README 2022-02-22 21:48:18 -08:00
Caio Faustino
4656cf50b5
Add step to install uniffi-bindgen on README
This step exists in bdk-ffi readme, but is missing in this repo,
and build.sh fails without it.
2022-02-22 21:46:23 -08:00
Steve Myers
77a5353469
Merge commit 'refs/pull/5/head' of github.com:bitcoindevkit/bdk-kotlin 2022-02-22 21:38:14 -08:00
thunderbiscuit
4de866de20
Bump package version to 0.0.5 2022-02-22 21:40:11 -05:00
thunderbiscuit
472edb6e8c
Add publish job to GitHub workflow 2022-02-22 14:03:08 -05:00
thunderbiscuit
7982a73aa7
Fix long description examples after API change 2022-02-16 21:59:28 -05:00
thunderbiscuit
a6943af686
Add build directory to gitignore 2022-02-16 21:59:28 -05:00
thunderbiscuit
be87629aba
Fix 'build the wheel' section of readme 2022-02-16 21:59:11 -05:00
thunderbiscuit
c364b20dd9
Merge pull request #2 from afilini/setuptools-rust
Build wheels using setuptools-rust
2022-02-16 20:26:33 -05:00
Alekos Filini
acb8380b61
Build wheels in GitHub Actions 2022-02-15 17:11:09 +01:00
Alekos Filini
d2bbecc5f5
Build wheels using setuptools-rust
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.
2022-02-15 16:48:38 +01:00
Alekos Filini
97f1011748 Add a binary to generate bindings 2022-02-08 22:15:10 +01:00
Alekos Filini
edfcde1cc6 Generate bindings for Python in build.rs 2022-02-08 21:04:12 +01:00
thunderbiscuit
9ef075c67e
Add Devkit Wallet link 2022-02-07 16:36:27 -05:00
Steve Myers
c917a77639
Fix pull request template 2022-02-04 14:32:18 -06:00
Steve Myers
e26d7b9c9c
Add a Github feature request template 2022-02-04 14:02:38 -06:00
Steve Myers
ba51cbf64e
Allow creating a blank Github issue 2022-02-04 14:02:28 -06:00
Steve Myers
62db844911
Add Github bug template and issue config and PR template 2022-02-04 11:39:52 -06:00
Steve Myers
530031e088
Bump jvm and android versions to 0.3.2 2022-02-03 20:02:28 -06:00
Steve Myers
f601a17daa
Fix jvm darwin-aarch64 jpa resources path 2022-02-03 19:39:13 -06:00
Steve Myers
438f05a39a
Bump jvm and android versions to 0.3.1 2022-01-30 21:25:25 -06:00
Sudarsan Balaji
15c0dac622 Rename field to wallet_mutex 2022-01-30 21:22:40 +00:00
Steve Myers
7b060f2e7e
Bump android and jvm versions to 0.3.0 2022-01-28 23:49:06 -06:00
Steve Myers
68dea8b258
Update build.sh to support building mac aarch64 (m1) targets, update bdk-ffi 2022-01-28 23:47:11 -06:00
Sudarsan Balaji
a99e022756 Rename OnlineWallet to Wallet
and remove OfflineWallet
v0.2.0
2022-01-24 20:32:49 +00:00
Steve Myers
672131ca0f Fix uniffi_macros and uniffi_build versions 2022-01-24 10:58:48 -08:00
Steve Myers
9bb629d0a8
Update README.md with links to padawan and tatooine 2022-01-24 10:35:59 -08:00
Steve Myers
2a658d2ff6
Remove demo 2022-01-24 10:35:56 -08:00
Sudarsan Balaji
6c1de427ff
Merge pull request #1 from bitcoindevkit/fix_publish
Update SDK and dependency versions
2022-01-24 18:28:19 +00:00
Sudarsan Balaji
6967ee0ace
Add a note on submodule usage 2022-01-24 18:22:53 +00:00
Sudarsan Balaji
7ab48613c3
Add a note on NDK version 2022-01-24 18:19:17 +00:00
Steve Myers
72f90f1d63 Upgrade bdk to 0.14.0 2021-12-21 22:16:29 -08:00
Steve Myers
5240cd895e Update uniffi-rs to 0.16.0 2021-12-21 22:16:27 -08:00
Steve Myers
55462fb426 Remove bindings and examples, update README.md 2021-12-21 22:16:25 -08:00
Steve Myers
67ecd89d5f
Update gradle compilerArgs to use -Xopt-in 2021-12-21 13:11:57 -08:00
Steve Myers
cd55d01f72
Upgrade gradle and sdk and dependency versions 2021-12-18 10:45:08 -08:00
Steve Myers
e4a7e4efa1
remove demo/gradle 2021-12-17 12:15:07 -08:00
Steve Myers
e409856d62
Update README.md 2021-12-14 21:34:16 -08:00
Steve Myers
d0be3bd6da
Bump version to 0.2.0 2021-12-13 23:00:26 -08:00
Steve Myers
0f42ba7590
Remove non-kotlin related files, add bdk-ffi as submodule, update build.sh 2021-12-13 22:15:37 -08:00
thunderbiscuit
964b7ae5f0
Update project url 2021-12-13 19:45:48 -05:00
thunderbiscuit
d946e53c60
Bump package version to 0.0.4 2021-12-13 19:44:10 -05:00
thunderbiscuit
3aef401092
Add supported architectures to readme 2021-12-13 19:43:39 -05:00
thunderbiscuit
662c425743
Enable subdirectories for native libraries in package 2021-12-13 12:17:25 -05:00
thunderbiscuit
65bd7ea428
Update loadIndirect function fix documentation 2021-12-13 12:15:30 -05:00
thunderbiscuit
9f3194d315
Bump package version to 0.0.3-dev 2021-12-11 19:30:55 -05:00