Skip to content

Commit 7f78055

Browse files
committed
Add cardano-blueprint submodule and move handshake cddl to it
This demonstrates how we could move the CDDL to a common repository and tested against from multiple implementations of the ouroboros protocols. Git submodules are obviously only one way of managing this dependency.
1 parent 21d3380 commit 7f78055

File tree

5 files changed

+6
-103
lines changed

5 files changed

+6
-103
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "cardano-blueprint"]
2+
path = cardano-blueprint
3+
url = [email protected]:cardano-scaling/cardano-blueprint

cardano-blueprint

Submodule cardano-blueprint added at 064795c

ouroboros-network-protocols/cddl/specs/handshake-node-to-client.cddl

Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../cardano-blueprint/src/network/specs/handshake-node-to-client.cddl

ouroboros-network-protocols/cddl/specs/handshake-node-to-node-v13.cddl

Lines changed: 0 additions & 35 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../cardano-blueprint/src/network/specs/handshake-node-to-node-v13.cddl

ouroboros-network-protocols/cddl/specs/handshake-node-to-node.cddl

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)