thunderbiscuit
|
e6500baae7
|
chore: update library version to 0.30.0
|
2023-09-06 10:25:25 -04:00 |
|
thunderbiscuit
|
106d31c9c3
|
Refactor: Remove unused Mutex on DescriptorSecretKey inner field
|
2023-08-18 13:34:28 -04:00 |
|
thunderbiscuit
|
4ae169f860
|
Refactor: Remove unused Mutex on DescriptorPublicKey inner field
|
2023-08-18 12:58:11 -04:00 |
|
Matthew
|
7717ebb097
|
refactor: rename inner field names
|
2023-08-16 15:37:33 -05:00 |
|
Matthew
|
c3e8469686
|
feat(descriptor): add bip-86 template
|
2023-08-11 12:09:21 -05:00 |
|
Steve Myers
|
1da01b4a0b
|
ci: change rust stable version to 0.71.0
|
2023-08-10 11:54:33 -05:00 |
|
thunderbiscuit
|
77f89afc68
|
Update library version to 0.29.0
|
2023-06-15 10:15:23 -04:00 |
|
thunderbiscuit
|
3cb2c2c394
|
Expose Script.to_bytes() method
|
2023-06-12 13:36:44 -04: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
|
b382511a9e
|
Add is_mine method on Wallet type
Closes #354
|
2023-05-03 14:19:50 -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 |
|
andreasgriffin
|
63b85b9100
|
Add from_script method to Address type
|
2023-04-13 08:50:03 -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 |
|
Steve Myers
|
4e5537acd2
|
Add SignOptions to Wallet.sign() params
|
2023-03-24 10:51:44 -05:00 |
|
thunderbiscuit
|
cd10c75e96
|
Add to_qr_uri() method on Address type
|
2023-03-23 17:03:40 -04:00 |
|
Steve Myers
|
20c31d5383
|
Expose Address payload and network properties
|
2023-03-23 15:41:17 -05:00 |
|
thunderbiscuit
|
cba69e681a
|
Clean up of From traits implementations
|
2023-03-23 15:16:53 -04:00 |
|
thunderbiscuit
|
35d8fb3139
|
Clean up extract_tx method on PSBT
|
2023-03-23 13:14:48 -04:00 |
|
thunderbiscuit
|
f003a6275e
|
Clean up conversion between BDK TransactionDetails to ffi TransactionDetails
|
2023-03-23 13:08:55 -04:00 |
|
thunderbiscuit
|
2f62377eec
|
Add Eq and PartialEq traits on the Transaction type
|
2023-03-23 12:48:04 -04:00 |
|
thunderbiscuit
|
3dc6596aa2
|
Add include_raw boolean parameter on wallet list_transactions method
|
2023-03-23 12:32:54 -04:00 |
|
thunderbiscuit
|
2342265c26
|
Remove unused NetworkLocalUtxo type
|
2023-03-23 12:21:18 -04:00 |
|
thunderbiscuit
|
e86909ab3d
|
Clean up input and output methods on Transaction type
|
2023-03-20 15:16:39 -04:00 |
|
thunderbiscuit
|
8e51756a3a
|
Fix clippy errors
|
2023-03-14 08:22:05 -04:00 |
|
thunderbiscuit
|
9437051668
|
Fix fmt and clippy errors
|
2023-03-13 14:52:17 -04:00 |
|
thunderbiscuit
|
7557e214c8
|
Add optional transaction field on the TransactionDetails type
|
2023-03-13 14:49:07 -04:00 |
|
thunderbiscuit
|
40ca62086c
|
Expose all fields on the Transaction type
|
2023-03-13 12:13:09 -04:00 |
|
thunderbiscuit
|
e0506deffa
|
Add new utility methods on Transaction type
This PR adds the txid(), is_coin_base(), is_explicitly_rbf(),
and is_lock_time_enabled() methods.
Fixes #303
|
2023-03-13 08:54:37 -04:00 |
|
thunderbiscuit
|
1e9ecfbe52
|
Add weight, size, and vsize methods on the Transaction type
|
2023-03-13 08:54:25 -04:00 |
|
thunderbiscuit
|
488edf8bd2
|
Fix Python build workflow to account for Linux/Windows
|
2023-03-01 10:02:45 -05:00 |
|
thunderbiscuit
|
44b2ef1382
|
Fix cargo test workflow
|
2023-02-28 12:04:43 -05:00 |
|
thunderbiscuit
|
c93f292b0e
|
Upgrade uniffi-rs to 0.23.0 and migrate Gradle plugins
|
2023-02-27 14:43:52 -05:00 |
|
Steve Myers
|
44a78cc459
|
Update bdk from 0.27 to 0.27.1
|
2023-02-17 09:14:28 -06:00 |
|
thunderbiscuit
|
ec71ef58be
|
Bump bdk version to 0.27 and bdk-ffi to 0.27.0
|
2023-02-14 12:45:29 -06:00 |
|
Ed Ball
|
d42789db9b
|
fix: incorrect peek_address index
|
2023-02-02 12:26:27 -05:00 |
|
Ed Ball
|
10f893a4b3
|
test: reset_address
|
2023-02-02 12:26:26 -05:00 |
|
Ed Ball
|
13043065b6
|
expose: get_address reset method
|
2023-02-02 12:26:25 -05:00 |
|
Ed Ball
|
5fa0b916a2
|
test: more descriptive and complete peek_address tests
|
2023-02-02 12:26:24 -05:00 |
|
Ed Ball
|
458a162c2a
|
remove redundant to_string from tests
|
2023-02-02 12:26:22 -05:00 |
|
Ed Ball
|
d15783dba0
|
add missing bdk-ffi AddressIndex Peek docstrings
|
2023-02-02 12:26:20 -05:00 |
|
Ed Ball
|
2723577a84
|
test: get_address peek ffi tests
|
2023-02-02 12:26:14 -05:00 |
|
Ed Ball
|
7fefb8a7b9
|
expose: get_address peek
|
2023-02-02 12:25:42 -05:00 |
|
Ed Ball
|
aa842c3844
|
fix incorrect address in get_internal_address test
|
2023-02-01 20:30:24 +01:00 |
|
Ed Ball
|
11d7d6b80f
|
test: get_internal_address LastUnused
|
2023-02-01 14:43:22 +01:00 |
|
Ed Ball
|
85f8a8a526
|
fix: redundant problematic to_string in get_internal_address tests
|
2023-02-01 14:37:36 +01:00 |
|
Ed Ball
|
5e75c856c5
|
test: get internal/external address
|
2023-01-31 22:25:30 +01:00 |
|