aboutsummaryrefslogtreecommitdiff
path: root/src/qt/paymentrequest.proto
Commit message (Collapse)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-1/+1
|
* really s/doge/dis/g this timeTomo Ueda2021-09-021-3/+3
|
* Update payment protocol to match Dogecoin (#1433)Ross Nicoll2018-09-191-8/+9
| | | | | | * Revised payment request handling to use genesis block hash instead of network name, enabling support for more networks that just Bitcoin main and test net. * Disable payment protocol certificate unit tests; we don't modify this code, and regenerating the test data is likely to be significantly time consuming. Will re-enable once discussion on spec is concluded.
* Specify Protobuf version 2 in paymentrequest.protofanquake2016-09-161-0/+2
|
* Payment Protocol: X509-validated payment requestsGavin Andresen2013-08-221-0/+46
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.