aboutsummaryrefslogtreecommitdiff
path: root/src/qt/paymentrequest.proto
AgeCommit message (Collapse)Author
2016-09-16Specify Protobuf version 2 in paymentrequest.protofanquake
2013-08-22Payment Protocol: X509-validated payment requestsGavin Andresen
Add support for a Payment Protocol to Bitcoin-Qt. Payment messages are protocol-buffer encoded and communicated over http(s), so this adds a dependency on the Google protocol buffer library, and requires Qt with OpenSSL support.