-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add various missing files, update install report
- Loading branch information
1 parent
5a97e5b
commit 9c742be
Showing
4 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Fabric Messages | ||
|
||
``` | ||
TYPE|NAME | ||
====|==== | ||
0000| | ||
0001|GENERIC_MESSAGE | ||
0002|PEER_ANNOUNCE | ||
0003|PEER_PING | ||
0004|PEER_PONG | ||
0005| | ||
0006| | ||
0007| | ||
0008| | ||
0009| | ||
000a| | ||
000b| | ||
000c| | ||
000d| | ||
000e| | ||
000f| | ||
0010| | ||
001f| # 31 | ||
0020| # 32 | ||
0021|BITCOIN_BLOCK_HASH | ||
0022|BITCOIN_TRANSACTION_HASH | ||
002f| # 47 | ||
0030| # 48 | ||
0031|FABRIC_STATE | ||
0032|FABRIC_DOCUMENT | ||
0033|FABRIC_DELTA | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Schnorr | ||
Schnor signatures provide much promise in regards to signature composability. | ||
|
||
## Adaptors | ||
Poelstra et al. () | ||
|
||
``` | ||
SCHNORRADAPTOR | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
'use strict'; | ||
|
||
module.exports = Object.assign({ | ||
seed: 'abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon about', | ||
version: '0.1.0' | ||
}, require('../../settings/test')); |