Refactor: Rename lib_node_shell
-> lib_shell
This commit is contained in:
parent
58388bd304
commit
96fe5239c9
@ -8,7 +8,7 @@
|
|||||||
tezos-p2p-services
|
tezos-p2p-services
|
||||||
tezos-p2p
|
tezos-p2p
|
||||||
tezos-shell-services
|
tezos-shell-services
|
||||||
tezos-node-shell
|
tezos-shell
|
||||||
tezos-node-updater
|
tezos-node-updater
|
||||||
tezos-embedded-protocol-genesis
|
tezos-embedded-protocol-genesis
|
||||||
tezos-embedded-protocol-demo
|
tezos-embedded-protocol-demo
|
||||||
@ -22,7 +22,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_shell
|
-open Tezos_shell
|
||||||
-open Tezos_node_updater
|
-open Tezos_node_updater
|
||||||
-linkall))))
|
-linkall))))
|
||||||
|
|
||||||
|
@ -11,11 +11,8 @@ depends: [
|
|||||||
"jbuilder" { build & >= "1.0+beta15" }
|
"jbuilder" { build & >= "1.0+beta15" }
|
||||||
"tezos-base"
|
"tezos-base"
|
||||||
"tezos-rpc-http"
|
"tezos-rpc-http"
|
||||||
"tezos-p2p-services"
|
|
||||||
"tezos-p2p"
|
"tezos-p2p"
|
||||||
"tezos-shell-services"
|
"tezos-shell"
|
||||||
"tezos-node-shell"
|
|
||||||
"tezos-node-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"
|
||||||
|
@ -56,7 +56,7 @@ let () = Format.kasprintf Jbuild_plugin.V1.send {|
|
|||||||
((name tezos_embedded_protocol_%s)
|
((name tezos_embedded_protocol_%s)
|
||||||
(public_name tezos-embedded-protocol-%s)
|
(public_name tezos-embedded-protocol-%s)
|
||||||
(library_flags (:standard -linkall))
|
(library_flags (:standard -linkall))
|
||||||
(libraries (tezos_embedded_raw_protocol_%s tezos-node-shell))
|
(libraries (tezos_embedded_raw_protocol_%s tezos-shell))
|
||||||
(modules (Registerer))))
|
(modules (Registerer))))
|
||||||
|}
|
|}
|
||||||
version version version version version version version version
|
version version version version version version version version
|
||||||
|
@ -26,7 +26,7 @@ end
|
|||||||
let () =
|
let () =
|
||||||
Format.printf {|
|
Format.printf {|
|
||||||
let () =
|
let () =
|
||||||
let module Ignored = Tezos_node_shell.State.Register_embedded_protocol
|
let module Ignored = Tezos_shell.State.Register_embedded_protocol
|
||||||
(Tezos_embedded_protocol_environment_%s.Environment)
|
(Tezos_embedded_protocol_environment_%s.Environment)
|
||||||
(Tezos_embedded_raw_protocol_%s.Main)
|
(Tezos_embedded_raw_protocol_%s.Main)
|
||||||
(Source) in
|
(Source) in
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
(jbuild_version 1)
|
(jbuild_version 1)
|
||||||
|
|
||||||
(library
|
(library
|
||||||
((name tezos_node_shell)
|
((name tezos_shell)
|
||||||
(public_name tezos-node-shell)
|
(public_name tezos-shell)
|
||||||
(libraries (tezos-base
|
(libraries (tezos-base
|
||||||
tezos-storage
|
tezos-storage
|
||||||
tezos-rpc-http
|
tezos-rpc-http
|
@ -11,7 +11,7 @@ depends: [
|
|||||||
"jbuilder" { build & >= "1.0+beta15" }
|
"jbuilder" { build & >= "1.0+beta15" }
|
||||||
"tezos-protocol-compiler"
|
"tezos-protocol-compiler"
|
||||||
"tezos-node-updater"
|
"tezos-node-updater"
|
||||||
"tezos-node-shell"
|
"tezos-shell"
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
[ "rm" "jbuild" "src/jbuild" ]
|
[ "rm" "jbuild" "src/jbuild" ]
|
||||||
|
@ -11,7 +11,7 @@ depends: [
|
|||||||
"jbuilder" { build & >= "1.0+beta15" }
|
"jbuilder" { build & >= "1.0+beta15" }
|
||||||
"tezos-protocol-compiler"
|
"tezos-protocol-compiler"
|
||||||
"tezos-node-updater"
|
"tezos-node-updater"
|
||||||
"tezos-node-shell"
|
"tezos-shell"
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
[ "rm" "jbuild" "src/jbuild" ]
|
[ "rm" "jbuild" "src/jbuild" ]
|
||||||
|
@ -11,7 +11,7 @@ depends: [
|
|||||||
"jbuilder" { build & >= "1.0+beta15" }
|
"jbuilder" { build & >= "1.0+beta15" }
|
||||||
"tezos-protocol-compiler"
|
"tezos-protocol-compiler"
|
||||||
"tezos-node-updater"
|
"tezos-node-updater"
|
||||||
"tezos-node-shell"
|
"tezos-shell"
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
[ "rm" "jbuild" "src/jbuild" ]
|
[ "rm" "jbuild" "src/jbuild" ]
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
test_store))
|
test_store))
|
||||||
(libraries (tezos-base
|
(libraries (tezos-base
|
||||||
tezos-storage
|
tezos-storage
|
||||||
tezos-node-shell
|
tezos-shell
|
||||||
tezos-embedded-protocol-demo
|
tezos-embedded-protocol-demo
|
||||||
tezos-embedded-protocol-alpha
|
tezos-embedded-protocol-alpha
|
||||||
tezos-embedded-protocol-genesis
|
tezos-embedded-protocol-genesis
|
||||||
@ -15,7 +15,7 @@
|
|||||||
-safe-string
|
-safe-string
|
||||||
-open Tezos_base__TzPervasives
|
-open Tezos_base__TzPervasives
|
||||||
-open Tezos_storage
|
-open Tezos_storage
|
||||||
-open Tezos_node_shell))))
|
-open Tezos_shell))))
|
||||||
|
|
||||||
(alias
|
(alias
|
||||||
((name buildtest)
|
((name buildtest)
|
||||||
|
Loading…
Reference in New Issue
Block a user