-
Notifications
You must be signed in to change notification settings - Fork 87
Description
BSIP: 0064
Title: HTLC Updates - Allow length as Optional & Add HASH160
Authors: Core Team
Status: Draft
Type: Protocol
Created: 2019-06-07
Discussion: #174
Abstract
This BSIP describes two modifications to the current implementation of Hashed Time-Locked Contract (HTLC) defined in BSIP44. The first makes the length parameter optional. The second adds the HASH160 algorithm to the set of allowed hash functions.
Motivation
In order to become fully compatible with BIP199 the BitShares implementation must include both of these changes.
Rational
Make length an Optional Parameter
Add HASH160 hash function
Discussion
#174
https://github.com/bitshares/bsips/pulls/
Summary for Tokenholders
The current HTLC implementation requires two additional modifications to be fully compatable with the most widely implemented specification as defined in BIP199.
Copyright
This document is placed in the public domain.
See Also
A description of Hashed Timelock Contracts