Skip to content

Commit

Permalink
Add various missing files, update install report
Browse files Browse the repository at this point in the history
  • Loading branch information
martindale committed Feb 26, 2024
1 parent 5a97e5b commit 9c742be
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 1 deletion.
32 changes: 32 additions & 0 deletions MESSAGES.md
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
```
2 changes: 1 addition & 1 deletion reports/install.log
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ npm i

added 717 packages, and audited 718 packages in 28s
added 717 packages, and audited 718 packages in 12s

84 packages are looking for funding
run `npm fund` for details
Expand Down
9 changes: 9 additions & 0 deletions snippets/schnorr.md
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
```
6 changes: 6 additions & 0 deletions tests/fixtures/settings.js
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'));

0 comments on commit 9c742be

Please sign in to comment.