These 3 commits are when the Protocol Buffers files have changed:
| Commit: | fdbe5e5 | |
|---|---|---|
| Author: | m@lbit | |
Depends build system recoded + Qt 5.15.3
The documentation is generated from this commit.
| Commit: | 2a13321 | |
|---|---|---|
| Author: | Wladimir J. van der Laan | |
| Committer: | Alexander Block | |
Merge #8742: Specify Protobuf version 2 in paymentrequest.proto c4084c2 Specify Protobuf version 2 in paymentrequest.proto (fanquake)
| Commit: | a41d5fe | |
|---|---|---|
| Author: | Gavin Andresen | |
| Committer: | Gavin Andresen | |
Payment Protocol: X509-validated payment requests 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.