Refactor: Regroup protocols
This commit is contained in:
parent
a3d0ee644a
commit
1f3c68cbd8
scripts
src
lib_embedded_protocol_alpha
lib_embedded_protocol_demo
lib_embedded_protocol_genesis
lib_protocol_compiler
proto_alpha
lib_client_alpha
alpha.mlalpha.mliclient_baking_blocks.mlclient_baking_blocks.mliclient_baking_daemon.mlclient_baking_daemon.mliclient_baking_denunciation.mlclient_baking_denunciation.mliclient_baking_endorsement.mlclient_baking_endorsement.mliclient_baking_forge.mlclient_baking_forge.mliclient_baking_lib.mlclient_baking_lib.mliclient_baking_main.mlclient_baking_main.mliclient_baking_operations.mlclient_baking_operations.mliclient_baking_revelation.mlclient_baking_revelation.mliclient_proto_args.mlclient_proto_args.mliclient_proto_context.mlclient_proto_context.mliclient_proto_context_commands.mlclient_proto_contracts.mlclient_proto_contracts.mliclient_proto_contracts_commands.mlclient_proto_main.mlclient_proto_main.mliclient_proto_nonces.mlclient_proto_nonces.mliclient_proto_programs.mlclient_proto_programs.mliclient_proto_programs_commands.mlclient_proto_programs_commands.mliclient_proto_rpcs.mlclient_proto_rpcs.mlijbuildmichelson_macros.mlmichelson_macros.mlimichelson_v1_emacs.mlmichelson_v1_emacs.mlimichelson_v1_error_reporter.mlmichelson_v1_error_reporter.mlimichelson_v1_parser.mlmichelson_v1_parser.mlimichelson_v1_printer.mlmichelson_v1_printer.mlitezos-embedded-client-alpha.opam
lib_protocol_alpha
jbuild
src
TEZOS_PROTOCOLamendment.mlamendment.mliapply.mlbaking.mlbaking.mliblock_header_repr.mlblock_header_repr.mlibootstrap_storage.mlbootstrap_storage.mliconstants_repr.mlcontract_repr.mlcontract_repr.mlicontract_storage.mlcontract_storage.mlicycle_repr.mlcycle_repr.mlifitness_repr.mlfitness_storage.mlgas.mlgas.mliinit_storage.mljbuildlevel_repr.mllevel_repr.mlilevel_storage.mllevel_storage.mlimain.mlmain.mlimanager_repr.mlmanager_repr.mlimichelson_v1_primitives.mlmichelson_v1_primitives.mlimisc.mlmisc.mlinonce_storage.mlnonce_storage.mlioperation_repr.mloperation_repr.mliperiod_repr.ml
@ -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
|
index 61e79c8a..f91ce282 100644
|
||||||
--- a/src/lib_embedded_protocol_alpha/src/constants_repr.ml
|
--- a/src/proto_alpha/lib_protocol_alpha/src/constants_repr.ml
|
||||||
+++ b/src/lib_embedded_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 =
|
@@ -49,15 +49,14 @@ let read_public_key s =
|
||||||
Ed25519.Public_key.of_bytes (Bytes.of_string (Hex_encode.hex_decode s))
|
Ed25519.Public_key.of_bytes (Bytes.of_string (Hex_encode.hex_decode s))
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
../lib_protocol_compiler/jbuild_protocol_template
|
|
@ -1 +0,0 @@
|
|||||||
../../lib_protocol_compiler/jbuild_embedded_protocol_template
|
|
@ -1 +0,0 @@
|
|||||||
../lib_protocol_compiler/jbuild_protocol_template
|
|
@ -1 +0,0 @@
|
|||||||
../../lib_protocol_compiler/jbuild_embedded_protocol_template
|
|
@ -1 +0,0 @@
|
|||||||
../lib_protocol_compiler/jbuild_protocol_template
|
|
@ -1 +0,0 @@
|
|||||||
../../lib_protocol_compiler/jbuild_embedded_protocol_template
|
|
@ -1,6 +1,6 @@
|
|||||||
(* -*- tuareg -*- *)
|
(* -*- tuareg -*- *)
|
||||||
|
|
||||||
let prefix = "lib_embedded_protocol_"
|
let prefix = "lib_protocol_"
|
||||||
let dirname = Filename.basename @@ Filename.dirname @@ Sys.getcwd ()
|
let dirname = Filename.basename @@ Filename.dirname @@ Sys.getcwd ()
|
||||||
|
|
||||||
let predefined_version = None (* to be substituted in opam packages *)
|
let predefined_version = None (* to be substituted in opam packages *)
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#require "unix"
|
#require "unix"
|
||||||
|
|
||||||
let prefix = "lib_embedded_protocol_"
|
let prefix = "lib_protocol_"
|
||||||
let dirname = Filename.basename @@ Sys.getcwd ()
|
let dirname = Filename.basename @@ Sys.getcwd ()
|
||||||
|
|
||||||
let predefined_version = None (* to be substituted in opam packages *)
|
let predefined_version = None (* to be substituted in opam packages *)
|
||||||
@ -28,7 +28,7 @@ let version =
|
|||||||
|
|
||||||
let path =
|
let path =
|
||||||
match predefined_version with
|
match predefined_version with
|
||||||
| None -> "src/lib_embedded_protocol_" ^ version
|
| None -> "src/proto_" ^ version ^ "/lib_protocol_" ^ version
|
||||||
| Some _ -> "."
|
| Some _ -> "."
|
||||||
|
|
||||||
let sources =
|
let sources =
|
||||||
|
1
src/proto_alpha/lib_protocol_alpha/jbuild
Symbolic link
1
src/proto_alpha/lib_protocol_alpha/jbuild
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../lib_protocol_compiler/jbuild_protocol_template
|
1
src/proto_alpha/lib_protocol_alpha/src/jbuild
Symbolic link
1
src/proto_alpha/lib_protocol_alpha/src/jbuild
Symbolic link
@ -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
Loading…
Reference in New Issue
Block a user