Commit Graph

  • 8faba58cd4 wip compiles now Steve Myers 2021-10-12 11:53:11 -07:00
  • cdb90aa35c wip compiles now Steve Myers 2021-10-12 11:53:11 -07:00
  • 0b265a7c26 WIP -- NOT WORKING Steve Myers 2021-10-11 23:04:18 -07:00
  • aa63457d9c WIP -- NOT WORKING Steve Myers 2021-10-11 23:04:18 -07:00
  • f9e3bdfdb2 [wip] swift Steve Myers 2021-10-02 12:08:34 -07:00
  • 6f46e2deb6 [wip] swift Steve Myers 2021-10-02 12:08:34 -07:00
  • 39e5efe5c0 Upgrade bdk dependency to 0.11 Steve Myers 2021-09-25 21:17:40 -07:00
  • c11e17b5e2 Upgrade bdk dependency to 0.11 Steve Myers 2021-09-25 21:17:40 -07:00
  • 342c4c4aa8 Remove local.properties and add to .gitignore Steve Myers 2021-07-07 10:42:42 -07:00
  • e5a74344f3 Remove local.properties and add to .gitignore Steve Myers 2021-07-07 10:42:42 -07:00
  • bb9fdd35cf Update build.sh to install jvm darwin-x86-64 dylib Steve Myers 2021-07-05 14:25:09 -07:00
  • 24e71b5a39 Update build.sh to install jvm darwin-x86-64 dylib Steve Myers 2021-07-05 14:25:09 -07:00
  • a1aea54c53 Add Wallet.listTransactions() Steve Myers 2021-07-04 22:10:16 -07:00
  • b437b78668 Add Wallet.listTransactions() Steve Myers 2021-07-04 22:10:16 -07:00
  • a33a09f2a3 Add Wallet.balance() Steve Myers 2021-07-04 15:54:23 -07:00
  • cd813a14b1 Add Wallet.balance() Steve Myers 2021-07-04 15:54:23 -07:00
  • 6361b41f33 Return FfiResult errors as FfiError enum short values Steve Myers 2021-07-03 20:40:08 -07:00
  • adadcbc982 Return FfiResult errors as FfiError enum short values Steve Myers 2021-07-03 20:40:08 -07:00
  • 2abe7205cb Add FfiResultVoid type Steve Myers 2021-07-03 19:24:29 -07:00
  • 8443265142 Add FfiResultVoid type Steve Myers 2021-07-03 19:24:29 -07:00
  • 3e31e9aca3 Remove unneeded pointers from FfiResult types Steve Myers 2021-07-03 19:07:49 -07:00
  • d00cc73261 Remove unneeded pointers from FfiResult types Steve Myers 2021-07-03 19:07:49 -07:00
  • a056c0dd59 Reorganized code into wallet mod/package Steve Myers 2021-07-03 10:16:02 -07:00
  • 62f18bdc2c Reorganized code into wallet mod/package Steve Myers 2021-07-03 10:16:02 -07:00
  • f8365cc939 Rename kotlin src directories to kotlin Steve Myers 2021-07-02 21:36:46 -07:00
  • 060e54a718 Refactor to return results by value, add wallet list_unspent and related types Steve Myers 2021-06-30 17:44:46 -07:00
  • 273cad8318 Refactor to return results by value, add wallet list_unspent and related types Steve Myers 2021-06-30 17:44:46 -07:00
  • 59fe24818a Add LibTest getTestDataDir to fix sled test on android Steve Myers 2021-06-26 18:50:58 -07:00
  • f5dd87b02a Add LibTest getTestDataDir to fix sled test on android Steve Myers 2021-06-26 18:50:58 -07:00
  • 91ae8dd537 Add kotlin BlockchainConfig and DatabaseConfig Steve Myers 2021-06-25 23:40:38 -07:00
  • 1249a4c491 Add kotlin BlockchainConfig and DatabaseConfig Steve Myers 2021-06-25 23:40:38 -07:00
  • 13e7217ffd Simplify Kotlin Wallet api Steve Myers 2021-06-24 13:49:25 -07:00
  • 757113c002 Simplify Kotlin Wallet api Steve Myers 2021-06-24 13:49:25 -07:00
  • af828efa93 Update build.sh to publish to local maven repo Steve Myers 2021-06-23 14:20:04 -07:00
  • 110dfbd13c Update build.sh to publish to local maven repo Steve Myers 2021-06-23 14:20:04 -07:00
  • 0f7a4aebf8 Fix Kotlin jar: native library path Steve Myers 2021-06-23 14:13:33 -07:00
  • 9fd29871ca Fix Kotlin jar: native library path Steve Myers 2021-06-23 14:13:33 -07:00
  • c921120216 Update Results return Error enum instead of String Steve Myers 2021-06-22 16:49:25 -07:00
  • 9f29eb0e86 Add classes to wrap LibJna native types Steve Myers 2021-06-21 17:01:53 -07:00
  • d248bca299 Add classes to wrap LibJna native types Steve Myers 2021-06-21 17:01:53 -07:00
  • 3a5d4816ac Add jna lib to jvm jar resources Steve Myers 2021-06-21 15:08:39 -07:00
  • 90c4fd3328 Add jna lib to jvm jar resources Steve Myers 2021-06-21 15:08:39 -07:00
  • e6fabc81b3 Rename Lib to LibJna, add LibBase abstract class Steve Myers 2021-06-21 14:55:56 -07:00
  • adb54e3b87 Add slf4j logging for kotlin jvm and android Steve Myers 2021-06-20 23:39:42 -07:00
  • 2b40718875 Add kotlin test-fixtures module used by jvm and android Steve Myers 2021-06-20 20:25:57 -07:00
  • f1c1524e61 Add kotlin test-fixtures module used by jvm and android Steve Myers 2021-06-20 20:25:57 -07:00
  • 36333b9fb7 Rename gradle modules to jvm and android Steve Myers 2021-06-20 18:48:48 -07:00
  • a830d9b082 Rename gradle modules to jvm and android Steve Myers 2021-06-20 18:48:48 -07:00
  • f6c10da805 Return results as opaque structs from ffi calls Steve Myers 2021-06-19 22:53:26 -07:00
  • 9e5aac759d Return results as opaque structs from ffi calls Steve Myers 2021-06-19 22:53:26 -07:00
  • 87c823d497 Free rust allocated string from Kotlin in local and android emulator tests Steve Myers 2021-06-15 15:21:14 -07:00
  • 76087b9aec Add kotlin/aar android device tests Steve Myers 2021-06-14 22:38:29 -07:00
  • 610d393923 Add kotlin/aar android device tests Steve Myers 2021-06-14 22:38:29 -07:00
  • bec53bd836 Update jar test LD_LIBRARY_PATH to use libs/x86_64_linux Steve Myers 2021-06-14 14:24:20 -07:00
  • 43ddf0a3b1 Execute bdk_ffi_test via valgrind Steve Myers 2021-06-14 14:18:16 -07:00
  • 4682fb3ec8 Execute bdk_ffi_test via valgrind Steve Myers 2021-06-14 14:18:16 -07:00
  • 5303de9593 Rename bdk-kotlin companion project, fix gradle warnings Steve Myers 2021-06-14 13:59:56 -07:00
  • e266634560 Rename bdk-kotlin companion project, fix gradle warnings Steve Myers 2021-06-14 13:59:56 -07:00
  • 333f694d55 Remove unneeded test structs and functions, cleanup tests Steve Myers 2021-06-10 17:22:33 -07:00
  • a37bae5b9d Remove unneeded test structs and functions, cleanup tests Steve Myers 2021-06-10 17:22:33 -07:00
  • 308d4af4f1 Fix kotlin wallet struct access via JNA opaque pointer Steve Myers 2021-06-10 13:40:58 -07:00
  • a5ad4cd0a5 Fix kotlin wallet struct access via JNA opaque pointer Steve Myers 2021-06-10 13:40:58 -07:00
  • 2aad5d4428 Add missing kotlin files Steve Myers 2021-06-09 16:00:40 -07:00
  • 8deb39ac76 Add missing kotlin files Steve Myers 2021-06-09 16:00:40 -07:00
  • f31ebaa1e6 Test new, print, and free Config works Steve Myers 2021-06-08 18:15:20 -07:00
  • 8aa18fbf20 Test new, print, and free Config works Steve Myers 2021-06-08 18:15:20 -07:00
  • 43425c8875 Pass wallet by ref Steve Myers 2021-06-04 23:01:51 -07:00
  • cb54405aed Fix bdk features Steve Myers 2021-06-04 23:01:28 -07:00
  • 49126a8943 Add strings example Steve Myers 2021-06-04 18:03:34 -07:00
  • ec9d2ea284 Set safer-ffi version Steve Myers 2021-06-04 18:01:47 -07:00
  • f07f0248ef Add build.sh Steve Myers 2021-06-04 18:00:55 -07:00
  • d14ea9a059 Add WalletPtr Steve Myers 2021-06-04 11:07:51 -07:00
  • 26d11cdba9 First commit v0.0.0 Steve Myers 2021-06-03 17:51:07 -07:00