| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | really s/Doge/Dis/g this time | Tomo Ueda | 2021-09-02 | 1 | -1/+1 |
| | | |||||
| * | really s/doge/dis/g this time | Tomo Ueda | 2021-09-02 | 1 | -3/+3 |
| | | |||||
| * | Update payment protocol to match Dogecoin (#1433) | Ross Nicoll | 2018-09-19 | 1 | -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.proto | fanquake | 2016-09-16 | 1 | -0/+2 |
| | | |||||
| * | Payment Protocol: X509-validated payment requests | Gavin Andresen | 2013-08-22 | 1 | -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. | |||||