Tobin C. Harding
|
30888f74c5
|
Move psbt module to crate root module
Move the `psbt` module out of `util` and into the crate root module.
Done as part of an effort to clean up `util`.
|
2022-11-16 10:43:35 +11:00 |
Elichai Turkel
|
efe1a55819
|
Use new inclusive range syntax
|
2020-10-08 17:08:51 +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
|
f74ec3e187
|
Add fuzz testing for PartiallySignedTransaction
|
2019-02-28 11:11:55 -05:00 |