Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create spec.md #15

Merged
merged 33 commits into from
Jul 2, 2019
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
c9659b2
Create spec.md
decanus Jun 25, 2019
ba9ed4e
Delete gossip.md
decanus Jun 25, 2019
b71fee4
Delete ping.md
decanus Jun 25, 2019
9b646e4
Delete protocol.md
decanus Jun 25, 2019
0026e98
Delete rpc-messages.md
decanus Jun 25, 2019
7d706a9
Create diagram.mermaid
decanus Jun 25, 2019
a4fe216
Add files via upload
decanus Jun 25, 2019
9857b3b
Update spec.md
decanus Jun 25, 2019
9d6162e
Update spec.md
decanus Jun 25, 2019
5031aa3
Add files via upload
decanus Jun 25, 2019
4bf4329
Update spec.md
decanus Jun 25, 2019
ae186e1
Create nodes.graphviz
decanus Jun 25, 2019
cab5c1c
Update spec.md
decanus Jun 25, 2019
65bdf73
Update spec.md
decanus Jun 25, 2019
ecf3f5e
Update spec.md
decanus Jun 25, 2019
5c8118e
Update specs/spec.md
decanus Jun 25, 2019
f0a8e1b
Update specs/spec.md
decanus Jun 25, 2019
ac57f5d
Update specs/spec.md
decanus Jun 25, 2019
89378a4
Update spec.md
decanus Jun 25, 2019
862cbc7
Update specs/spec.md
decanus Jun 25, 2019
621d101
Update diagram.mermaid
decanus Jun 25, 2019
3b1cc2d
Delete diagram.png
decanus Jun 25, 2019
52dec40
Add files via upload
decanus Jun 25, 2019
9eedd70
Update spec.md
decanus Jun 25, 2019
b9e7eb0
Delete diagram.png
decanus Jun 25, 2019
2b57677
Add files via upload
decanus Jun 25, 2019
70fef40
Update spec.md
decanus Jun 26, 2019
4ffe802
Update spec.md
decanus Jun 26, 2019
47e878f
Update spec.md
decanus Jun 26, 2019
afe8c78
Update spec.md
decanus Jun 26, 2019
cb5a742
Update specs/spec.md
decanus Jun 27, 2019
0fd7313
Update spec.md
decanus Jun 27, 2019
2c33260
Update spec.md
decanus Jun 28, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions specs/diagram.mermaid
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
sequenceDiagram

participant 1 as NODE 1
participant 2 as NODE 2
participant 3 as NODE 3


1->>1: RECEIVE NEW BLOCK: 0xCAB
1->>2: GOSSIP: 0xCAB
1->>3: GOSSIP: 0xCAB

2->>1: RPC: GET_BLOCK_BODIES: 0xCAB
1->>2: RPC: BLOCK_BODIES:[{0xCAB}]

2->>2: RECEIVE NEW BLOCK: 0xCAB

2->>3: GOSSIP: OXCAB

2->>1: GOSSIP: OXCAB
Binary file added specs/diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
84 changes: 0 additions & 84 deletions specs/gossip.md

This file was deleted.

11 changes: 11 additions & 0 deletions specs/nodes.graphviz
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
digraph {
1 [label="Node 1"]
2 [label="Node 2"]
3 [label="Node 3"]
1 -> 3
1 -> 2
2 -> 1
2 -> 3
3 -> 1
3 -> 2
}
Binary file added specs/nodes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 0 additions & 17 deletions specs/ping.md

This file was deleted.

66 changes: 0 additions & 66 deletions specs/protocol.md

This file was deleted.

150 changes: 0 additions & 150 deletions specs/rpc-messages.md

This file was deleted.

Loading