Dr Maxim Orlovsky
|
b5f0e9e144
|
Fixing serde impl for PSBT inputs
|
2020-11-06 17:01:34 +01:00 |
Andrew Poelstra
|
35d729d9f0
|
Merge pull request #478 from sanket1729/psbt_again
Psbt hash preimages (again)
|
2020-11-05 17:49:58 +00:00 |
Dr Maxim Orlovsky
|
00c3466363
|
Serde implementation for PSBT
|
2020-10-14 16:31:24 +02:00 |
sanket1729
|
48151ef204
|
Added Hash preimages to psbt
Added hash preimages to psbt as per updated bip174
|
2020-10-11 21:51:02 -05:00 |
Dr Maxim Orlovsky
|
aa67f10162
|
Introducing `bip32::KeySource`: wrapper for `(Fingerprint, DerivationPath)`
|
2020-09-13 22:49:52 +02:00 |
Andrew Poelstra
|
c94295c3a9
|
Revert "Added hash Preimages to psbt"
|
2020-09-11 11:31:10 +00:00 |
sanket1729
|
c5204c001f
|
Added Hash Preimages to psbt
Added hash preimages to psbt as per updated bip174
|
2020-08-31 17:22:40 -05:00 |
Elichai Turkel
|
16eb81e1f7
|
Replaced slow vec initialization, and dual calls to hashmap
|
2020-03-29 17:10:27 +03:00 |
Riccardo Casatta
|
7d6687451a
|
use BTreeMap instead of HashMap to always serialize the same (#310)
* use BTreeMap instead of HashMap to always serialize the same
* fix rust 1.22 error
* psbt fuzz roundtrip
* psbt fuzz roundtrip on our ser
|
2019-08-09 17:03:12 +02:00 |
Carl Dong
|
e5b59120c5
|
Add copyright notice to PSBT-related files
|
2019-02-28 11:11:55 -05:00 |
Carl Dong
|
badb0f2a77
|
Add PSBT input data key-value map type
- Implement psbt::Map trait for psbt::Input
- Add (en)decoding logic for psbt::Input
- Implement PSBT (de)serialization trait for relevant psbt::Input types
|
2019-02-28 11:11:55 -05:00 |