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