956 Commits

Author SHA1 Message Date
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
thunderbiscuit
c9019e9fcf
docs: add information and examples to adr readme 2023-12-07 13:22:09 -05:00
thunderbiscuit
53b59d5100
docs: add wrapping ADR file 2023-12-07 13:22:09 -05:00
thunderbiscuit
4a3cf49f24
docs: add naming ADR file 2023-12-07 13:22:09 -05:00
thunderbiscuit
40940c38af
docs: add readme for adr directory 2023-12-07 13:22:09 -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
e5ded1a726
build: bump snapshot versions to alpha.2b 2023-11-21 15:14:53 -05:00
thunderbiscuit
022e29faaa
docs: update release issue template 2023-11-21 14:51:18 -05:00
thunderbiscuit
0c0dfd5f42
build: state rust targets explicitly in swift build script 2023-11-21 14:48:49 -05:00
thunderbiscuit
24e09a40cb
docs: update changelog for 1.0.0-alpha.2a release 2023-11-21 14:47:58 -05:00
thunderbiscuit
93d50dd34d
docs: remove api-docs directory 2023-11-17 15:55:12 -05:00
thunderbiscuit
5ecbf64e60
chore: remove authors from rust, kotlin, and python libraries 2023-11-17 15:52:12 -05:00
thunderbiscuit
084f0f713a
test: remove unused python tox config file 2023-11-17 15:47:43 -05:00
thunderbiscuit
1ef1c5cc6e
docs: update python readme and examples 2023-11-17 15:47:09 -05:00
thunderbiscuit
0956999283
docs: recommend looking at jvm tests for examples of 1.0 api 2023-11-17 15:21:13 -05:00
thunderbiscuit
e70dedce61
docs: recommend looking at android tests for examples of 1.0 api 2023-11-17 15:20:56 -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
Matthew
b8778cdaa5
docs: add/update android+ios readme example project links 2023-11-16 09:40:52 -06:00
thunderbiscuit
f2cd561f25
chore: use rust nightly for 1.73.0 for swift library 2023-11-10 13:57:49 -06:00
thunderbiscuit
96e7479ce9
chore: bump and pin uniffi to 0.25.1 2023-11-10 08:38:59 -06:00
thunderbiscuit
a9c6aac6b9
chore: bump rust compiler version to 1.73.0 for JVM and python builds 2023-11-09 16:22:29 -06:00
thunderbiscuit
fc4240ca38
chore: bump rust compiler and android ndk versions 2023-11-09 16:10:05 -06:00
thunderbiscuit
fd85d1d754
ci: add workflow for live tests with manual trigger 2023-11-06 16:57:29 -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
Matthew
372f79a10f
tests: update all tests 2023-10-27 14:44:51 -05:00
thunderbiscuit
00cd55bb46
feat(wallet): add scan method on blocking esplora client 2023-10-25 12:15:45 -04:00
thunderbiscuit
7463fa7720
docs: add warning for 1.0 migration to readme 2023-10-23 11:50:41 -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
thunderbiscuit
743862fb60
chore: update minor_release template 2023-09-12 11:38:18 -04:00
thunderbiscuit
b7e38b18be
chore: bump snapshot and dev versions of libraries 2023-09-12 11:37:17 -04:00
thunderbiscuit
ef73aa3490
docs: add 0.30.0 release to changelog 2023-09-12 11:35:36 -04:00
thunderbiscuit
fbec953149
docs: update docs for new pinned dependency 2023-09-06 14:51:00 -04:00
thunderbiscuit
0b07b8ed05
docs: update Kotlin API docs 2023-09-06 13:52:48 -04:00
thunderbiscuit
b59327e5ea
chore: pin flate2 to 1.0.26 when building with 1.61 2023-09-06 10:40:29 -04:00
thunderbiscuit
e6500baae7
chore: update library version to 0.30.0 2023-09-06 10:25:25 -04:00