Commit Graph

129 Commits

Author SHA1 Message Date
thunderbiscuit
f698d46392 feat: use bdk names for CanonicalTx and ChainPosition exposed structures 2024-04-09 12:36:35 -04:00
Matthew
ab9763bb58 feat: add transaction details 2024-04-06 21:25:43 -05:00
thunderbiscuit
aa035588a0 chore: bump bdk to alpha 8 and use bitcoin::FeeRate 2024-04-05 13:10:02 -04:00
Matthew
a8541ecd40 test: add test for wallet creation error 2024-04-03 15:05:33 -05:00
Matthew
c6d17b77ec refactor(wallet): use walleterror for error handling in try_get_internal_address 2024-04-02 16:52:02 -05:00
thunderbiscuit
267685bd58 chore: add just files to streamline common tasks 2024-03-28 10:52:43 -04:00
thunderbiscuit
738f53e991 chore: bump library version to alpha.7 2024-03-26 10:39:16 -04:00
thunderbiscuit
61e58240fc feat: use thiserror library to handle error creation 2024-03-25 13:02:17 -04:00
thunderbiscuit
06fa9d751b chore: bump rust bdk version to alpha 7 2024-03-25 13:00:39 -04:00
Matthew
b249dae875 feat: add esplora error 2024-03-06 10:09:46 -06:00
thunderbiscuit
43c1ca66b8 feat: add specific errors for wallet persistence 2024-02-16 16:09:10 -05:00
thunderbiscuit
6022a703c6 feat: add wallet persistence 2024-02-16 16:08:59 -05:00
Matthew
99a3d74a4a chore: bump rust dependencies to alpha 6 versions 2024-02-15 11:53:50 -06:00
Matthew
50f102bbd3 chore: bump jna 2024-02-06 10:37:24 -06:00
Matthew
141705e2ed chore: remove bdknetwork type 2024-02-05 13:55:47 -06:00
Matthew
619884eaed chore: bump uniffi to 0.26 2024-02-05 13:55:47 -06:00
Matthew
794f2bc995 chore: bump rust dependencies to alpha 5 versions 2024-01-31 11:51:33 -06:00
Matthew
991de09219 chore: bump rust dependencies to alpha 4 versions 2024-01-24 09:49:26 -06:00
Matthew
8e9d2ddc14 feat: use FeeRate type in TxBuilder 2024-01-19 11:03:47 -06:00
thunderbiscuit
7319aea562 fix: rename esplora scan to full_scan 2024-01-11 13:14:50 -05:00
thunderbiscuit
54beb23f13 fix: fix clippy warnings 2024-01-10 17:23:10 -05:00
thunderbiscuit
ccf5fbda6e feat: add generic alpha 3 error 2024-01-10 17:22:58 -05:00
thunderbiscuit
4f6c198168 chore: bump rust dependencies to alpha 3 versions 2024-01-10 17:22:34 -05:00
Matthew
3789c1dcd6 feat: add calculate_fee and calculate_fee_rate on wallet 2024-01-08 12:18:36 -06:00
Matthew
fc25cd709a feat: add is_valid_for_network to address 2024-01-04 14:35:16 -06:00
thunderbiscuit
cdec63efa3 docs: remove 0.x api docs 2023-12-15 13:21:33 -05:00
thunderbiscuit
bcb77c45f4 refactor: use byref in udl instead of arc when possible 2023-12-15 13:19:06 -05:00
Matthew
a1a45996fc feat: add transactions method on wallet 2023-12-15 11:03:25 -06:00
thunderbiscuit
bbc6e1a43c test: add tests for more advanced txbuilder operations 2023-12-14 12:19:01 -05:00
thunderbiscuit
252bcaa444 feat: add bumpfeetxbuilder 2023-12-07 15:36:48 -05:00
thunderbiscuit
643d254ab6 feat: add enable_rbf_with_sequence method on txbuilder 2023-12-07 14:51:15 -05:00
thunderbiscuit
c79a39914e feat: add enable_rbf method on txbuilder 2023-12-07 14:46:57 -05:00
thunderbiscuit
3df92527e9 feat: add drain_to method on txbuilder 2023-12-07 14:35:48 -05:00
thunderbiscuit
fe65c70915 feat: add unspendable method on txbuilder 2023-12-07 14:35:48 -05:00
thunderbiscuit
ce219e4ac4 feat: add fee_absolute method on txbuilder 2023-12-07 14:35:43 -05:00
Matthew
46e0324f28 feat: add sent_and_received method on wallet 2023-12-07 10:32:15 -06:00
thunderbiscuit
6b177f0893 feat: add new types module 2023-12-06 13:37:08 -05:00
Matthew
05ce7dad31 refactor: restructure balance 2023-12-06 11:52:34 -06:00
thunderbiscuit
5ecbf64e60 chore: remove authors from rust, kotlin, and python libraries 2023-11-17 15:52:12 -05:00
thunderbiscuit
15c1f19c96 feat: add broadcast method on esplora blocking client 2023-11-17 13:31:37 -05:00
thunderbiscuit
26352edfbe feat: add sign method on wallet type 2023-11-17 13:24:59 -05:00
thunderbiscuit
787152e0b4 feat: expose new methods on txbuilder 2023-11-17 12:14:45 -05:00
Matthew
e79ce98295 fix: handle parsing and network errors in address new 2023-11-17 09:37:29 -06:00
thunderbiscuit
96e7479ce9 chore: bump and pin uniffi to 0.25.1 2023-11-10 08:38:59 -06:00
thunderbiscuit
fc4240ca38 chore: bump rust compiler and android ndk versions 2023-11-09 16:10:05 -06:00
thunderbiscuit
d37b2f37b5 test: add excluded-in-CI live tests 2023-11-06 15:22:22 -05:00
thunderbiscuit
13c751cebc feat: add Transaction and PartiallySignedTransaction types 2023-10-27 16:17:23 -04:00
thunderbiscuit
1521811e9b feat: add MVP transaction builder type 2023-10-27 16:16:59 -04:00
thunderbiscuit
00cd55bb46 feat(wallet): add scan method on blocking esplora client 2023-10-25 12:15:45 -04:00
thunderbiscuit
790aee9b3b feat: upgrade bdk to 1.0.0-alpha.2
This is a big change that updates some of our build infrastructure
as well as upgrading the bdk dependency. It adds the simple
new_no_persist constructor on the wallet as well as the blocking
esplora client.
2023-10-23 11:33:56 -04:00