These 8 commits are when the Protocol Buffers files have changed:
| Commit: | 200aa80 | |
|---|---|---|
| Author: | fdov | |
| Committer: | HyperPeek | |
fix: broken links due to search and replace. (#1000) Thanks to Atlantys#0001 at Discord for finding.
The documentation is generated from this commit.
| Commit: | e0de576 | |
|---|---|---|
| Author: | fdov | |
| Committer: | GitHub | |
fix: broken links due to search and replace. (#1000) Thanks to Atlantys#0001 at Discord for finding.
The documentation is generated from this commit.
| Commit: | ab159fd | |
|---|---|---|
| Author: | RavenCoinDev | |
| Committer: | Under | |
Initial raven source commit
| Commit: | de86fc2 | |
|---|---|---|
| Author: | RavenCoinDev | |
Initial raven source commit
| Commit: | 11c04c8 | |
|---|---|---|
| Author: | Tron | |
Rename to raven
| Commit: | aab4e5b | |
|---|---|---|
| Author: | Tron | |
Initial fork of Bitcoin 0.15
| Commit: | c4084c2 | |
|---|---|---|
| Author: | fanquake | |
Specify Protobuf version 2 in paymentrequest.proto
| 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.