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