Refactor: rename tezos-client-environment
into tezos-protocol-environment-client
This commit is contained in:
parent
ca29c92442
commit
657e214e83
@ -307,10 +307,10 @@ opam:24:tezos-client-alpha:
|
||||
variables:
|
||||
package: tezos-client-alpha
|
||||
|
||||
opam:25:tezos-client-environment:
|
||||
opam:25:tezos-protocol-environment-client:
|
||||
<<: *opam_definition
|
||||
variables:
|
||||
package: tezos-client-environment
|
||||
package: tezos-protocol-environment-client
|
||||
|
||||
opam:26:tezos-protocol-genesis:
|
||||
<<: *opam_definition
|
||||
|
@ -1,8 +1,8 @@
|
||||
(jbuild_version 1)
|
||||
|
||||
(library
|
||||
((name tezos_client_environment)
|
||||
(public_name tezos-client-environment)
|
||||
((name tezos_protocol_environment_client)
|
||||
(public_name tezos-protocol-environment-client)
|
||||
(libraries (tezos-base
|
||||
tezos-protocol-environment-sigs
|
||||
tezos-micheline))
|
@ -5,7 +5,7 @@
|
||||
(public_name tezos-client-alpha)
|
||||
(libraries (tezos-base
|
||||
tezos-protocol-alpha
|
||||
tezos-client-environment
|
||||
tezos-protocol-environment-client
|
||||
tezos-shell-services
|
||||
tezos-client-base))
|
||||
(library_flags (:standard -linkall))
|
||||
|
@ -8,5 +8,5 @@
|
||||
(**************************************************************************)
|
||||
|
||||
module Name = struct let name = "alpha" end
|
||||
module Environment = Tezos_client_environment.Environment.Make(Name)()
|
||||
module Environment = Tezos_protocol_environment_client.Fake.Make(Name)()
|
||||
include Tezos_protocol_alpha.Functor.Make(Environment)
|
||||
|
@ -10,7 +10,8 @@ depends: [
|
||||
"ocamlfind" { build }
|
||||
"jbuilder" { build & >= "1.0+beta15" }
|
||||
"tezos-base"
|
||||
"tezos-embedded-protocol-alpha"
|
||||
"tezos-protocol-environment-client"
|
||||
"tezos-protocol-alpha"
|
||||
"tezos-shell-services"
|
||||
"tezos-client-base"
|
||||
]
|
||||
|
@ -6,7 +6,7 @@
|
||||
(libraries (tezos-base
|
||||
tezos-shell-services
|
||||
tezos-client-base
|
||||
tezos-client-environment
|
||||
tezos-protocol-environment-client
|
||||
tezos-client-alpha
|
||||
tezos-protocol-genesis))
|
||||
(library_flags (:standard -linkall))
|
||||
|
@ -8,5 +8,5 @@
|
||||
(**************************************************************************)
|
||||
|
||||
module Name = struct let name = "genesis" end
|
||||
module Environment = Tezos_client_environment.Environment.Make(Name)()
|
||||
module Environment = Tezos_protocol_environment_client.Fake.Make(Name)()
|
||||
include Tezos_protocol_genesis.Functor.Make(Environment)
|
||||
|
@ -12,7 +12,7 @@ depends: [
|
||||
"tezos-base"
|
||||
"tezos-shell-services"
|
||||
"tezos-client-base"
|
||||
"tezos-client-environment"
|
||||
"tezos-protocol-environment-client"
|
||||
"tezos-client-alpha"
|
||||
"tezos-protocol-genesis"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user