Refactor: Rename lib_node_updater
-> lib_protocol_updater
This commit is contained in:
parent
96fe5239c9
commit
96e493006c
@ -283,10 +283,10 @@ opam:21:tezos-node-p2p:
|
|||||||
variables:
|
variables:
|
||||||
package: tezos-node-p2p
|
package: tezos-node-p2p
|
||||||
|
|
||||||
opam:22:tezos-node-updater:
|
opam:22:tezos-protocol-updater:
|
||||||
<<: *opam_definition
|
<<: *opam_definition
|
||||||
variables:
|
variables:
|
||||||
package: tezos-node-updater
|
package: tezos-protocol-updater
|
||||||
|
|
||||||
opam:23:tezos-node-shell:
|
opam:23:tezos-node-shell:
|
||||||
<<: *opam_definition
|
<<: *opam_definition
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
tezos-p2p
|
tezos-p2p
|
||||||
tezos-shell-services
|
tezos-shell-services
|
||||||
tezos-shell
|
tezos-shell
|
||||||
tezos-node-updater
|
tezos-protocol-updater
|
||||||
tezos-embedded-protocol-genesis
|
tezos-embedded-protocol-genesis
|
||||||
tezos-embedded-protocol-demo
|
tezos-embedded-protocol-demo
|
||||||
tezos-embedded-protocol-alpha
|
tezos-embedded-protocol-alpha
|
||||||
@ -23,7 +23,7 @@
|
|||||||
-open Tezos_p2p
|
-open Tezos_p2p
|
||||||
-open Tezos_shell_services
|
-open Tezos_shell_services
|
||||||
-open Tezos_shell
|
-open Tezos_shell
|
||||||
-open Tezos_node_updater
|
-open Tezos_protocol_updater
|
||||||
-linkall))))
|
-linkall))))
|
||||||
|
|
||||||
(install
|
(install
|
||||||
|
@ -13,6 +13,7 @@ depends: [
|
|||||||
"tezos-rpc-http"
|
"tezos-rpc-http"
|
||||||
"tezos-p2p"
|
"tezos-p2p"
|
||||||
"tezos-shell"
|
"tezos-shell"
|
||||||
|
"tezos-protocol-updater"
|
||||||
"tezos-embedded-protocol-genesis"
|
"tezos-embedded-protocol-genesis"
|
||||||
"tezos-embedded-protocol-demo"
|
"tezos-embedded-protocol-demo"
|
||||||
"tezos-embedded-protocol-alpha"
|
"tezos-embedded-protocol-alpha"
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
tezos-rpc-http
|
tezos-rpc-http
|
||||||
tezos-p2p-services
|
tezos-p2p-services
|
||||||
tezos-shell-services
|
tezos-shell-services
|
||||||
tezos-node-updater
|
tezos-protocol-updater
|
||||||
tezos-protocol-compiler))
|
tezos-protocol-compiler))
|
||||||
(flags (:standard -w -9+27-30-32-40@8
|
(flags (:standard -w -9+27-30-32-40@8
|
||||||
-safe-string
|
-safe-string
|
||||||
@ -17,7 +17,7 @@
|
|||||||
-open Tezos_rpc_http
|
-open Tezos_rpc_http
|
||||||
-open Tezos_p2p_services
|
-open Tezos_p2p_services
|
||||||
-open Tezos_shell_services
|
-open Tezos_shell_services
|
||||||
-open Tezos_node_updater))))
|
-open Tezos_protocol_updater))))
|
||||||
|
|
||||||
(alias
|
(alias
|
||||||
((name runtest_indent)
|
((name runtest_indent)
|
||||||
|
@ -14,8 +14,8 @@ depends: [
|
|||||||
"tezos-rpc-http"
|
"tezos-rpc-http"
|
||||||
"tezos-p2p-services"
|
"tezos-p2p-services"
|
||||||
"tezos-shell-services"
|
"tezos-shell-services"
|
||||||
"tezos-node-updater"
|
|
||||||
"tezos-protocol-compiler"
|
"tezos-protocol-compiler"
|
||||||
|
"tezos-protocol-updater"
|
||||||
"tezos-embedded-protocol-genesis"
|
"tezos-embedded-protocol-genesis"
|
||||||
"tezos-embedded-protocol-demo"
|
"tezos-embedded-protocol-demo"
|
||||||
"tezos-embedded-protocol-alpha"
|
"tezos-embedded-protocol-alpha"
|
||||||
|
@ -22,7 +22,7 @@ let () = Format.kasprintf Jbuild_plugin.V1.send {|
|
|||||||
((targets (environment.ml))
|
((targets (environment.ml))
|
||||||
(action
|
(action
|
||||||
(write-file ${@@}
|
(write-file ${@@}
|
||||||
"include Tezos_node_updater.Tezos_protocol_environment.Make(struct let name = \"%s\" end)()"))))
|
"include Tezos_protocol_updater.Tezos_protocol_environment.Make(struct let name = \"%s\" end)()"))))
|
||||||
|
|
||||||
(rule
|
(rule
|
||||||
((targets (registerer.ml))
|
((targets (registerer.ml))
|
||||||
@ -35,7 +35,7 @@ let () = Format.kasprintf Jbuild_plugin.V1.send {|
|
|||||||
((name tezos_embedded_protocol_environment_%s)
|
((name tezos_embedded_protocol_environment_%s)
|
||||||
(public_name tezos-embedded-protocol-%s.environment)
|
(public_name tezos-embedded-protocol-%s.environment)
|
||||||
(library_flags (:standard -linkall))
|
(library_flags (:standard -linkall))
|
||||||
(libraries (tezos-node-updater))
|
(libraries (tezos-protocol-updater))
|
||||||
(modules (Environment))))
|
(modules (Environment))))
|
||||||
|
|
||||||
(library
|
(library
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
(jbuild_version 1)
|
(jbuild_version 1)
|
||||||
|
|
||||||
(library
|
(library
|
||||||
((name tezos_node_updater)
|
((name tezos_protocol_updater)
|
||||||
(public_name tezos-node-updater)
|
(public_name tezos-protocol-updater)
|
||||||
(libraries (tezos-base
|
(libraries (tezos-base
|
||||||
tezos-micheline
|
tezos-micheline
|
||||||
tezos-protocol-compiler
|
tezos-protocol-compiler
|
@ -9,7 +9,7 @@
|
|||||||
tezos-p2p-services
|
tezos-p2p-services
|
||||||
tezos-p2p
|
tezos-p2p
|
||||||
tezos-shell-services
|
tezos-shell-services
|
||||||
tezos-node-updater))
|
tezos-protocol-updater))
|
||||||
(flags (:standard -w -9+27-30-32-40@8
|
(flags (:standard -w -9+27-30-32-40@8
|
||||||
-safe-string
|
-safe-string
|
||||||
-open Tezos_base__TzPervasives
|
-open Tezos_base__TzPervasives
|
||||||
@ -18,7 +18,7 @@
|
|||||||
-open Tezos_p2p_services
|
-open Tezos_p2p_services
|
||||||
-open Tezos_p2p
|
-open Tezos_p2p
|
||||||
-open Tezos_shell_services
|
-open Tezos_shell_services
|
||||||
-open Tezos_node_updater))))
|
-open Tezos_protocol_updater))))
|
||||||
|
|
||||||
(alias
|
(alias
|
||||||
((name runtest_indent)
|
((name runtest_indent)
|
||||||
|
@ -14,7 +14,7 @@ depends: [
|
|||||||
"tezos-p2p-services"
|
"tezos-p2p-services"
|
||||||
"tezos-p2p"
|
"tezos-p2p"
|
||||||
"tezos-shell-services"
|
"tezos-shell-services"
|
||||||
"tezos-node-updater"
|
"tezos-protocol-updater"
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
[ "jbuilder" "build" "-p" name "-j" jobs ]
|
[ "jbuilder" "build" "-p" name "-j" jobs ]
|
||||||
|
@ -10,7 +10,7 @@ depends: [
|
|||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"jbuilder" { build & >= "1.0+beta15" }
|
"jbuilder" { build & >= "1.0+beta15" }
|
||||||
"tezos-protocol-compiler"
|
"tezos-protocol-compiler"
|
||||||
"tezos-node-updater"
|
"tezos-protocol-updater"
|
||||||
"tezos-shell"
|
"tezos-shell"
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
|
@ -10,7 +10,7 @@ depends: [
|
|||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"jbuilder" { build & >= "1.0+beta15" }
|
"jbuilder" { build & >= "1.0+beta15" }
|
||||||
"tezos-protocol-compiler"
|
"tezos-protocol-compiler"
|
||||||
"tezos-node-updater"
|
"tezos-protocol-updater"
|
||||||
"tezos-shell"
|
"tezos-shell"
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
|
@ -10,7 +10,7 @@ depends: [
|
|||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"jbuilder" { build & >= "1.0+beta15" }
|
"jbuilder" { build & >= "1.0+beta15" }
|
||||||
"tezos-protocol-compiler"
|
"tezos-protocol-compiler"
|
||||||
"tezos-node-updater"
|
"tezos-protocol-updater"
|
||||||
"tezos-shell"
|
"tezos-shell"
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
|
Loading…
Reference in New Issue
Block a user