v1.1.0 release
The following change are included in this release:
- Compliant with the BIP-174 specification for PSBT:
We have been providing PSBT feature for some time now, but several keys have since been added to BIP-174. This release supports the following keys that have been added:PSBT_GLOBAL_PROPRIETARY
PSBT_IN_PROPRIETARY
PSBT_OUT_PROPRIETARY
PSBT_IN_RIPEMD160
PSBT_IN_SHA256
PSBT_IN_HASH160
PSBT_IN_HASH256
- Replace extension of
Object#build_json
andto_h
by open class with refinement(e4d4968).
Full Changelog: v1.0.0...v1.1.0