Refactor: Regroup protocols

This commit is contained in:
Grégoire Henry 2018-01-22 18:43:58 +01:00
parent a3d0ee644a
commit 1f3c68cbd8
175 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
diff --git a/src/lib_embedded_protocol_alpha/src/constants_repr.ml b/src/lib_embedded_protocol_alpha/src/constants_repr.ml
diff --git a/src/proto_alpha/lib_protocol_alpha/src/constants_repr.ml b/src/proto_alpha/lib_protocol_alpha/src/constants_repr.ml
index 61e79c8a..f91ce282 100644
--- a/src/lib_embedded_protocol_alpha/src/constants_repr.ml
+++ b/src/lib_embedded_protocol_alpha/src/constants_repr.ml
--- a/src/proto_alpha/lib_protocol_alpha/src/constants_repr.ml
+++ b/src/proto_alpha/lib_protocol_alpha/src/constants_repr.ml
@@ -49,15 +49,14 @@ let read_public_key s =
Ed25519.Public_key.of_bytes (Bytes.of_string (Hex_encode.hex_decode s))

View File

@ -1 +0,0 @@
../lib_protocol_compiler/jbuild_protocol_template

View File

@ -1 +0,0 @@
../../lib_protocol_compiler/jbuild_embedded_protocol_template

View File

@ -1 +0,0 @@
../lib_protocol_compiler/jbuild_protocol_template

View File

@ -1 +0,0 @@
../../lib_protocol_compiler/jbuild_embedded_protocol_template

View File

@ -1 +0,0 @@
../lib_protocol_compiler/jbuild_protocol_template

View File

@ -1 +0,0 @@
../../lib_protocol_compiler/jbuild_embedded_protocol_template

View File

@ -1,6 +1,6 @@
(* -*- tuareg -*- *)
let prefix = "lib_embedded_protocol_"
let prefix = "lib_protocol_"
let dirname = Filename.basename @@ Filename.dirname @@ Sys.getcwd ()
let predefined_version = None (* to be substituted in opam packages *)

View File

@ -11,7 +11,7 @@
#require "unix"
let prefix = "lib_embedded_protocol_"
let prefix = "lib_protocol_"
let dirname = Filename.basename @@ Sys.getcwd ()
let predefined_version = None (* to be substituted in opam packages *)
@ -28,7 +28,7 @@ let version =
let path =
match predefined_version with
| None -> "src/lib_embedded_protocol_" ^ version
| None -> "src/proto_" ^ version ^ "/lib_protocol_" ^ version
| Some _ -> "."
let sources =

View File

@ -0,0 +1 @@
../../lib_protocol_compiler/jbuild_protocol_template

View File

@ -0,0 +1 @@
../../../lib_protocol_compiler/jbuild_embedded_protocol_template

Some files were not shown because too many files have changed in this diff Show More