Skip to content

Commit 9e8b6ac

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 9e8b6ac

File tree

3 files changed

+5
-31
lines changed

3 files changed

+5
-31
lines changed

.gitmodules

+3
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 395833c

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

-31
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../cardano-blueprint/src/network/handshake-node-to-node.cddl

0 commit comments

Comments
 (0)