LLFourn
6f66de3d16
Update Changelog for Tx creation overhaul
2021-01-22 14:33:37 +11:00
Alekos Filini
49db898acb
Update CHANGELOG.md in preparation of tag v0.3.0
2021-01-20 10:27:28 -05:00
Alekos Filini
bf04a2cf69
descriptor: Use DescriptorError
instead of Error
when reasonable
...
Change the return type of the `descriptor!()` macro and `ToWalletDescriptor` to
avoid having to map errors.
Also introduce more checks to validate descriptors built using the macro.
2021-01-12 12:21:22 +01:00
Steve Myers
f74bfdd493
Remove 'cli.rs' module, 'cli-utils' feature and 'repl.rs' example
2020-12-31 09:44:30 -08:00
LLFourn
656c9c9da8
Use () to indicate a missing blockchain
...
So that:
1. There are no runtime errors
2. There less type annotations needed
3. Less traits and stuff to document
2020-12-23 14:52:29 +11:00
Alekos Filini
7d6cd6d4f5
Fix the changelog after release v0.2.0
2020-12-21 20:14:23 +01:00
Alekos Filini
1713d621d4
Rename ScriptType
to KeychainKind
...
This avoids confusion with the "type of script".
2020-12-14 17:14:24 +01:00
Alekos Filini
6b5c3bca82
[changelog] Update CHANGELOG.md to document PSBT_GLOBAL_XPUB
...
Log the changes made in PR #200
2020-12-01 16:43:41 +01:00
Steve Myers
790fd52abe
Add CHANGELOG.md
2020-11-23 20:57:23 -08:00