summaryrefslogtreecommitdiff
path: root/bip-0075
AgeCommit message (Collapse)Author
2016-03-11Format CommentMarshall Long
Format comment to fit style of previous comments
2016-03-09- Update optional flags to PaymentDetails definition in paymentrequest.protoMatt David
- Add DER encoding requirement for EC public keys and ECC signatures - Add SHA-256 hashing requirement for ECC signatures - Add FIPS 180-4 SHS link
2016-03-08 - Add subtract_fee and replace_by_fee flags to PaymentDetails. ↵Matt David
replace_by_fee is commented out as it's only available in version 2 of the message
2016-03-07Renamed to BIP75, added extensions to BIP70 payment detailsjmacwhyte