These 3 commits are when the Protocol Buffers files have changed:
Commit: | dde4c15 | |
---|---|---|
Author: | Cryptoforge | |
Committer: | Cryptoforge |
Implement Qt Wallet
The documentation is generated from this commit.
Commit: | d395fee | |
---|---|---|
Author: | Daira Hopwood | |
Committer: | Daira Hopwood |
Remove src/qt. Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit does not contain any .proto
files.
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.