diff --git a/devtools/get_contracts/dune b/devtools/get_contracts/dune index 1686e245084493981418ce30f7f39093e7f8b359..1b49517a375c075f94822c848d290ab3118623b9 100644 --- a/devtools/get_contracts/dune +++ b/devtools/get_contracts/dune @@ -6,13 +6,13 @@ (libraries octez-libs.tezos-micheline octez-libs.tezos-base - octez-shell-libs.tezos-store + octez-shell-libs.store tezos-protocol-017-PtNairob.protocol - octez-protocol-017-PtNairob-libs.tezos-client + octez-protocol-017-PtNairob-libs.client tezos-protocol-018-Proxford.protocol - octez-protocol-018-Proxford-libs.tezos-client + octez-protocol-018-Proxford-libs.client tezos-protocol-alpha.protocol - octez-protocol-alpha-libs.tezos-client) + octez-protocol-alpha-libs.client) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/devtools/testnet_experiment_tools/dune b/devtools/testnet_experiment_tools/dune index 10754e5e89a86fb5e7eedd89d0f2cf36393a46b5..2a8986900e7d10b3e4519dc4fd8570c8524887d2 100644 --- a/devtools/testnet_experiment_tools/dune +++ b/devtools/testnet_experiment_tools/dune @@ -6,11 +6,11 @@ (libraries tezt tezt-tezos - octez-shell-libs.tezos-client-base-unix + octez-shell-libs.client-base-unix octez-libs.tezos-base octez-libs.tezos-base.unix octez-libs.tezos-stdlib-unix - octez-protocol-alpha-libs.tezos-client + octez-protocol-alpha-libs.client tezos-protocol-alpha.protocol) (link_flags (:standard) diff --git a/devtools/yes_wallet/dune b/devtools/yes_wallet/dune index 22a34eff37ceaed0763878a2cbfd0152094e23c4..a929cf4814be7043b99eeaec15b29aa0103198b6 100644 --- a/devtools/yes_wallet/dune +++ b/devtools/yes_wallet/dune @@ -8,8 +8,8 @@ octez-libs.tezos-base.unix lwt.unix ezjsonm - octez-shell-libs.tezos-store - octez-shell-libs.tezos-shell-context + octez-shell-libs.store + octez-shell-libs.shell-context octez-libs.tezos-context tezos-protocol-017-PtNairob.protocol tezos-protocol-018-Proxford.protocol diff --git a/docs/doc_gen/dune b/docs/doc_gen/dune index 94a84714560eb429703814fef84cfbf79dd5e7b0..8d2fc7798be286ebf9e99ce020a3c34f8eb457fb 100644 --- a/docs/doc_gen/dune +++ b/docs/doc_gen/dune @@ -4,9 +4,9 @@ (libraries octez-libs.tezos-base octez-libs.tezos-rpc octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-shell + octez-shell-libs.shell octez-libs.tezos-rpc-http-server - octez-shell-libs.tezos-protocol-updater + octez-shell-libs.protocol-updater ; TODO tezos/tezos#2170: adapt next line(s) tezos-protocol-genesis.embedded-protocol tezos-protocol-016-PtMumbai.embedded-protocol diff --git a/docs/doc_gen/errors/dune b/docs/doc_gen/errors/dune index 38cb0e31c17de26b12d84f2a3290f9ddefa754de..ede62d58af1518105c9caa872aa3bfdb8e64b8e5 100644 --- a/docs/doc_gen/errors/dune +++ b/docs/doc_gen/errors/dune @@ -1,8 +1,8 @@ (executable (name error_doc) (libraries data-encoding - octez-shell-libs.tezos-shell - octez-protocol-alpha-libs.tezos-client) + octez-shell-libs.shell + octez-protocol-alpha-libs.client) (flags (:standard -open Tezos_base -open Tezos_error_monad -open Data_encoding diff --git a/manifest/main.ml b/manifest/main.ml index 885fd70f4ee0e5e0618bd2a372190f028a00d753..f5baa36af1044906b4be6c9ec8632d91b4725ec2 100644 --- a/manifest/main.ml +++ b/manifest/main.ml @@ -2167,7 +2167,8 @@ let _lazy_containers_tests = let octez_webassembly_interpreter = octez_l2_lib - "tezos-webassembly-interpreter" + "webassembly-interpreter" + ~internal_name:"tezos_webassembly_interpreter" ~path:"src/lib_webassembly" ~dune:Dune.[[S "include_subdirs"; S "unqualified"]] ~deps: @@ -2182,7 +2183,8 @@ let octez_webassembly_interpreter = let octez_webassembly_interpreter_extra = octez_l2_lib - "tezos-webassembly-interpreter-extra" + "webassembly-interpreter-extra" + ~internal_name:"tezos_webassembly_interpreter_extra" ~path:"src/lib_webassembly/extra" ~license:"Apache-2.0" ~extra_authors:["WebAssembly Authors"] @@ -2343,7 +2345,8 @@ let octez_merkle_proof_encoding = let octez_shell_services = octez_shell_lib - "tezos-shell-services" + "shell-services" + ~internal_name:"tezos_shell_services" ~path:"src/lib_shell_services" ~synopsis:"Descriptions of RPCs exported by [tezos-shell]" ~deps: @@ -2406,7 +2409,8 @@ let _octez_tooling_opam_lint = let octez_p2p = octez_shell_lib - "tezos-p2p" + "p2p" + ~internal_name:"tezos_p2p" ~path:"src/lib_p2p" ~synopsis:"Library for a pool of P2P connections" ~deps: @@ -2456,7 +2460,8 @@ let tezt_tezos = let octez_p2p_test_common = octez_shell_lib - "tezos_p2p_test_common" + "p2p_test_common" + ~internal_name:"tezos_p2p_test_common" ~path:"src/lib_p2p/test/common" ~deps: [ @@ -2580,7 +2585,8 @@ let _octez_gossipsub_test = let octez_wasmer = octez_l2_lib - "tezos-wasmer" + "wasmer" + ~internal_name:"tezos_wasmer" ~path:"src/lib_wasmer" ~synopsis:"Wasmer bindings for SCORU WASM" ~deps:[ctypes; ctypes_foreign; lwt; lwt_unix; tezos_rust_lib] @@ -2655,7 +2661,8 @@ let octez_context_memory = let octez_scoru_wasm = octez_l2_lib - "tezos-scoru-wasm" + "scoru-wasm" + ~internal_name:"tezos_scoru_wasm" ~path:"src/lib_scoru_wasm" ~deps: [ @@ -2671,7 +2678,8 @@ let octez_scoru_wasm = let octez_scoru_wasm_fast = octez_l2_lib - "tezos-scoru-wasm-fast" + "scoru-wasm-fast" + ~internal_name:"tezos_scoru_wasm_fast" ~path:"src/lib_scoru_wasm/fast" ~synopsis:"WASM functionality for SCORU Fast Execution" ~deps: @@ -2890,12 +2898,14 @@ let _octez_sapling_ctypes_gen = let tezos_protocol_environment_sigs_internals = octez_proto_lib - "tezos-protocol-environment.sigs-internals" + "protocol-environment.sigs-internals" + ~internal_name:"tezos_protocol_environment_sigs_internals" ~path:"src/lib_protocol_environment/sigs-internals" let tezos_protocol_environment_sigs = octez_proto_lib - "tezos-protocol-environment.sigs" + "protocol-environment.sigs" + ~internal_name:"tezos_protocol_environment_sigs" ~path:"src/lib_protocol_environment/sigs" ~deps:[tezos_protocol_environment_sigs_internals] ~flags:(Flags.standard ~nopervasives:true ~nostdlib:true ()) @@ -2926,7 +2936,8 @@ let tezos_protocol_environment_sigs = let octez_protocol_environment_structs = octez_proto_lib - "tezos-protocol-environment.structs" + "protocol-environment.structs" + ~internal_name:"tezos_protocol_environment_structs" ~path:"src/lib_protocol_environment/structs" ~deps: [ @@ -2941,7 +2952,8 @@ let octez_protocol_environment_structs = let octez_protocol_environment = octez_proto_lib - "tezos-protocol-environment" + "protocol-environment" + ~internal_name:"tezos_protocol_environment" ~path:"src/lib_protocol_environment" ~documentation:[Dune.[S "package"; S "octez-proto-libs"]] ~deps: @@ -2966,7 +2978,8 @@ let octez_protocol_environment = let octez_shell_context = octez_shell_lib - "tezos-shell-context" + "shell-context" + ~internal_name:"tezos_shell_context" ~path:"src/lib_protocol_environment/shell_context" ~deps: [ @@ -2999,7 +3012,8 @@ let _octez_protocol_environment_tests = let octez_context_ops = octez_shell_lib - "tezos-context-ops" + "context-ops" + ~internal_name:"tezos_context_ops" ~path:"src/lib_protocol_environment/context_ops" ~synopsis:"Backend-agnostic operations on contexts" ~deps: @@ -3102,7 +3116,7 @@ let octez_protocol_compiler_lib = V [ S - "%{lib:octez-proto-libs.tezos-protocol-environment.sigs:tezos_protocol_environment_sigs.cmxa}"; + "%{lib:octez-proto-libs.protocol-environment.sigs:tezos_protocol_environment_sigs.cmxa}"; ]; ]; ]; @@ -3174,7 +3188,8 @@ let octez_protocol_compiler_native = let octez_protocol_updater = octez_shell_lib - "tezos-protocol-updater" + "protocol-updater" + ~internal_name:"tezos_protocol_updater" ~path:"src/lib_protocol_updater" ~synopsis:"Economic-protocol dynamic loading for `octez-node`" ~deps: @@ -3194,7 +3209,8 @@ let octez_protocol_updater = let octez_validation = octez_shell_lib - "tezos-validation" + "validation" + ~internal_name:"tezos_validation" ~path:"src/lib_validation" ~synopsis:"Library for block validation" ~time_measurement_ppx:true @@ -3214,7 +3230,8 @@ let octez_validation = let octez_store_shared = octez_shell_lib - "tezos-store.shared" + "store.shared" + ~internal_name:"tezos_store_shared" ~path:"src/lib_store/shared" ~deps: [ @@ -3238,7 +3255,8 @@ let octez_store_shared = let octez_store_unix = octez_shell_lib - "tezos-store.unix" + "store.unix" + ~internal_name:"tezos_store_unix" ~path:"src/lib_store/unix" ~deps: [ @@ -3281,7 +3299,8 @@ let octez_store_unix = let octez_store_unix_reconstruction = octez_shell_lib - "tezos-store.unix-reconstruction" + "store.unix-reconstruction" + ~internal_name:"tezos_store_unix_reconstruction" ~path:"src/lib_store/unix" ~deps: [ @@ -3299,7 +3318,8 @@ let octez_store_unix_reconstruction = let octez_store_unix_snapshots = octez_shell_lib - "tezos-store.unix-snapshots" + "store.unix-snapshots" + ~internal_name:"tezos_store_unix_snapshots" ~path:"src/lib_store/unix" ~deps: [ @@ -3316,7 +3336,8 @@ let octez_store_unix_snapshots = let octez_store = octez_shell_lib - "tezos-store" + "store" + ~internal_name:"tezos_store" ~path:"src/lib_store" ~synopsis:"Store for `octez-node`" ~deps: @@ -3331,11 +3352,12 @@ let octez_store = octez_store_shared |> open_; ] ~virtual_modules:["store"] - ~default_implementation:"octez-shell-libs.tezos-store.real" + ~default_implementation:"octez-shell-libs.store.real" let _octez_store_real = octez_shell_lib - "tezos-store.real" + "store.real" + ~internal_name:"tezos_store_real" ~path:"src/lib_store/real" ~deps:[octez_store_unix |> open_] ~implements:octez_store @@ -3389,7 +3411,8 @@ let _octez_requester_tests = let octez_shell = octez_shell_lib - "tezos-shell" + "shell" + ~internal_name:"tezos_shell" ~path:"src/lib_shell" ~synopsis: "Core of `octez-node` (gossip, validation scheduling, mempool, ...)" @@ -3499,7 +3522,8 @@ let _octez_rpc_http_server_tests = let octez_client_base = octez_shell_lib - "tezos-client-base" + "client-base" + ~internal_name:"tezos_client_base" ~path:"src/lib_client_base" ~synopsis:"Tezos: common helpers for `tezos-client`" ~deps: @@ -3546,7 +3570,8 @@ let _bip39_generator = let octez_signer_services = octez_shell_lib - "tezos-signer-services" + "signer-services" + ~internal_name:"tezos_signer_services" ~path:"src/lib_signer_services" ~synopsis:"Tezos: descriptions of RPCs exported by `tezos-signer`" ~deps: @@ -3560,7 +3585,8 @@ let octez_signer_services = let octez_signer_backends = octez_shell_lib - "tezos-signer-backends" + "signer-backends" + ~internal_name:"tezos_signer_backends" ~path:"src/lib_signer_backends" ~synopsis:"Tezos: remote-signature backends for `tezos-client`" ~deps: @@ -3596,7 +3622,8 @@ let _octez_signer_backends_tests = let octez_signer_backends_unix = octez_shell_lib - "tezos-signer-backends.unix" + "signer-backends.unix" + ~internal_name:"tezos_signer_backends_unix" ~path:"src/lib_signer_backends/unix" ~deps: [ @@ -3640,7 +3667,8 @@ let _octez_signer_backends_unix_tests = let octez_client_commands = octez_shell_lib - "tezos-client-commands" + "client-commands" + ~internal_name:"tezos_client_commands" ~path:"src/lib_client_commands" ~synopsis:"Tezos: protocol agnostic commands for `tezos-client`" ~deps: @@ -3662,7 +3690,8 @@ let octez_client_commands = let octez_mockup_registration = octez_shell_lib - "tezos-mockup-registration" + "mockup-registration" + ~internal_name:"tezos_mockup_registration" ~path:"src/lib_mockup" ~synopsis:"Tezos: protocol registration for the mockup mode" ~deps: @@ -3677,7 +3706,8 @@ let octez_mockup_registration = let octez_mockup_proxy = octez_shell_lib - "tezos-mockup-proxy" + "mockup-proxy" + ~internal_name:"tezos_mockup_proxy" ~path:"src/lib_mockup_proxy" ~synopsis:"Tezos: local RPCs" ~deps: @@ -3695,7 +3725,8 @@ let octez_mockup_proxy = (* Depends on tezos_p2p to register the relevant RPCs. *) let octez_mockup = octez_shell_lib - "tezos-mockup" + "mockup" + ~internal_name:"tezos_mockup" ~path:"src/lib_mockup" ~synopsis:"Tezos: library of auto-documented RPCs (mockup mode)" ~deps: @@ -3726,7 +3757,8 @@ let octez_mockup = let octez_mockup_commands = octez_shell_lib - "tezos-mockup-commands" + "mockup-commands" + ~internal_name:"tezos_mockup_commands" ~path:"src/lib_mockup" ~synopsis:"Tezos: library of auto-documented RPCs (commands)" ~deps: @@ -3761,7 +3793,8 @@ let _octez_mockup_tests = let octez_proxy = octez_shell_lib - "tezos-proxy" + "proxy" + ~internal_name:"tezos_proxy" ~path:"src/lib_proxy" ~synopsis:"Tezos: proxy" ~deps: @@ -3780,7 +3813,8 @@ let octez_proxy = let octez_proxy_rpc = octez_shell_lib - "tezos-proxy.rpc" + "proxy.rpc" + ~internal_name:"tezos_proxy_rpc" ~path:"src/lib_proxy/rpc" ~deps: [ @@ -3878,7 +3912,8 @@ let _octez_proxy_server_config_tests = let octez_client_base_unix = octez_shell_lib - "tezos-client-base-unix" + "client-base-unix" + ~internal_name:"tezos_client_base_unix" ~path:"src/lib_client_base_unix" ~synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" @@ -4010,7 +4045,8 @@ let octez_micheline_rewriting = let octez_shell_benchmarks = octez_shell_lib - "tezos-shell-benchmarks" + "shell-benchmarks" + ~internal_name:"tezos_shell_benchmarks" ~path:"src/lib_shell_benchmarks" ~synopsis:"Tezos: shell benchmarks" ~deps: @@ -4093,9 +4129,10 @@ let _octez_embedded_protocol_packer = let octez_layer2_store = octez_l2_lib - "tezos_layer2_store" + "layer2_store" + ~internal_name:"tezos_layer2_store" ~path:"src/lib_layer2_store" - ~synopsis:"Tezos: layer2 storage utils" + ~synopsis:"layer2 storage utils" ~deps: [ index; @@ -4306,9 +4343,10 @@ let octez_injector = let octez_smart_rollup_lib = octez_l2_lib - "octez-smart-rollup" + "smart-rollup" + ~internal_name:"octez_smart_rollup" ~path:"src/lib_smart_rollup" - ~synopsis:"Octez: library for Smart Rollups" + ~synopsis:"Library for Smart Rollups" ~documentation:[Dune.[S "package"; S "octez-l2-libs"]] ~deps: [ @@ -4349,7 +4387,8 @@ let octez_smart_rollup_node_lib = let octez_scoru_wasm_helpers = octez_l2_lib - "tezos-scoru-wasm-helpers" + "scoru-wasm-helpers" + ~internal_name:"tezos_scoru_wasm_helpers" ~path:"src/lib_scoru_wasm/helpers" ~synopsis:"Helpers for the smart rollup wasm functionality and debugger" ~deps: @@ -4366,7 +4405,8 @@ let octez_scoru_wasm_helpers = let octez_scoru_wasm_durable_snapshot = octez_l2_lib - "tezos_scoru_wasm_durable_snapshot" + "scoru_wasm_durable_snapshot" + ~internal_name:"tezos_scoru_wasm_durable_snapshot" ~path:"src/lib_scoru_wasm/test/durable_snapshot" ~synopsis:"Durable storage reference implementation" ~deps: @@ -4379,7 +4419,8 @@ let octez_scoru_wasm_durable_snapshot = let octez_scoru_wasm_tests_helpers = octez_l2_lib - "tezos_scoru_wasm_test_helpers" + "scoru_wasm_test_helpers" + ~internal_name:"tezos_scoru_wasm_test_helpers" ~path:"src/lib_scoru_wasm/test/helpers" ~synopsis:"Helpers for test of the smart rollup wasm functionality" ~deps: @@ -4402,7 +4443,8 @@ let octez_scoru_wasm_tests_helpers = let octez_scoru_wasm_benchmark = octez_l2_lib - "octez_smart_rollup_wasm_benchmark_lib" + "smart_rollup_wasm_benchmark_lib" + ~internal_name:"octez_smart_rollup_wasm_benchmark_lib" ~path:"src/lib_scoru_wasm/bench" ~synopsis:"Smart Rollup WASM benchmark library" ~deps: @@ -5697,7 +5739,7 @@ let hash = Protocol.hash let octez_sc_rollup = only_if N.(number >= 016) @@ fun () -> octez_protocol_lib - "tezos-smart-rollup" + "smart-rollup" ~internal_name:(sf "tezos_smart_rollup_%s" name_dash) ~path:(path // "lib_sc_rollup") ~synopsis: @@ -5709,7 +5751,7 @@ let hash = Protocol.hash let plugin = only_if (N.(number >= 007) && not_overridden) @@ fun () -> octez_protocol_lib - "tezos-protocol-plugin" + "plugin" ~internal_name:(sf "tezos_protocol_plugin_%s" name_dash) ~path:(path // "lib_plugin") ~synopsis:"Protocol plugin" @@ -5728,7 +5770,7 @@ let hash = Protocol.hash let plugin_registerer = opt_map plugin @@ fun plugin -> octez_protocol_lib - "tezos-protocol-plugin-registerer" + "plugin-registerer" ~internal_name:(sf "tezos_protocol_plugin_%s_registerer" name_dash) ~path:(path // "lib_plugin") ~synopsis:"Protocol plugin registerer" @@ -5747,7 +5789,7 @@ let hash = Protocol.hash let client = only_if not_overridden @@ fun () -> octez_protocol_lib - "tezos-client" + "client" ~internal_name:(sf "tezos_client_%s" name_dash) ~path:(path // "lib_client") ~synopsis:"Protocol specific library for `tezos-client`" @@ -5779,7 +5821,7 @@ let hash = Protocol.hash let test_helpers = only_if active @@ fun () -> octez_protocol_lib - "tezos-test-helpers" + "test-helpers" ~path: (if active then path // "lib_protocol/test/helpers" else path // "lib_protocol") @@ -5864,7 +5906,7 @@ let hash = Protocol.hash let client_commands = only_if (N.(number >= 001) && not_overridden) @@ fun () -> octez_protocol_lib - "tezos-client.commands" + "client.commands" ~internal_name:(sf "tezos_client_%s_commands" name_dash) ~path:(path // "lib_client_commands") ~deps: @@ -5899,7 +5941,7 @@ let hash = Protocol.hash let client_sapling = only_if (N.(number >= 011) && not_overridden) @@ fun () -> octez_protocol_lib - "tezos-client.sapling" + "client.sapling" ~internal_name:(sf "tezos_client_sapling_%s" name_underscore) ~path:(path // "lib_client_sapling") ~deps: @@ -5921,7 +5963,7 @@ let hash = Protocol.hash let client_commands_registration = only_if (N.(number >= 001) && not_overridden) @@ fun () -> octez_protocol_lib - "tezos-client.commands-registration" + "client.commands-registration" ~internal_name:(sf "tezos_client_%s_commands_registration" name_dash) ~path:(path // "lib_client_commands") ~deps: @@ -5951,7 +5993,7 @@ let hash = Protocol.hash let baking = only_if active @@ fun () -> octez_protocol_lib - "tezos-baking" + "baking" ~internal_name:("tezos_baking_" ^ name_dash) ~path:(path // "lib_delegate") ~synopsis: @@ -5995,7 +6037,7 @@ let hash = Protocol.hash let tenderbrute = only_if (active && N.(number >= 013)) @@ fun () -> octez_protocol_lib - "tezos-baking.tenderbrute" + "baking.tenderbrute" ~internal_name:(sf "tenderbrute_%s" name_underscore) ~path:(path // "lib_delegate/test/tenderbrute/lib") ~deps: @@ -6037,7 +6079,7 @@ let hash = Protocol.hash let mockup_simulator = only_if N.(number >= 012) @@ fun () -> octez_protocol_lib - "tezos-bakings.mockup-simulator" + "bakings.mockup-simulator" ~internal_name:(sf "tezos_%s_mockup_simulator" name_underscore) ~path:(path // "lib_delegate/test/mockup_simulator") ~deps: @@ -6086,7 +6128,7 @@ let hash = Protocol.hash let baking_commands = only_if active @@ fun () -> octez_protocol_lib - "tezos-baking-commands" + "baking-commands" ~internal_name:(sf "tezos_baking_%s_commands" name_dash) ~path:(path // "lib_delegate") ~synopsis:"Protocol-specific commands for baking" @@ -6116,7 +6158,7 @@ let hash = Protocol.hash let baking_commands_registration = only_if active @@ fun () -> octez_protocol_lib - "tezos-baking-commands.registration" + "baking-commands.registration" ~internal_name:(sf "tezos_baking_%s_commands_registration" name_dash) ~path:(path // "lib_delegate") ~deps: @@ -6167,7 +6209,7 @@ let hash = Protocol.hash let layer2_utils = only_if N.(number >= 016) @@ fun () -> octez_protocol_lib - "tezos-layer2-utils" + "layer2-utils" ~internal_name:(sf "tezos_layer2_utils_%s" name_dash) ~path:(path // "lib_layer2_utils") ~synopsis:"Protocol specific library for Layer 2 utils" @@ -6183,7 +6225,7 @@ let hash = Protocol.hash let injector = only_if (active && N.(number >= 013 && number <= 015)) @@ fun () -> octez_protocol_lib - "tezos-injector" + "injector" ~internal_name:(sf "tezos_injector_%s" name_dash) ~path:(path // "lib_injector") ~synopsis:"Protocol specific library building injectors" @@ -6209,7 +6251,7 @@ let hash = Protocol.hash let dal = only_if (active && N.(number >= 016)) @@ fun () -> octez_protocol_lib - "tezos-dal" + "dal" ~internal_name:(sf "tezos_dal_%s" name_dash) ~path:(path // "lib_dal") ~synopsis:"Protocol specific library for the Data availability Layer" @@ -6261,7 +6303,7 @@ let hash = Protocol.hash plugin cannot be resolved. *) only_if (active && N.(number >= 017)) @@ fun () -> octez_protocol_lib - "tezos-dac" + "dac" ~internal_name:(sf "tezos_dac_%s" name_dash) ~path:(path // "lib_dac_plugin") ~synopsis: @@ -6308,7 +6350,7 @@ let hash = Protocol.hash let octez_sc_rollup_layer2 = only_if N.(number >= 016) @@ fun () -> octez_protocol_lib - "tezos-smart-rollup-layer2" + "smart-rollup-layer2" ~internal_name:(sf "tezos_smart_rollup_layer2_%s" name_dash) ~path:(path // "lib_sc_rollup_layer2") ~synopsis:"Protocol specific library for `tezos-smart-rollup`" @@ -6482,7 +6524,7 @@ let hash = Protocol.hash let tx_rollup = only_if (active && N.(number >= 013 && number <= 015)) @@ fun () -> octez_protocol_lib - "tezos-tx-rollup" + "tx-rollup" ~internal_name:(sf "tezos_tx_rollup_%s" name_dash) ~path:(path // "lib_tx_rollup") ~synopsis:"Protocol specific library for `tezos-tx-rollup`" diff --git a/manifest/manifest.ml b/manifest/manifest.ml index c6ae9cfbf67427828e69e752f46e1c152757fdaa..2d9e9283d309be12255a0637d796cdf9eeb30ada 100644 --- a/manifest/manifest.ml +++ b/manifest/manifest.ml @@ -2166,15 +2166,13 @@ module Sub_lib = struct let make_container () = ref [] - let make_documentation ~package ~public_name ~internal_name ~name ~synopsis = - function + let make_documentation ~package ~public_name ~name ~synopsis = function | Some docs when not (docs = Dune.[[S "package"; S package]]) -> {name; synopsis; documentation_type = Page} | _ -> (* In the case that the documentation stanza is only a package declaration, we don't want the page to be used *) - if String.contains (Option.value ~default:public_name internal_name) '.' - then + if String.contains public_name '.' then { name = String.capitalize_ascii name; synopsis; @@ -2284,13 +2282,7 @@ module Sub_lib = struct s in let registered = - make_documentation - ~package - ~public_name - ~internal_name - ~name - ~synopsis - documentation + make_documentation ~package ~public_name ~name ~synopsis documentation in if List.exists diff --git a/src/bin_client/dune b/src/bin_client/dune index 84a1d52bbcfd2ba4c404dfcc160ae3eadd0ca185..ba59c64cdd4fe76976457fccaa53a3b82f17d8b7 100644 --- a/src/bin_client/dune +++ b/src/bin_client/dune @@ -12,13 +12,13 @@ octez-libs.tezos-clic octez-libs.tezos-rpc-http-client octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-client-commands - octez-shell-libs.tezos-mockup-commands - octez-shell-libs.tezos-proxy - octez-shell-libs.tezos-client-base-unix - octez-shell-libs.tezos-signer-backends.unix + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-shell-libs.client-commands + octez-shell-libs.mockup-commands + octez-shell-libs.proxy + octez-shell-libs.client-base-unix + octez-shell-libs.signer-backends.unix uri (select void_for_linking-tezos-client-genesis from (tezos-client-genesis -> void_for_linking-tezos-client-genesis.empty) @@ -26,102 +26,102 @@ (select void_for_linking-tezos-client-demo-counter from (tezos-client-demo-counter -> void_for_linking-tezos-client-demo-counter.empty) (-> void_for_linking-tezos-client-demo-counter.empty)) - (select void_for_linking-octez-protocol-000-Ps9mPmXa-libs-tezos-client from - (octez-protocol-000-Ps9mPmXa-libs.tezos-client -> void_for_linking-octez-protocol-000-Ps9mPmXa-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-000-Ps9mPmXa-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-001-PtCJ7pwo-libs-tezos-client-commands-registration from - (octez-protocol-001-PtCJ7pwo-libs.tezos-client.commands-registration -> void_for_linking-octez-protocol-001-PtCJ7pwo-libs-tezos-client-commands-registration.empty) - (-> void_for_linking-octez-protocol-001-PtCJ7pwo-libs-tezos-client-commands-registration.empty)) - (select void_for_linking-octez-protocol-002-PsYLVpVv-libs-tezos-client-commands-registration from - (octez-protocol-002-PsYLVpVv-libs.tezos-client.commands-registration -> void_for_linking-octez-protocol-002-PsYLVpVv-libs-tezos-client-commands-registration.empty) - (-> void_for_linking-octez-protocol-002-PsYLVpVv-libs-tezos-client-commands-registration.empty)) - (select void_for_linking-octez-protocol-003-PsddFKi3-libs-tezos-client-commands-registration from - (octez-protocol-003-PsddFKi3-libs.tezos-client.commands-registration -> void_for_linking-octez-protocol-003-PsddFKi3-libs-tezos-client-commands-registration.empty) - (-> void_for_linking-octez-protocol-003-PsddFKi3-libs-tezos-client-commands-registration.empty)) - (select void_for_linking-octez-protocol-004-Pt24m4xi-libs-tezos-client-commands-registration from - (octez-protocol-004-Pt24m4xi-libs.tezos-client.commands-registration -> void_for_linking-octez-protocol-004-Pt24m4xi-libs-tezos-client-commands-registration.empty) - (-> void_for_linking-octez-protocol-004-Pt24m4xi-libs-tezos-client-commands-registration.empty)) - (select void_for_linking-octez-protocol-005-PsBabyM1-libs-tezos-client-commands-registration from - (octez-protocol-005-PsBabyM1-libs.tezos-client.commands-registration -> void_for_linking-octez-protocol-005-PsBabyM1-libs-tezos-client-commands-registration.empty) - (-> void_for_linking-octez-protocol-005-PsBabyM1-libs-tezos-client-commands-registration.empty)) - (select void_for_linking-octez-protocol-006-PsCARTHA-libs-tezos-client-commands-registration from - (octez-protocol-006-PsCARTHA-libs.tezos-client.commands-registration -> void_for_linking-octez-protocol-006-PsCARTHA-libs-tezos-client-commands-registration.empty) - (-> void_for_linking-octez-protocol-006-PsCARTHA-libs-tezos-client-commands-registration.empty)) - (select void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-client-commands-registration from - (octez-protocol-007-PsDELPH1-libs.tezos-client.commands-registration -> void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-client-commands-registration.empty) - (-> void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-client-commands-registration.empty)) - (select void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-protocol-plugin from - (octez-protocol-007-PsDELPH1-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-protocol-plugin.empty)) - (select void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-client-commands-registration from - (octez-protocol-008-PtEdo2Zk-libs.tezos-client.commands-registration -> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-client-commands-registration.empty) - (-> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-client-commands-registration.empty)) - (select void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-protocol-plugin from - (octez-protocol-008-PtEdo2Zk-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-protocol-plugin.empty)) - (select void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-client-commands-registration from - (octez-protocol-009-PsFLoren-libs.tezos-client.commands-registration -> void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-client-commands-registration.empty) - (-> void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-client-commands-registration.empty)) - (select void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-protocol-plugin from - (octez-protocol-009-PsFLoren-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-protocol-plugin.empty)) - (select void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-client-commands-registration from - (octez-protocol-010-PtGRANAD-libs.tezos-client.commands-registration -> void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-client-commands-registration.empty) - (-> void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-client-commands-registration.empty)) - (select void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-protocol-plugin from - (octez-protocol-010-PtGRANAD-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-protocol-plugin.empty)) - (select void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-client-commands-registration from - (octez-protocol-011-PtHangz2-libs.tezos-client.commands-registration -> void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-client-commands-registration.empty) - (-> void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-client-commands-registration.empty)) - (select void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-protocol-plugin from - (octez-protocol-011-PtHangz2-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-protocol-plugin.empty)) - (select void_for_linking-octez-protocol-012-Psithaca-libs-tezos-client-commands-registration from - (octez-protocol-012-Psithaca-libs.tezos-client.commands-registration -> void_for_linking-octez-protocol-012-Psithaca-libs-tezos-client-commands-registration.empty) - (-> void_for_linking-octez-protocol-012-Psithaca-libs-tezos-client-commands-registration.empty)) - (select void_for_linking-octez-protocol-012-Psithaca-libs-tezos-protocol-plugin from - (octez-protocol-012-Psithaca-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-012-Psithaca-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-012-Psithaca-libs-tezos-protocol-plugin.empty)) - (select void_for_linking-octez-protocol-013-PtJakart-libs-tezos-client-commands-registration from - (octez-protocol-013-PtJakart-libs.tezos-client.commands-registration -> void_for_linking-octez-protocol-013-PtJakart-libs-tezos-client-commands-registration.empty) - (-> void_for_linking-octez-protocol-013-PtJakart-libs-tezos-client-commands-registration.empty)) - (select void_for_linking-octez-protocol-013-PtJakart-libs-tezos-protocol-plugin from - (octez-protocol-013-PtJakart-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-013-PtJakart-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-013-PtJakart-libs-tezos-protocol-plugin.empty)) - (select void_for_linking-octez-protocol-014-PtKathma-libs-tezos-client-commands-registration from - (octez-protocol-014-PtKathma-libs.tezos-client.commands-registration -> void_for_linking-octez-protocol-014-PtKathma-libs-tezos-client-commands-registration.empty) - (-> void_for_linking-octez-protocol-014-PtKathma-libs-tezos-client-commands-registration.empty)) - (select void_for_linking-octez-protocol-014-PtKathma-libs-tezos-protocol-plugin from - (octez-protocol-014-PtKathma-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-014-PtKathma-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-014-PtKathma-libs-tezos-protocol-plugin.empty)) - (select void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-client-commands-registration from - (octez-protocol-015-PtLimaPt-libs.tezos-client.commands-registration -> void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-client-commands-registration.empty) - (-> void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-client-commands-registration.empty)) - (select void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-protocol-plugin from - (octez-protocol-015-PtLimaPt-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-protocol-plugin.empty)) - (select void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-client-commands-registration from - (octez-protocol-016-PtMumbai-libs.tezos-client.commands-registration -> void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-client-commands-registration.empty) - (-> void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-client-commands-registration.empty)) - (select void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-protocol-plugin from - (octez-protocol-016-PtMumbai-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-protocol-plugin.empty)) - octez-protocol-017-PtNairob-libs.tezos-client.commands-registration - octez-protocol-017-PtNairob-libs.tezos-baking-commands.registration - octez-protocol-017-PtNairob-libs.tezos-protocol-plugin - octez-protocol-018-Proxford-libs.tezos-client.commands-registration - octez-protocol-018-Proxford-libs.tezos-baking-commands.registration - octez-protocol-018-Proxford-libs.tezos-protocol-plugin - (select void_for_linking-octez-protocol-alpha-libs-tezos-client-commands-registration from - (octez-protocol-alpha-libs.tezos-client.commands-registration -> void_for_linking-octez-protocol-alpha-libs-tezos-client-commands-registration.empty) - (-> void_for_linking-octez-protocol-alpha-libs-tezos-client-commands-registration.empty)) - (select void_for_linking-octez-protocol-alpha-libs-tezos-baking-commands-registration from - (octez-protocol-alpha-libs.tezos-baking-commands.registration -> void_for_linking-octez-protocol-alpha-libs-tezos-baking-commands-registration.empty) - (-> void_for_linking-octez-protocol-alpha-libs-tezos-baking-commands-registration.empty)) - (select void_for_linking-octez-protocol-alpha-libs-tezos-protocol-plugin from - (octez-protocol-alpha-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-alpha-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-alpha-libs-tezos-protocol-plugin.empty))) + (select void_for_linking-octez-protocol-000-Ps9mPmXa-libs-client from + (octez-protocol-000-Ps9mPmXa-libs.client -> void_for_linking-octez-protocol-000-Ps9mPmXa-libs-client.empty) + (-> void_for_linking-octez-protocol-000-Ps9mPmXa-libs-client.empty)) + (select void_for_linking-octez-protocol-001-PtCJ7pwo-libs-client-commands-registration from + (octez-protocol-001-PtCJ7pwo-libs.client.commands-registration -> void_for_linking-octez-protocol-001-PtCJ7pwo-libs-client-commands-registration.empty) + (-> void_for_linking-octez-protocol-001-PtCJ7pwo-libs-client-commands-registration.empty)) + (select void_for_linking-octez-protocol-002-PsYLVpVv-libs-client-commands-registration from + (octez-protocol-002-PsYLVpVv-libs.client.commands-registration -> void_for_linking-octez-protocol-002-PsYLVpVv-libs-client-commands-registration.empty) + (-> void_for_linking-octez-protocol-002-PsYLVpVv-libs-client-commands-registration.empty)) + (select void_for_linking-octez-protocol-003-PsddFKi3-libs-client-commands-registration from + (octez-protocol-003-PsddFKi3-libs.client.commands-registration -> void_for_linking-octez-protocol-003-PsddFKi3-libs-client-commands-registration.empty) + (-> void_for_linking-octez-protocol-003-PsddFKi3-libs-client-commands-registration.empty)) + (select void_for_linking-octez-protocol-004-Pt24m4xi-libs-client-commands-registration from + (octez-protocol-004-Pt24m4xi-libs.client.commands-registration -> void_for_linking-octez-protocol-004-Pt24m4xi-libs-client-commands-registration.empty) + (-> void_for_linking-octez-protocol-004-Pt24m4xi-libs-client-commands-registration.empty)) + (select void_for_linking-octez-protocol-005-PsBabyM1-libs-client-commands-registration from + (octez-protocol-005-PsBabyM1-libs.client.commands-registration -> void_for_linking-octez-protocol-005-PsBabyM1-libs-client-commands-registration.empty) + (-> void_for_linking-octez-protocol-005-PsBabyM1-libs-client-commands-registration.empty)) + (select void_for_linking-octez-protocol-006-PsCARTHA-libs-client-commands-registration from + (octez-protocol-006-PsCARTHA-libs.client.commands-registration -> void_for_linking-octez-protocol-006-PsCARTHA-libs-client-commands-registration.empty) + (-> void_for_linking-octez-protocol-006-PsCARTHA-libs-client-commands-registration.empty)) + (select void_for_linking-octez-protocol-007-PsDELPH1-libs-client-commands-registration from + (octez-protocol-007-PsDELPH1-libs.client.commands-registration -> void_for_linking-octez-protocol-007-PsDELPH1-libs-client-commands-registration.empty) + (-> void_for_linking-octez-protocol-007-PsDELPH1-libs-client-commands-registration.empty)) + (select void_for_linking-octez-protocol-007-PsDELPH1-libs-plugin from + (octez-protocol-007-PsDELPH1-libs.plugin -> void_for_linking-octez-protocol-007-PsDELPH1-libs-plugin.empty) + (-> void_for_linking-octez-protocol-007-PsDELPH1-libs-plugin.empty)) + (select void_for_linking-octez-protocol-008-PtEdo2Zk-libs-client-commands-registration from + (octez-protocol-008-PtEdo2Zk-libs.client.commands-registration -> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-client-commands-registration.empty) + (-> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-client-commands-registration.empty)) + (select void_for_linking-octez-protocol-008-PtEdo2Zk-libs-plugin from + (octez-protocol-008-PtEdo2Zk-libs.plugin -> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-plugin.empty) + (-> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-plugin.empty)) + (select void_for_linking-octez-protocol-009-PsFLoren-libs-client-commands-registration from + (octez-protocol-009-PsFLoren-libs.client.commands-registration -> void_for_linking-octez-protocol-009-PsFLoren-libs-client-commands-registration.empty) + (-> void_for_linking-octez-protocol-009-PsFLoren-libs-client-commands-registration.empty)) + (select void_for_linking-octez-protocol-009-PsFLoren-libs-plugin from + (octez-protocol-009-PsFLoren-libs.plugin -> void_for_linking-octez-protocol-009-PsFLoren-libs-plugin.empty) + (-> void_for_linking-octez-protocol-009-PsFLoren-libs-plugin.empty)) + (select void_for_linking-octez-protocol-010-PtGRANAD-libs-client-commands-registration from + (octez-protocol-010-PtGRANAD-libs.client.commands-registration -> void_for_linking-octez-protocol-010-PtGRANAD-libs-client-commands-registration.empty) + (-> void_for_linking-octez-protocol-010-PtGRANAD-libs-client-commands-registration.empty)) + (select void_for_linking-octez-protocol-010-PtGRANAD-libs-plugin from + (octez-protocol-010-PtGRANAD-libs.plugin -> void_for_linking-octez-protocol-010-PtGRANAD-libs-plugin.empty) + (-> void_for_linking-octez-protocol-010-PtGRANAD-libs-plugin.empty)) + (select void_for_linking-octez-protocol-011-PtHangz2-libs-client-commands-registration from + (octez-protocol-011-PtHangz2-libs.client.commands-registration -> void_for_linking-octez-protocol-011-PtHangz2-libs-client-commands-registration.empty) + (-> void_for_linking-octez-protocol-011-PtHangz2-libs-client-commands-registration.empty)) + (select void_for_linking-octez-protocol-011-PtHangz2-libs-plugin from + (octez-protocol-011-PtHangz2-libs.plugin -> void_for_linking-octez-protocol-011-PtHangz2-libs-plugin.empty) + (-> void_for_linking-octez-protocol-011-PtHangz2-libs-plugin.empty)) + (select void_for_linking-octez-protocol-012-Psithaca-libs-client-commands-registration from + (octez-protocol-012-Psithaca-libs.client.commands-registration -> void_for_linking-octez-protocol-012-Psithaca-libs-client-commands-registration.empty) + (-> void_for_linking-octez-protocol-012-Psithaca-libs-client-commands-registration.empty)) + (select void_for_linking-octez-protocol-012-Psithaca-libs-plugin from + (octez-protocol-012-Psithaca-libs.plugin -> void_for_linking-octez-protocol-012-Psithaca-libs-plugin.empty) + (-> void_for_linking-octez-protocol-012-Psithaca-libs-plugin.empty)) + (select void_for_linking-octez-protocol-013-PtJakart-libs-client-commands-registration from + (octez-protocol-013-PtJakart-libs.client.commands-registration -> void_for_linking-octez-protocol-013-PtJakart-libs-client-commands-registration.empty) + (-> void_for_linking-octez-protocol-013-PtJakart-libs-client-commands-registration.empty)) + (select void_for_linking-octez-protocol-013-PtJakart-libs-plugin from + (octez-protocol-013-PtJakart-libs.plugin -> void_for_linking-octez-protocol-013-PtJakart-libs-plugin.empty) + (-> void_for_linking-octez-protocol-013-PtJakart-libs-plugin.empty)) + (select void_for_linking-octez-protocol-014-PtKathma-libs-client-commands-registration from + (octez-protocol-014-PtKathma-libs.client.commands-registration -> void_for_linking-octez-protocol-014-PtKathma-libs-client-commands-registration.empty) + (-> void_for_linking-octez-protocol-014-PtKathma-libs-client-commands-registration.empty)) + (select void_for_linking-octez-protocol-014-PtKathma-libs-plugin from + (octez-protocol-014-PtKathma-libs.plugin -> void_for_linking-octez-protocol-014-PtKathma-libs-plugin.empty) + (-> void_for_linking-octez-protocol-014-PtKathma-libs-plugin.empty)) + (select void_for_linking-octez-protocol-015-PtLimaPt-libs-client-commands-registration from + (octez-protocol-015-PtLimaPt-libs.client.commands-registration -> void_for_linking-octez-protocol-015-PtLimaPt-libs-client-commands-registration.empty) + (-> void_for_linking-octez-protocol-015-PtLimaPt-libs-client-commands-registration.empty)) + (select void_for_linking-octez-protocol-015-PtLimaPt-libs-plugin from + (octez-protocol-015-PtLimaPt-libs.plugin -> void_for_linking-octez-protocol-015-PtLimaPt-libs-plugin.empty) + (-> void_for_linking-octez-protocol-015-PtLimaPt-libs-plugin.empty)) + (select void_for_linking-octez-protocol-016-PtMumbai-libs-client-commands-registration from + (octez-protocol-016-PtMumbai-libs.client.commands-registration -> void_for_linking-octez-protocol-016-PtMumbai-libs-client-commands-registration.empty) + (-> void_for_linking-octez-protocol-016-PtMumbai-libs-client-commands-registration.empty)) + (select void_for_linking-octez-protocol-016-PtMumbai-libs-plugin from + (octez-protocol-016-PtMumbai-libs.plugin -> void_for_linking-octez-protocol-016-PtMumbai-libs-plugin.empty) + (-> void_for_linking-octez-protocol-016-PtMumbai-libs-plugin.empty)) + octez-protocol-017-PtNairob-libs.client.commands-registration + octez-protocol-017-PtNairob-libs.baking-commands.registration + octez-protocol-017-PtNairob-libs.plugin + octez-protocol-018-Proxford-libs.client.commands-registration + octez-protocol-018-Proxford-libs.baking-commands.registration + octez-protocol-018-Proxford-libs.plugin + (select void_for_linking-octez-protocol-alpha-libs-client-commands-registration from + (octez-protocol-alpha-libs.client.commands-registration -> void_for_linking-octez-protocol-alpha-libs-client-commands-registration.empty) + (-> void_for_linking-octez-protocol-alpha-libs-client-commands-registration.empty)) + (select void_for_linking-octez-protocol-alpha-libs-baking-commands-registration from + (octez-protocol-alpha-libs.baking-commands.registration -> void_for_linking-octez-protocol-alpha-libs-baking-commands-registration.empty) + (-> void_for_linking-octez-protocol-alpha-libs-baking-commands-registration.empty)) + (select void_for_linking-octez-protocol-alpha-libs-plugin from + (octez-protocol-alpha-libs.plugin -> void_for_linking-octez-protocol-alpha-libs-plugin.empty) + (-> void_for_linking-octez-protocol-alpha-libs-plugin.empty))) (link_flags (:standard) (:include %{workspace_root}/static-link-flags.sexp) @@ -143,36 +143,36 @@ (progn (write-file void_for_linking-tezos-client-genesis.empty "") (write-file void_for_linking-tezos-client-demo-counter.empty "") - (write-file void_for_linking-octez-protocol-000-Ps9mPmXa-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-001-PtCJ7pwo-libs-tezos-client-commands-registration.empty "") - (write-file void_for_linking-octez-protocol-002-PsYLVpVv-libs-tezos-client-commands-registration.empty "") - (write-file void_for_linking-octez-protocol-003-PsddFKi3-libs-tezos-client-commands-registration.empty "") - (write-file void_for_linking-octez-protocol-004-Pt24m4xi-libs-tezos-client-commands-registration.empty "") - (write-file void_for_linking-octez-protocol-005-PsBabyM1-libs-tezos-client-commands-registration.empty "") - (write-file void_for_linking-octez-protocol-006-PsCARTHA-libs-tezos-client-commands-registration.empty "") - (write-file void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-client-commands-registration.empty "") - (write-file void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-client-commands-registration.empty "") - (write-file void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-client-commands-registration.empty "") - (write-file void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-client-commands-registration.empty "") - (write-file void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-client-commands-registration.empty "") - (write-file void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-012-Psithaca-libs-tezos-client-commands-registration.empty "") - (write-file void_for_linking-octez-protocol-012-Psithaca-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-013-PtJakart-libs-tezos-client-commands-registration.empty "") - (write-file void_for_linking-octez-protocol-013-PtJakart-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-014-PtKathma-libs-tezos-client-commands-registration.empty "") - (write-file void_for_linking-octez-protocol-014-PtKathma-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-client-commands-registration.empty "") - (write-file void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-client-commands-registration.empty "") - (write-file void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-alpha-libs-tezos-client-commands-registration.empty "") - (write-file void_for_linking-octez-protocol-alpha-libs-tezos-baking-commands-registration.empty "") - (write-file void_for_linking-octez-protocol-alpha-libs-tezos-protocol-plugin.empty "")))) + (write-file void_for_linking-octez-protocol-000-Ps9mPmXa-libs-client.empty "") + (write-file void_for_linking-octez-protocol-001-PtCJ7pwo-libs-client-commands-registration.empty "") + (write-file void_for_linking-octez-protocol-002-PsYLVpVv-libs-client-commands-registration.empty "") + (write-file void_for_linking-octez-protocol-003-PsddFKi3-libs-client-commands-registration.empty "") + (write-file void_for_linking-octez-protocol-004-Pt24m4xi-libs-client-commands-registration.empty "") + (write-file void_for_linking-octez-protocol-005-PsBabyM1-libs-client-commands-registration.empty "") + (write-file void_for_linking-octez-protocol-006-PsCARTHA-libs-client-commands-registration.empty "") + (write-file void_for_linking-octez-protocol-007-PsDELPH1-libs-client-commands-registration.empty "") + (write-file void_for_linking-octez-protocol-007-PsDELPH1-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-008-PtEdo2Zk-libs-client-commands-registration.empty "") + (write-file void_for_linking-octez-protocol-008-PtEdo2Zk-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-009-PsFLoren-libs-client-commands-registration.empty "") + (write-file void_for_linking-octez-protocol-009-PsFLoren-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-010-PtGRANAD-libs-client-commands-registration.empty "") + (write-file void_for_linking-octez-protocol-010-PtGRANAD-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-011-PtHangz2-libs-client-commands-registration.empty "") + (write-file void_for_linking-octez-protocol-011-PtHangz2-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-012-Psithaca-libs-client-commands-registration.empty "") + (write-file void_for_linking-octez-protocol-012-Psithaca-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-013-PtJakart-libs-client-commands-registration.empty "") + (write-file void_for_linking-octez-protocol-013-PtJakart-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-014-PtKathma-libs-client-commands-registration.empty "") + (write-file void_for_linking-octez-protocol-014-PtKathma-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-015-PtLimaPt-libs-client-commands-registration.empty "") + (write-file void_for_linking-octez-protocol-015-PtLimaPt-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-016-PtMumbai-libs-client-commands-registration.empty "") + (write-file void_for_linking-octez-protocol-016-PtMumbai-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-alpha-libs-client-commands-registration.empty "") + (write-file void_for_linking-octez-protocol-alpha-libs-baking-commands-registration.empty "") + (write-file void_for_linking-octez-protocol-alpha-libs-plugin.empty "")))) (install (package octez-client) diff --git a/src/bin_codec/dune b/src/bin_codec/dune index 876fb3248f539d7031d56959a7705a5233623001..3f96218b28842b8c143e1e10e331b5dcd5784622 100644 --- a/src/bin_codec/dune +++ b/src/bin_codec/dune @@ -10,58 +10,58 @@ data-encoding octez-libs.tezos-base octez-libs.tezos-base.unix - octez-shell-libs.tezos-client-base-unix - octez-shell-libs.tezos-client-base + octez-shell-libs.client-base-unix + octez-shell-libs.client-base octez-libs.tezos-clic octez-libs.tezos-stdlib-unix octez-libs.tezos-event-logging - octez-shell-libs.tezos-signer-services + octez-shell-libs.signer-services tezos-version.value - (select void_for_linking-octez-protocol-005-PsBabyM1-libs-tezos-client from - (octez-protocol-005-PsBabyM1-libs.tezos-client -> void_for_linking-octez-protocol-005-PsBabyM1-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-005-PsBabyM1-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-006-PsCARTHA-libs-tezos-client from - (octez-protocol-006-PsCARTHA-libs.tezos-client -> void_for_linking-octez-protocol-006-PsCARTHA-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-006-PsCARTHA-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-client from - (octez-protocol-007-PsDELPH1-libs.tezos-client -> void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-client from - (octez-protocol-008-PtEdo2Zk-libs.tezos-client -> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-client from - (octez-protocol-009-PsFLoren-libs.tezos-client -> void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-client from - (octez-protocol-010-PtGRANAD-libs.tezos-client -> void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-client from - (octez-protocol-011-PtHangz2-libs.tezos-client -> void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-012-Psithaca-libs-tezos-client from - (octez-protocol-012-Psithaca-libs.tezos-client -> void_for_linking-octez-protocol-012-Psithaca-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-012-Psithaca-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-013-PtJakart-libs-tezos-client from - (octez-protocol-013-PtJakart-libs.tezos-client -> void_for_linking-octez-protocol-013-PtJakart-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-013-PtJakart-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-014-PtKathma-libs-tezos-client from - (octez-protocol-014-PtKathma-libs.tezos-client -> void_for_linking-octez-protocol-014-PtKathma-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-014-PtKathma-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-client from - (octez-protocol-015-PtLimaPt-libs.tezos-client -> void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-client from - (octez-protocol-016-PtMumbai-libs.tezos-client -> void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-017-PtNairob-libs-tezos-client from - (octez-protocol-017-PtNairob-libs.tezos-client -> void_for_linking-octez-protocol-017-PtNairob-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-017-PtNairob-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-018-Proxford-libs-tezos-client from - (octez-protocol-018-Proxford-libs.tezos-client -> void_for_linking-octez-protocol-018-Proxford-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-018-Proxford-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-alpha-libs-tezos-client from - (octez-protocol-alpha-libs.tezos-client -> void_for_linking-octez-protocol-alpha-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-alpha-libs-tezos-client.empty))) + (select void_for_linking-octez-protocol-005-PsBabyM1-libs-client from + (octez-protocol-005-PsBabyM1-libs.client -> void_for_linking-octez-protocol-005-PsBabyM1-libs-client.empty) + (-> void_for_linking-octez-protocol-005-PsBabyM1-libs-client.empty)) + (select void_for_linking-octez-protocol-006-PsCARTHA-libs-client from + (octez-protocol-006-PsCARTHA-libs.client -> void_for_linking-octez-protocol-006-PsCARTHA-libs-client.empty) + (-> void_for_linking-octez-protocol-006-PsCARTHA-libs-client.empty)) + (select void_for_linking-octez-protocol-007-PsDELPH1-libs-client from + (octez-protocol-007-PsDELPH1-libs.client -> void_for_linking-octez-protocol-007-PsDELPH1-libs-client.empty) + (-> void_for_linking-octez-protocol-007-PsDELPH1-libs-client.empty)) + (select void_for_linking-octez-protocol-008-PtEdo2Zk-libs-client from + (octez-protocol-008-PtEdo2Zk-libs.client -> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-client.empty) + (-> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-client.empty)) + (select void_for_linking-octez-protocol-009-PsFLoren-libs-client from + (octez-protocol-009-PsFLoren-libs.client -> void_for_linking-octez-protocol-009-PsFLoren-libs-client.empty) + (-> void_for_linking-octez-protocol-009-PsFLoren-libs-client.empty)) + (select void_for_linking-octez-protocol-010-PtGRANAD-libs-client from + (octez-protocol-010-PtGRANAD-libs.client -> void_for_linking-octez-protocol-010-PtGRANAD-libs-client.empty) + (-> void_for_linking-octez-protocol-010-PtGRANAD-libs-client.empty)) + (select void_for_linking-octez-protocol-011-PtHangz2-libs-client from + (octez-protocol-011-PtHangz2-libs.client -> void_for_linking-octez-protocol-011-PtHangz2-libs-client.empty) + (-> void_for_linking-octez-protocol-011-PtHangz2-libs-client.empty)) + (select void_for_linking-octez-protocol-012-Psithaca-libs-client from + (octez-protocol-012-Psithaca-libs.client -> void_for_linking-octez-protocol-012-Psithaca-libs-client.empty) + (-> void_for_linking-octez-protocol-012-Psithaca-libs-client.empty)) + (select void_for_linking-octez-protocol-013-PtJakart-libs-client from + (octez-protocol-013-PtJakart-libs.client -> void_for_linking-octez-protocol-013-PtJakart-libs-client.empty) + (-> void_for_linking-octez-protocol-013-PtJakart-libs-client.empty)) + (select void_for_linking-octez-protocol-014-PtKathma-libs-client from + (octez-protocol-014-PtKathma-libs.client -> void_for_linking-octez-protocol-014-PtKathma-libs-client.empty) + (-> void_for_linking-octez-protocol-014-PtKathma-libs-client.empty)) + (select void_for_linking-octez-protocol-015-PtLimaPt-libs-client from + (octez-protocol-015-PtLimaPt-libs.client -> void_for_linking-octez-protocol-015-PtLimaPt-libs-client.empty) + (-> void_for_linking-octez-protocol-015-PtLimaPt-libs-client.empty)) + (select void_for_linking-octez-protocol-016-PtMumbai-libs-client from + (octez-protocol-016-PtMumbai-libs.client -> void_for_linking-octez-protocol-016-PtMumbai-libs-client.empty) + (-> void_for_linking-octez-protocol-016-PtMumbai-libs-client.empty)) + (select void_for_linking-octez-protocol-017-PtNairob-libs-client from + (octez-protocol-017-PtNairob-libs.client -> void_for_linking-octez-protocol-017-PtNairob-libs-client.empty) + (-> void_for_linking-octez-protocol-017-PtNairob-libs-client.empty)) + (select void_for_linking-octez-protocol-018-Proxford-libs-client from + (octez-protocol-018-Proxford-libs.client -> void_for_linking-octez-protocol-018-Proxford-libs-client.empty) + (-> void_for_linking-octez-protocol-018-Proxford-libs-client.empty)) + (select void_for_linking-octez-protocol-alpha-libs-client from + (octez-protocol-alpha-libs.client -> void_for_linking-octez-protocol-alpha-libs-client.empty) + (-> void_for_linking-octez-protocol-alpha-libs-client.empty))) (link_flags (:standard) (:include %{workspace_root}/static-link-flags.sexp) @@ -79,18 +79,18 @@ (rule (action (progn - (write-file void_for_linking-octez-protocol-005-PsBabyM1-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-006-PsCARTHA-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-012-Psithaca-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-013-PtJakart-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-014-PtKathma-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-017-PtNairob-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-018-Proxford-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-alpha-libs-tezos-client.empty "")))) + (write-file void_for_linking-octez-protocol-005-PsBabyM1-libs-client.empty "") + (write-file void_for_linking-octez-protocol-006-PsCARTHA-libs-client.empty "") + (write-file void_for_linking-octez-protocol-007-PsDELPH1-libs-client.empty "") + (write-file void_for_linking-octez-protocol-008-PtEdo2Zk-libs-client.empty "") + (write-file void_for_linking-octez-protocol-009-PsFLoren-libs-client.empty "") + (write-file void_for_linking-octez-protocol-010-PtGRANAD-libs-client.empty "") + (write-file void_for_linking-octez-protocol-011-PtHangz2-libs-client.empty "") + (write-file void_for_linking-octez-protocol-012-Psithaca-libs-client.empty "") + (write-file void_for_linking-octez-protocol-013-PtJakart-libs-client.empty "") + (write-file void_for_linking-octez-protocol-014-PtKathma-libs-client.empty "") + (write-file void_for_linking-octez-protocol-015-PtLimaPt-libs-client.empty "") + (write-file void_for_linking-octez-protocol-016-PtMumbai-libs-client.empty "") + (write-file void_for_linking-octez-protocol-017-PtNairob-libs-client.empty "") + (write-file void_for_linking-octez-protocol-018-Proxford-libs-client.empty "") + (write-file void_for_linking-octez-protocol-alpha-libs-client.empty "")))) diff --git a/src/bin_dac_client/dune b/src/bin_dac_client/dune index 0fd37c68672d60964f1064a1a5eb708efc554882..250bbac7444a42996f37a3a2ef49533f8729327c 100644 --- a/src/bin_dac_client/dune +++ b/src/bin_dac_client/dune @@ -10,18 +10,18 @@ octez-libs.tezos-base octez-libs.tezos-base.unix octez-libs.tezos-clic - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-client-base-unix - octez-shell-libs.tezos-client-commands + octez-shell-libs.client-base + octez-shell-libs.client-base-unix + octez-shell-libs.client-commands octez-libs.tezos-stdlib-unix octez-libs.tezos-stdlib tezos-dac-lib tezos-dac-client-lib - octez-protocol-017-PtNairob-libs.tezos-dac - octez-protocol-018-Proxford-libs.tezos-dac - (select void_for_linking-octez-protocol-alpha-libs-tezos-dac from - (octez-protocol-alpha-libs.tezos-dac -> void_for_linking-octez-protocol-alpha-libs-tezos-dac.empty) - (-> void_for_linking-octez-protocol-alpha-libs-tezos-dac.empty))) + octez-protocol-017-PtNairob-libs.dac + octez-protocol-018-Proxford-libs.dac + (select void_for_linking-octez-protocol-alpha-libs-dac from + (octez-protocol-alpha-libs.dac -> void_for_linking-octez-protocol-alpha-libs-dac.empty) + (-> void_for_linking-octez-protocol-alpha-libs-dac.empty))) (link_flags (:standard) (:include %{workspace_root}/static-link-flags.sexp) @@ -39,5 +39,4 @@ (rule (action - (progn - (write-file void_for_linking-octez-protocol-alpha-libs-tezos-dac.empty "")))) + (progn (write-file void_for_linking-octez-protocol-alpha-libs-dac.empty "")))) diff --git a/src/bin_dac_node/dune b/src/bin_dac_node/dune index eb26d59fa583419a552a167ae29295b1d9d3d2cf..8ee726dc641ae59f5f7d512701772c804173eede 100644 --- a/src/bin_dac_node/dune +++ b/src/bin_dac_node/dune @@ -10,26 +10,26 @@ octez-libs.tezos-base octez-libs.tezos-base.unix octez-libs.tezos-clic - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-client-base-unix - octez-shell-libs.tezos-client-commands + octez-shell-libs.client-base + octez-shell-libs.client-base-unix + octez-shell-libs.client-commands octez-libs.tezos-rpc-http octez-libs.tezos-rpc-http-server - octez-shell-libs.tezos-protocol-updater + octez-shell-libs.protocol-updater octez-libs.tezos-rpc-http-client-unix octez-libs.tezos-stdlib-unix octez-libs.tezos-stdlib tezos-dac-lib tezos_dac_node_lib - octez-l2-libs.tezos_layer2_store + octez-l2-libs.layer2_store irmin-pack irmin-pack.unix irmin - octez-protocol-017-PtNairob-libs.tezos-dac - octez-protocol-018-Proxford-libs.tezos-dac - (select void_for_linking-octez-protocol-alpha-libs-tezos-dac from - (octez-protocol-alpha-libs.tezos-dac -> void_for_linking-octez-protocol-alpha-libs-tezos-dac.empty) - (-> void_for_linking-octez-protocol-alpha-libs-tezos-dac.empty))) + octez-protocol-017-PtNairob-libs.dac + octez-protocol-018-Proxford-libs.dac + (select void_for_linking-octez-protocol-alpha-libs-dac from + (octez-protocol-alpha-libs.dac -> void_for_linking-octez-protocol-alpha-libs-dac.empty) + (-> void_for_linking-octez-protocol-alpha-libs-dac.empty))) (link_flags (:standard) (:include %{workspace_root}/static-link-flags.sexp) @@ -49,5 +49,4 @@ (rule (action - (progn - (write-file void_for_linking-octez-protocol-alpha-libs-tezos-dac.empty "")))) + (progn (write-file void_for_linking-octez-protocol-alpha-libs-dac.empty "")))) diff --git a/src/bin_dal_node/dune b/src/bin_dal_node/dune index 320e81e80a4af7d32356e0a20772ace242a76ce9..d59fd17ae246d8c505b102ff0a284b654f10dd30 100644 --- a/src/bin_dal_node/dune +++ b/src/bin_dal_node/dune @@ -11,37 +11,37 @@ octez-libs.tezos-base.unix octez-libs.tezos-version cmdliner - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-client-base-unix - octez-shell-libs.tezos-client-commands + octez-shell-libs.client-base + octez-shell-libs.client-base-unix + octez-shell-libs.client-commands octez-libs.tezos-rpc-http octez-libs.tezos-rpc-http-server - octez-shell-libs.tezos-protocol-updater + octez-shell-libs.protocol-updater octez-libs.tezos-rpc-http-client-unix octez-libs.tezos-stdlib-unix octez-libs.tezos-stdlib tezos-dal-node-lib tezos-dal-node-services - octez-l2-libs.tezos_layer2_store + octez-l2-libs.layer2_store octez-libs.tezos-crypto-dal - octez-shell-libs.tezos-store.unix - octez-shell-libs.tezos-store.shared + octez-shell-libs.store.unix + octez-shell-libs.store.shared octez-libs.tezos-gossipsub tezos-dal-node-lib.gossipsub - octez-shell-libs.tezos-p2p + octez-shell-libs.p2p octez-libs.tezos-p2p-services octez-libs.tezos-crypto octez-libs.tezos-base.p2p-identity-file - octez-shell-libs.tezos-shell-services + octez-shell-libs.shell-services irmin-pack irmin-pack.unix irmin prometheus-app - octez-protocol-017-PtNairob-libs.tezos-dal - octez-protocol-018-Proxford-libs.tezos-dal - (select void_for_linking-octez-protocol-alpha-libs-tezos-dal from - (octez-protocol-alpha-libs.tezos-dal -> void_for_linking-octez-protocol-alpha-libs-tezos-dal.empty) - (-> void_for_linking-octez-protocol-alpha-libs-tezos-dal.empty))) + octez-protocol-017-PtNairob-libs.dal + octez-protocol-018-Proxford-libs.dal + (select void_for_linking-octez-protocol-alpha-libs-dal from + (octez-protocol-alpha-libs.dal -> void_for_linking-octez-protocol-alpha-libs-dal.empty) + (-> void_for_linking-octez-protocol-alpha-libs-dal.empty))) (link_flags (:standard) (:include %{workspace_root}/static-link-flags.sexp) @@ -70,5 +70,4 @@ (rule (action - (progn - (write-file void_for_linking-octez-protocol-alpha-libs-tezos-dal.empty "")))) + (progn (write-file void_for_linking-octez-protocol-alpha-libs-dal.empty "")))) diff --git a/src/bin_node/dune b/src/bin_node/dune index 76371fc49afc129c2e558109e1a226e1472c7717..7a86e12cdb5e5b7b6829e5d20e46e7ee258e0136 100644 --- a/src/bin_node/dune +++ b/src/bin_node/dune @@ -13,19 +13,19 @@ tezos-version.value octez-node-config octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-shell-services + octez-shell-libs.shell-services octez-libs.tezos-rpc-http octez-libs.tezos-rpc-http-server - octez-shell-libs.tezos-p2p - octez-shell-libs.tezos-shell - octez-shell-libs.tezos-store - octez-shell-libs.tezos-store.unix-reconstruction - octez-shell-libs.tezos-store.unix-snapshots + octez-shell-libs.p2p + octez-shell-libs.shell + octez-shell-libs.store + octez-shell-libs.store.unix-reconstruction + octez-shell-libs.store.unix-snapshots octez-libs.tezos-context - octez-shell-libs.tezos-validation - octez-shell-libs.tezos-shell-context + octez-shell-libs.validation + octez-shell-libs.shell-context octez-libs.tezos-workers - octez-shell-libs.tezos-protocol-updater + octez-shell-libs.protocol-updater cmdliner fmt.cli fmt.tty @@ -68,76 +68,76 @@ (select void_for_linking-tezos-protocol-007-PsDELPH1-embedded-protocol from (tezos-protocol-007-PsDELPH1.embedded-protocol -> void_for_linking-tezos-protocol-007-PsDELPH1-embedded-protocol.empty) (-> void_for_linking-tezos-protocol-007-PsDELPH1-embedded-protocol.empty)) - (select void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-protocol-plugin-registerer from - (octez-protocol-007-PsDELPH1-libs.tezos-protocol-plugin-registerer -> void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-protocol-plugin-registerer.empty) - (-> void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-protocol-plugin-registerer.empty)) + (select void_for_linking-octez-protocol-007-PsDELPH1-libs-plugin-registerer from + (octez-protocol-007-PsDELPH1-libs.plugin-registerer -> void_for_linking-octez-protocol-007-PsDELPH1-libs-plugin-registerer.empty) + (-> void_for_linking-octez-protocol-007-PsDELPH1-libs-plugin-registerer.empty)) (select void_for_linking-tezos-protocol-008-PtEdoTez-embedded-protocol from (tezos-protocol-008-PtEdoTez.embedded-protocol -> void_for_linking-tezos-protocol-008-PtEdoTez-embedded-protocol.empty) (-> void_for_linking-tezos-protocol-008-PtEdoTez-embedded-protocol.empty)) (select void_for_linking-tezos-protocol-008-PtEdo2Zk-embedded-protocol from (tezos-protocol-008-PtEdo2Zk.embedded-protocol -> void_for_linking-tezos-protocol-008-PtEdo2Zk-embedded-protocol.empty) (-> void_for_linking-tezos-protocol-008-PtEdo2Zk-embedded-protocol.empty)) - (select void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-protocol-plugin-registerer from - (octez-protocol-008-PtEdo2Zk-libs.tezos-protocol-plugin-registerer -> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-protocol-plugin-registerer.empty) - (-> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-protocol-plugin-registerer.empty)) + (select void_for_linking-octez-protocol-008-PtEdo2Zk-libs-plugin-registerer from + (octez-protocol-008-PtEdo2Zk-libs.plugin-registerer -> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-plugin-registerer.empty) + (-> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-plugin-registerer.empty)) (select void_for_linking-tezos-protocol-009-PsFLoren-embedded-protocol from (tezos-protocol-009-PsFLoren.embedded-protocol -> void_for_linking-tezos-protocol-009-PsFLoren-embedded-protocol.empty) (-> void_for_linking-tezos-protocol-009-PsFLoren-embedded-protocol.empty)) - (select void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-protocol-plugin-registerer from - (octez-protocol-009-PsFLoren-libs.tezos-protocol-plugin-registerer -> void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-protocol-plugin-registerer.empty) - (-> void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-protocol-plugin-registerer.empty)) + (select void_for_linking-octez-protocol-009-PsFLoren-libs-plugin-registerer from + (octez-protocol-009-PsFLoren-libs.plugin-registerer -> void_for_linking-octez-protocol-009-PsFLoren-libs-plugin-registerer.empty) + (-> void_for_linking-octez-protocol-009-PsFLoren-libs-plugin-registerer.empty)) (select void_for_linking-tezos-protocol-010-PtGRANAD-embedded-protocol from (tezos-protocol-010-PtGRANAD.embedded-protocol -> void_for_linking-tezos-protocol-010-PtGRANAD-embedded-protocol.empty) (-> void_for_linking-tezos-protocol-010-PtGRANAD-embedded-protocol.empty)) - (select void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-protocol-plugin-registerer from - (octez-protocol-010-PtGRANAD-libs.tezos-protocol-plugin-registerer -> void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-protocol-plugin-registerer.empty) - (-> void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-protocol-plugin-registerer.empty)) + (select void_for_linking-octez-protocol-010-PtGRANAD-libs-plugin-registerer from + (octez-protocol-010-PtGRANAD-libs.plugin-registerer -> void_for_linking-octez-protocol-010-PtGRANAD-libs-plugin-registerer.empty) + (-> void_for_linking-octez-protocol-010-PtGRANAD-libs-plugin-registerer.empty)) (select void_for_linking-tezos-protocol-011-PtHangz2-embedded-protocol from (tezos-protocol-011-PtHangz2.embedded-protocol -> void_for_linking-tezos-protocol-011-PtHangz2-embedded-protocol.empty) (-> void_for_linking-tezos-protocol-011-PtHangz2-embedded-protocol.empty)) - (select void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-protocol-plugin-registerer from - (octez-protocol-011-PtHangz2-libs.tezos-protocol-plugin-registerer -> void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-protocol-plugin-registerer.empty) - (-> void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-protocol-plugin-registerer.empty)) + (select void_for_linking-octez-protocol-011-PtHangz2-libs-plugin-registerer from + (octez-protocol-011-PtHangz2-libs.plugin-registerer -> void_for_linking-octez-protocol-011-PtHangz2-libs-plugin-registerer.empty) + (-> void_for_linking-octez-protocol-011-PtHangz2-libs-plugin-registerer.empty)) (select void_for_linking-tezos-protocol-012-Psithaca-embedded-protocol from (tezos-protocol-012-Psithaca.embedded-protocol -> void_for_linking-tezos-protocol-012-Psithaca-embedded-protocol.empty) (-> void_for_linking-tezos-protocol-012-Psithaca-embedded-protocol.empty)) - (select void_for_linking-octez-protocol-012-Psithaca-libs-tezos-protocol-plugin-registerer from - (octez-protocol-012-Psithaca-libs.tezos-protocol-plugin-registerer -> void_for_linking-octez-protocol-012-Psithaca-libs-tezos-protocol-plugin-registerer.empty) - (-> void_for_linking-octez-protocol-012-Psithaca-libs-tezos-protocol-plugin-registerer.empty)) + (select void_for_linking-octez-protocol-012-Psithaca-libs-plugin-registerer from + (octez-protocol-012-Psithaca-libs.plugin-registerer -> void_for_linking-octez-protocol-012-Psithaca-libs-plugin-registerer.empty) + (-> void_for_linking-octez-protocol-012-Psithaca-libs-plugin-registerer.empty)) (select void_for_linking-tezos-protocol-013-PtJakart-embedded-protocol from (tezos-protocol-013-PtJakart.embedded-protocol -> void_for_linking-tezos-protocol-013-PtJakart-embedded-protocol.empty) (-> void_for_linking-tezos-protocol-013-PtJakart-embedded-protocol.empty)) - (select void_for_linking-octez-protocol-013-PtJakart-libs-tezos-protocol-plugin-registerer from - (octez-protocol-013-PtJakart-libs.tezos-protocol-plugin-registerer -> void_for_linking-octez-protocol-013-PtJakart-libs-tezos-protocol-plugin-registerer.empty) - (-> void_for_linking-octez-protocol-013-PtJakart-libs-tezos-protocol-plugin-registerer.empty)) + (select void_for_linking-octez-protocol-013-PtJakart-libs-plugin-registerer from + (octez-protocol-013-PtJakart-libs.plugin-registerer -> void_for_linking-octez-protocol-013-PtJakart-libs-plugin-registerer.empty) + (-> void_for_linking-octez-protocol-013-PtJakart-libs-plugin-registerer.empty)) (select void_for_linking-tezos-protocol-014-PtKathma-embedded-protocol from (tezos-protocol-014-PtKathma.embedded-protocol -> void_for_linking-tezos-protocol-014-PtKathma-embedded-protocol.empty) (-> void_for_linking-tezos-protocol-014-PtKathma-embedded-protocol.empty)) - (select void_for_linking-octez-protocol-014-PtKathma-libs-tezos-protocol-plugin-registerer from - (octez-protocol-014-PtKathma-libs.tezos-protocol-plugin-registerer -> void_for_linking-octez-protocol-014-PtKathma-libs-tezos-protocol-plugin-registerer.empty) - (-> void_for_linking-octez-protocol-014-PtKathma-libs-tezos-protocol-plugin-registerer.empty)) + (select void_for_linking-octez-protocol-014-PtKathma-libs-plugin-registerer from + (octez-protocol-014-PtKathma-libs.plugin-registerer -> void_for_linking-octez-protocol-014-PtKathma-libs-plugin-registerer.empty) + (-> void_for_linking-octez-protocol-014-PtKathma-libs-plugin-registerer.empty)) (select void_for_linking-tezos-protocol-015-PtLimaPt-embedded-protocol from (tezos-protocol-015-PtLimaPt.embedded-protocol -> void_for_linking-tezos-protocol-015-PtLimaPt-embedded-protocol.empty) (-> void_for_linking-tezos-protocol-015-PtLimaPt-embedded-protocol.empty)) - (select void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-protocol-plugin-registerer from - (octez-protocol-015-PtLimaPt-libs.tezos-protocol-plugin-registerer -> void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-protocol-plugin-registerer.empty) - (-> void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-protocol-plugin-registerer.empty)) + (select void_for_linking-octez-protocol-015-PtLimaPt-libs-plugin-registerer from + (octez-protocol-015-PtLimaPt-libs.plugin-registerer -> void_for_linking-octez-protocol-015-PtLimaPt-libs-plugin-registerer.empty) + (-> void_for_linking-octez-protocol-015-PtLimaPt-libs-plugin-registerer.empty)) (select void_for_linking-tezos-protocol-016-PtMumbai-embedded-protocol from (tezos-protocol-016-PtMumbai.embedded-protocol -> void_for_linking-tezos-protocol-016-PtMumbai-embedded-protocol.empty) (-> void_for_linking-tezos-protocol-016-PtMumbai-embedded-protocol.empty)) - (select void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-protocol-plugin-registerer from - (octez-protocol-016-PtMumbai-libs.tezos-protocol-plugin-registerer -> void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-protocol-plugin-registerer.empty) - (-> void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-protocol-plugin-registerer.empty)) + (select void_for_linking-octez-protocol-016-PtMumbai-libs-plugin-registerer from + (octez-protocol-016-PtMumbai-libs.plugin-registerer -> void_for_linking-octez-protocol-016-PtMumbai-libs-plugin-registerer.empty) + (-> void_for_linking-octez-protocol-016-PtMumbai-libs-plugin-registerer.empty)) tezos-protocol-017-PtNairob.embedded-protocol - octez-protocol-017-PtNairob-libs.tezos-protocol-plugin-registerer + octez-protocol-017-PtNairob-libs.plugin-registerer tezos-protocol-018-Proxford.embedded-protocol - octez-protocol-018-Proxford-libs.tezos-protocol-plugin-registerer + octez-protocol-018-Proxford-libs.plugin-registerer (select void_for_linking-tezos-protocol-alpha-embedded-protocol from (tezos-protocol-alpha.embedded-protocol -> void_for_linking-tezos-protocol-alpha-embedded-protocol.empty) (-> void_for_linking-tezos-protocol-alpha-embedded-protocol.empty)) - (select void_for_linking-octez-protocol-alpha-libs-tezos-protocol-plugin-registerer from - (octez-protocol-alpha-libs.tezos-protocol-plugin-registerer -> void_for_linking-octez-protocol-alpha-libs-tezos-protocol-plugin-registerer.empty) - (-> void_for_linking-octez-protocol-alpha-libs-tezos-protocol-plugin-registerer.empty))) + (select void_for_linking-octez-protocol-alpha-libs-plugin-registerer from + (octez-protocol-alpha-libs.plugin-registerer -> void_for_linking-octez-protocol-alpha-libs-plugin-registerer.empty) + (-> void_for_linking-octez-protocol-alpha-libs-plugin-registerer.empty))) (link_flags (:standard) (:include %{workspace_root}/static-link-flags.sexp) @@ -177,28 +177,28 @@ (write-file void_for_linking-tezos-protocol-005-PsBabyM1-embedded-protocol.empty "") (write-file void_for_linking-tezos-protocol-006-PsCARTHA-embedded-protocol.empty "") (write-file void_for_linking-tezos-protocol-007-PsDELPH1-embedded-protocol.empty "") - (write-file void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-protocol-plugin-registerer.empty "") + (write-file void_for_linking-octez-protocol-007-PsDELPH1-libs-plugin-registerer.empty "") (write-file void_for_linking-tezos-protocol-008-PtEdoTez-embedded-protocol.empty "") (write-file void_for_linking-tezos-protocol-008-PtEdo2Zk-embedded-protocol.empty "") - (write-file void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-protocol-plugin-registerer.empty "") + (write-file void_for_linking-octez-protocol-008-PtEdo2Zk-libs-plugin-registerer.empty "") (write-file void_for_linking-tezos-protocol-009-PsFLoren-embedded-protocol.empty "") - (write-file void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-protocol-plugin-registerer.empty "") + (write-file void_for_linking-octez-protocol-009-PsFLoren-libs-plugin-registerer.empty "") (write-file void_for_linking-tezos-protocol-010-PtGRANAD-embedded-protocol.empty "") - (write-file void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-protocol-plugin-registerer.empty "") + (write-file void_for_linking-octez-protocol-010-PtGRANAD-libs-plugin-registerer.empty "") (write-file void_for_linking-tezos-protocol-011-PtHangz2-embedded-protocol.empty "") - (write-file void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-protocol-plugin-registerer.empty "") + (write-file void_for_linking-octez-protocol-011-PtHangz2-libs-plugin-registerer.empty "") (write-file void_for_linking-tezos-protocol-012-Psithaca-embedded-protocol.empty "") - (write-file void_for_linking-octez-protocol-012-Psithaca-libs-tezos-protocol-plugin-registerer.empty "") + (write-file void_for_linking-octez-protocol-012-Psithaca-libs-plugin-registerer.empty "") (write-file void_for_linking-tezos-protocol-013-PtJakart-embedded-protocol.empty "") - (write-file void_for_linking-octez-protocol-013-PtJakart-libs-tezos-protocol-plugin-registerer.empty "") + (write-file void_for_linking-octez-protocol-013-PtJakart-libs-plugin-registerer.empty "") (write-file void_for_linking-tezos-protocol-014-PtKathma-embedded-protocol.empty "") - (write-file void_for_linking-octez-protocol-014-PtKathma-libs-tezos-protocol-plugin-registerer.empty "") + (write-file void_for_linking-octez-protocol-014-PtKathma-libs-plugin-registerer.empty "") (write-file void_for_linking-tezos-protocol-015-PtLimaPt-embedded-protocol.empty "") - (write-file void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-protocol-plugin-registerer.empty "") + (write-file void_for_linking-octez-protocol-015-PtLimaPt-libs-plugin-registerer.empty "") (write-file void_for_linking-tezos-protocol-016-PtMumbai-embedded-protocol.empty "") - (write-file void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-protocol-plugin-registerer.empty "") + (write-file void_for_linking-octez-protocol-016-PtMumbai-libs-plugin-registerer.empty "") (write-file void_for_linking-tezos-protocol-alpha-embedded-protocol.empty "") - (write-file void_for_linking-octez-protocol-alpha-libs-tezos-protocol-plugin-registerer.empty "")))) + (write-file void_for_linking-octez-protocol-alpha-libs-plugin-registerer.empty "")))) (install (package octez-node) diff --git a/src/bin_proxy_server/dune b/src/bin_proxy_server/dune index 53b2f85a103b3a222a4316ec7cbae762ffafa108..9ead09785401fbe057abcf649dc4b8bcb104bac0 100644 --- a/src/bin_proxy_server/dune +++ b/src/bin_proxy_server/dune @@ -14,12 +14,12 @@ cmdliner lwt-exit lwt.unix - octez-shell-libs.tezos-proxy + octez-shell-libs.proxy tezos-proxy-server-config octez-libs.tezos-rpc-http-client-unix octez-libs.tezos-rpc-http-server - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-shell-context + octez-shell-libs.shell-services + octez-shell-libs.shell-context tezos-version.value uri (select void_for_linking-tezos-client-genesis from @@ -28,105 +28,105 @@ (select void_for_linking-tezos-client-demo-counter from (tezos-client-demo-counter -> void_for_linking-tezos-client-demo-counter.empty) (-> void_for_linking-tezos-client-demo-counter.empty)) - (select void_for_linking-octez-protocol-000-Ps9mPmXa-libs-tezos-client from - (octez-protocol-000-Ps9mPmXa-libs.tezos-client -> void_for_linking-octez-protocol-000-Ps9mPmXa-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-000-Ps9mPmXa-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-001-PtCJ7pwo-libs-tezos-client from - (octez-protocol-001-PtCJ7pwo-libs.tezos-client -> void_for_linking-octez-protocol-001-PtCJ7pwo-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-001-PtCJ7pwo-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-002-PsYLVpVv-libs-tezos-client from - (octez-protocol-002-PsYLVpVv-libs.tezos-client -> void_for_linking-octez-protocol-002-PsYLVpVv-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-002-PsYLVpVv-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-003-PsddFKi3-libs-tezos-client from - (octez-protocol-003-PsddFKi3-libs.tezos-client -> void_for_linking-octez-protocol-003-PsddFKi3-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-003-PsddFKi3-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-004-Pt24m4xi-libs-tezos-client from - (octez-protocol-004-Pt24m4xi-libs.tezos-client -> void_for_linking-octez-protocol-004-Pt24m4xi-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-004-Pt24m4xi-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-005-PsBabyM1-libs-tezos-client from - (octez-protocol-005-PsBabyM1-libs.tezos-client -> void_for_linking-octez-protocol-005-PsBabyM1-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-005-PsBabyM1-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-006-PsCARTHA-libs-tezos-client from - (octez-protocol-006-PsCARTHA-libs.tezos-client -> void_for_linking-octez-protocol-006-PsCARTHA-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-006-PsCARTHA-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-client from - (octez-protocol-007-PsDELPH1-libs.tezos-client -> void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-protocol-plugin from - (octez-protocol-007-PsDELPH1-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-protocol-plugin.empty)) - (select void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-client from - (octez-protocol-008-PtEdo2Zk-libs.tezos-client -> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-protocol-plugin from - (octez-protocol-008-PtEdo2Zk-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-protocol-plugin.empty)) - (select void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-client from - (octez-protocol-009-PsFLoren-libs.tezos-client -> void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-protocol-plugin from - (octez-protocol-009-PsFLoren-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-protocol-plugin.empty)) - (select void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-client from - (octez-protocol-010-PtGRANAD-libs.tezos-client -> void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-protocol-plugin from - (octez-protocol-010-PtGRANAD-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-protocol-plugin.empty)) - (select void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-client from - (octez-protocol-011-PtHangz2-libs.tezos-client -> void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-protocol-plugin from - (octez-protocol-011-PtHangz2-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-protocol-plugin.empty)) - (select void_for_linking-octez-protocol-012-Psithaca-libs-tezos-client from - (octez-protocol-012-Psithaca-libs.tezos-client -> void_for_linking-octez-protocol-012-Psithaca-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-012-Psithaca-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-012-Psithaca-libs-tezos-protocol-plugin from - (octez-protocol-012-Psithaca-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-012-Psithaca-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-012-Psithaca-libs-tezos-protocol-plugin.empty)) - (select void_for_linking-octez-protocol-013-PtJakart-libs-tezos-client from - (octez-protocol-013-PtJakart-libs.tezos-client -> void_for_linking-octez-protocol-013-PtJakart-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-013-PtJakart-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-013-PtJakart-libs-tezos-protocol-plugin from - (octez-protocol-013-PtJakart-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-013-PtJakart-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-013-PtJakart-libs-tezos-protocol-plugin.empty)) - (select void_for_linking-octez-protocol-014-PtKathma-libs-tezos-client from - (octez-protocol-014-PtKathma-libs.tezos-client -> void_for_linking-octez-protocol-014-PtKathma-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-014-PtKathma-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-014-PtKathma-libs-tezos-protocol-plugin from - (octez-protocol-014-PtKathma-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-014-PtKathma-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-014-PtKathma-libs-tezos-protocol-plugin.empty)) - (select void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-client from - (octez-protocol-015-PtLimaPt-libs.tezos-client -> void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-protocol-plugin from - (octez-protocol-015-PtLimaPt-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-protocol-plugin.empty)) - (select void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-client from - (octez-protocol-016-PtMumbai-libs.tezos-client -> void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-protocol-plugin from - (octez-protocol-016-PtMumbai-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-protocol-plugin.empty)) - (select void_for_linking-octez-protocol-017-PtNairob-libs-tezos-client from - (octez-protocol-017-PtNairob-libs.tezos-client -> void_for_linking-octez-protocol-017-PtNairob-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-017-PtNairob-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-017-PtNairob-libs-tezos-protocol-plugin from - (octez-protocol-017-PtNairob-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-017-PtNairob-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-017-PtNairob-libs-tezos-protocol-plugin.empty)) - (select void_for_linking-octez-protocol-018-Proxford-libs-tezos-client from - (octez-protocol-018-Proxford-libs.tezos-client -> void_for_linking-octez-protocol-018-Proxford-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-018-Proxford-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-018-Proxford-libs-tezos-protocol-plugin from - (octez-protocol-018-Proxford-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-018-Proxford-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-018-Proxford-libs-tezos-protocol-plugin.empty)) - (select void_for_linking-octez-protocol-alpha-libs-tezos-client from - (octez-protocol-alpha-libs.tezos-client -> void_for_linking-octez-protocol-alpha-libs-tezos-client.empty) - (-> void_for_linking-octez-protocol-alpha-libs-tezos-client.empty)) - (select void_for_linking-octez-protocol-alpha-libs-tezos-protocol-plugin from - (octez-protocol-alpha-libs.tezos-protocol-plugin -> void_for_linking-octez-protocol-alpha-libs-tezos-protocol-plugin.empty) - (-> void_for_linking-octez-protocol-alpha-libs-tezos-protocol-plugin.empty))) + (select void_for_linking-octez-protocol-000-Ps9mPmXa-libs-client from + (octez-protocol-000-Ps9mPmXa-libs.client -> void_for_linking-octez-protocol-000-Ps9mPmXa-libs-client.empty) + (-> void_for_linking-octez-protocol-000-Ps9mPmXa-libs-client.empty)) + (select void_for_linking-octez-protocol-001-PtCJ7pwo-libs-client from + (octez-protocol-001-PtCJ7pwo-libs.client -> void_for_linking-octez-protocol-001-PtCJ7pwo-libs-client.empty) + (-> void_for_linking-octez-protocol-001-PtCJ7pwo-libs-client.empty)) + (select void_for_linking-octez-protocol-002-PsYLVpVv-libs-client from + (octez-protocol-002-PsYLVpVv-libs.client -> void_for_linking-octez-protocol-002-PsYLVpVv-libs-client.empty) + (-> void_for_linking-octez-protocol-002-PsYLVpVv-libs-client.empty)) + (select void_for_linking-octez-protocol-003-PsddFKi3-libs-client from + (octez-protocol-003-PsddFKi3-libs.client -> void_for_linking-octez-protocol-003-PsddFKi3-libs-client.empty) + (-> void_for_linking-octez-protocol-003-PsddFKi3-libs-client.empty)) + (select void_for_linking-octez-protocol-004-Pt24m4xi-libs-client from + (octez-protocol-004-Pt24m4xi-libs.client -> void_for_linking-octez-protocol-004-Pt24m4xi-libs-client.empty) + (-> void_for_linking-octez-protocol-004-Pt24m4xi-libs-client.empty)) + (select void_for_linking-octez-protocol-005-PsBabyM1-libs-client from + (octez-protocol-005-PsBabyM1-libs.client -> void_for_linking-octez-protocol-005-PsBabyM1-libs-client.empty) + (-> void_for_linking-octez-protocol-005-PsBabyM1-libs-client.empty)) + (select void_for_linking-octez-protocol-006-PsCARTHA-libs-client from + (octez-protocol-006-PsCARTHA-libs.client -> void_for_linking-octez-protocol-006-PsCARTHA-libs-client.empty) + (-> void_for_linking-octez-protocol-006-PsCARTHA-libs-client.empty)) + (select void_for_linking-octez-protocol-007-PsDELPH1-libs-client from + (octez-protocol-007-PsDELPH1-libs.client -> void_for_linking-octez-protocol-007-PsDELPH1-libs-client.empty) + (-> void_for_linking-octez-protocol-007-PsDELPH1-libs-client.empty)) + (select void_for_linking-octez-protocol-007-PsDELPH1-libs-plugin from + (octez-protocol-007-PsDELPH1-libs.plugin -> void_for_linking-octez-protocol-007-PsDELPH1-libs-plugin.empty) + (-> void_for_linking-octez-protocol-007-PsDELPH1-libs-plugin.empty)) + (select void_for_linking-octez-protocol-008-PtEdo2Zk-libs-client from + (octez-protocol-008-PtEdo2Zk-libs.client -> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-client.empty) + (-> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-client.empty)) + (select void_for_linking-octez-protocol-008-PtEdo2Zk-libs-plugin from + (octez-protocol-008-PtEdo2Zk-libs.plugin -> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-plugin.empty) + (-> void_for_linking-octez-protocol-008-PtEdo2Zk-libs-plugin.empty)) + (select void_for_linking-octez-protocol-009-PsFLoren-libs-client from + (octez-protocol-009-PsFLoren-libs.client -> void_for_linking-octez-protocol-009-PsFLoren-libs-client.empty) + (-> void_for_linking-octez-protocol-009-PsFLoren-libs-client.empty)) + (select void_for_linking-octez-protocol-009-PsFLoren-libs-plugin from + (octez-protocol-009-PsFLoren-libs.plugin -> void_for_linking-octez-protocol-009-PsFLoren-libs-plugin.empty) + (-> void_for_linking-octez-protocol-009-PsFLoren-libs-plugin.empty)) + (select void_for_linking-octez-protocol-010-PtGRANAD-libs-client from + (octez-protocol-010-PtGRANAD-libs.client -> void_for_linking-octez-protocol-010-PtGRANAD-libs-client.empty) + (-> void_for_linking-octez-protocol-010-PtGRANAD-libs-client.empty)) + (select void_for_linking-octez-protocol-010-PtGRANAD-libs-plugin from + (octez-protocol-010-PtGRANAD-libs.plugin -> void_for_linking-octez-protocol-010-PtGRANAD-libs-plugin.empty) + (-> void_for_linking-octez-protocol-010-PtGRANAD-libs-plugin.empty)) + (select void_for_linking-octez-protocol-011-PtHangz2-libs-client from + (octez-protocol-011-PtHangz2-libs.client -> void_for_linking-octez-protocol-011-PtHangz2-libs-client.empty) + (-> void_for_linking-octez-protocol-011-PtHangz2-libs-client.empty)) + (select void_for_linking-octez-protocol-011-PtHangz2-libs-plugin from + (octez-protocol-011-PtHangz2-libs.plugin -> void_for_linking-octez-protocol-011-PtHangz2-libs-plugin.empty) + (-> void_for_linking-octez-protocol-011-PtHangz2-libs-plugin.empty)) + (select void_for_linking-octez-protocol-012-Psithaca-libs-client from + (octez-protocol-012-Psithaca-libs.client -> void_for_linking-octez-protocol-012-Psithaca-libs-client.empty) + (-> void_for_linking-octez-protocol-012-Psithaca-libs-client.empty)) + (select void_for_linking-octez-protocol-012-Psithaca-libs-plugin from + (octez-protocol-012-Psithaca-libs.plugin -> void_for_linking-octez-protocol-012-Psithaca-libs-plugin.empty) + (-> void_for_linking-octez-protocol-012-Psithaca-libs-plugin.empty)) + (select void_for_linking-octez-protocol-013-PtJakart-libs-client from + (octez-protocol-013-PtJakart-libs.client -> void_for_linking-octez-protocol-013-PtJakart-libs-client.empty) + (-> void_for_linking-octez-protocol-013-PtJakart-libs-client.empty)) + (select void_for_linking-octez-protocol-013-PtJakart-libs-plugin from + (octez-protocol-013-PtJakart-libs.plugin -> void_for_linking-octez-protocol-013-PtJakart-libs-plugin.empty) + (-> void_for_linking-octez-protocol-013-PtJakart-libs-plugin.empty)) + (select void_for_linking-octez-protocol-014-PtKathma-libs-client from + (octez-protocol-014-PtKathma-libs.client -> void_for_linking-octez-protocol-014-PtKathma-libs-client.empty) + (-> void_for_linking-octez-protocol-014-PtKathma-libs-client.empty)) + (select void_for_linking-octez-protocol-014-PtKathma-libs-plugin from + (octez-protocol-014-PtKathma-libs.plugin -> void_for_linking-octez-protocol-014-PtKathma-libs-plugin.empty) + (-> void_for_linking-octez-protocol-014-PtKathma-libs-plugin.empty)) + (select void_for_linking-octez-protocol-015-PtLimaPt-libs-client from + (octez-protocol-015-PtLimaPt-libs.client -> void_for_linking-octez-protocol-015-PtLimaPt-libs-client.empty) + (-> void_for_linking-octez-protocol-015-PtLimaPt-libs-client.empty)) + (select void_for_linking-octez-protocol-015-PtLimaPt-libs-plugin from + (octez-protocol-015-PtLimaPt-libs.plugin -> void_for_linking-octez-protocol-015-PtLimaPt-libs-plugin.empty) + (-> void_for_linking-octez-protocol-015-PtLimaPt-libs-plugin.empty)) + (select void_for_linking-octez-protocol-016-PtMumbai-libs-client from + (octez-protocol-016-PtMumbai-libs.client -> void_for_linking-octez-protocol-016-PtMumbai-libs-client.empty) + (-> void_for_linking-octez-protocol-016-PtMumbai-libs-client.empty)) + (select void_for_linking-octez-protocol-016-PtMumbai-libs-plugin from + (octez-protocol-016-PtMumbai-libs.plugin -> void_for_linking-octez-protocol-016-PtMumbai-libs-plugin.empty) + (-> void_for_linking-octez-protocol-016-PtMumbai-libs-plugin.empty)) + (select void_for_linking-octez-protocol-017-PtNairob-libs-client from + (octez-protocol-017-PtNairob-libs.client -> void_for_linking-octez-protocol-017-PtNairob-libs-client.empty) + (-> void_for_linking-octez-protocol-017-PtNairob-libs-client.empty)) + (select void_for_linking-octez-protocol-017-PtNairob-libs-plugin from + (octez-protocol-017-PtNairob-libs.plugin -> void_for_linking-octez-protocol-017-PtNairob-libs-plugin.empty) + (-> void_for_linking-octez-protocol-017-PtNairob-libs-plugin.empty)) + (select void_for_linking-octez-protocol-018-Proxford-libs-client from + (octez-protocol-018-Proxford-libs.client -> void_for_linking-octez-protocol-018-Proxford-libs-client.empty) + (-> void_for_linking-octez-protocol-018-Proxford-libs-client.empty)) + (select void_for_linking-octez-protocol-018-Proxford-libs-plugin from + (octez-protocol-018-Proxford-libs.plugin -> void_for_linking-octez-protocol-018-Proxford-libs-plugin.empty) + (-> void_for_linking-octez-protocol-018-Proxford-libs-plugin.empty)) + (select void_for_linking-octez-protocol-alpha-libs-client from + (octez-protocol-alpha-libs.client -> void_for_linking-octez-protocol-alpha-libs-client.empty) + (-> void_for_linking-octez-protocol-alpha-libs-client.empty)) + (select void_for_linking-octez-protocol-alpha-libs-plugin from + (octez-protocol-alpha-libs.plugin -> void_for_linking-octez-protocol-alpha-libs-plugin.empty) + (-> void_for_linking-octez-protocol-alpha-libs-plugin.empty))) (link_flags (:standard) (:include %{workspace_root}/static-link-flags.sexp) @@ -143,36 +143,36 @@ (progn (write-file void_for_linking-tezos-client-genesis.empty "") (write-file void_for_linking-tezos-client-demo-counter.empty "") - (write-file void_for_linking-octez-protocol-000-Ps9mPmXa-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-001-PtCJ7pwo-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-002-PsYLVpVv-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-003-PsddFKi3-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-004-Pt24m4xi-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-005-PsBabyM1-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-006-PsCARTHA-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-007-PsDELPH1-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-008-PtEdo2Zk-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-009-PsFLoren-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-010-PtGRANAD-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-011-PtHangz2-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-012-Psithaca-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-012-Psithaca-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-013-PtJakart-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-013-PtJakart-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-014-PtKathma-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-014-PtKathma-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-015-PtLimaPt-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-016-PtMumbai-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-017-PtNairob-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-017-PtNairob-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-018-Proxford-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-018-Proxford-libs-tezos-protocol-plugin.empty "") - (write-file void_for_linking-octez-protocol-alpha-libs-tezos-client.empty "") - (write-file void_for_linking-octez-protocol-alpha-libs-tezos-protocol-plugin.empty "")))) + (write-file void_for_linking-octez-protocol-000-Ps9mPmXa-libs-client.empty "") + (write-file void_for_linking-octez-protocol-001-PtCJ7pwo-libs-client.empty "") + (write-file void_for_linking-octez-protocol-002-PsYLVpVv-libs-client.empty "") + (write-file void_for_linking-octez-protocol-003-PsddFKi3-libs-client.empty "") + (write-file void_for_linking-octez-protocol-004-Pt24m4xi-libs-client.empty "") + (write-file void_for_linking-octez-protocol-005-PsBabyM1-libs-client.empty "") + (write-file void_for_linking-octez-protocol-006-PsCARTHA-libs-client.empty "") + (write-file void_for_linking-octez-protocol-007-PsDELPH1-libs-client.empty "") + (write-file void_for_linking-octez-protocol-007-PsDELPH1-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-008-PtEdo2Zk-libs-client.empty "") + (write-file void_for_linking-octez-protocol-008-PtEdo2Zk-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-009-PsFLoren-libs-client.empty "") + (write-file void_for_linking-octez-protocol-009-PsFLoren-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-010-PtGRANAD-libs-client.empty "") + (write-file void_for_linking-octez-protocol-010-PtGRANAD-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-011-PtHangz2-libs-client.empty "") + (write-file void_for_linking-octez-protocol-011-PtHangz2-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-012-Psithaca-libs-client.empty "") + (write-file void_for_linking-octez-protocol-012-Psithaca-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-013-PtJakart-libs-client.empty "") + (write-file void_for_linking-octez-protocol-013-PtJakart-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-014-PtKathma-libs-client.empty "") + (write-file void_for_linking-octez-protocol-014-PtKathma-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-015-PtLimaPt-libs-client.empty "") + (write-file void_for_linking-octez-protocol-015-PtLimaPt-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-016-PtMumbai-libs-client.empty "") + (write-file void_for_linking-octez-protocol-016-PtMumbai-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-017-PtNairob-libs-client.empty "") + (write-file void_for_linking-octez-protocol-017-PtNairob-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-018-Proxford-libs-client.empty "") + (write-file void_for_linking-octez-protocol-018-Proxford-libs-plugin.empty "") + (write-file void_for_linking-octez-protocol-alpha-libs-client.empty "") + (write-file void_for_linking-octez-protocol-alpha-libs-plugin.empty "")))) diff --git a/src/bin_sequencer_node/dune b/src/bin_sequencer_node/dune index ff5d5384407293eac5ae0ae1b785ed7932693281..86b255eb907800a2107fe18313b1d44a71585b32 100644 --- a/src/bin_sequencer_node/dune +++ b/src/bin_sequencer_node/dune @@ -9,11 +9,11 @@ (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-client-base-unix - octez-shell-libs.tezos-client-commands + octez-shell-libs.client-base + octez-shell-libs.client-base-unix + octez-shell-libs.client-commands octez-smart-rollup-node-lib - octez-protocol-alpha-libs.tezos-client + octez-protocol-alpha-libs.client octez_smart_rollup_node_alpha octez_smart_rollup_sequencer) (link_flags diff --git a/src/bin_signer/dune b/src/bin_signer/dune index c0d6edbd4bedc8a442f07ee97ad53d10153ddfba..409f3ddc0db177a52a5aa7682cea16c519ddea87 100644 --- a/src/bin_signer/dune +++ b/src/bin_signer/dune @@ -10,16 +10,16 @@ octez-libs.tezos-base octez-libs.tezos-base.unix octez-libs.tezos-clic - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-client-base-unix - octez-shell-libs.tezos-client-commands - octez-shell-libs.tezos-signer-services + octez-shell-libs.client-base + octez-shell-libs.client-base-unix + octez-shell-libs.client-commands + octez-shell-libs.signer-services octez-libs.tezos-rpc-http octez-libs.tezos-rpc-http-server octez-libs.tezos-rpc-http-client-unix octez-libs.tezos-stdlib-unix octez-libs.tezos-stdlib - octez-shell-libs.tezos-signer-backends.unix) + octez-shell-libs.signer-backends.unix) (link_flags (:standard) (:include %{workspace_root}/static-link-flags.sexp) diff --git a/src/bin_smart_rollup_node/dune b/src/bin_smart_rollup_node/dune index f6ce017e7676c6052d725c590f468787c82d342d..cff8d3d9ca4eabea333865ab7e45c18623913ace 100644 --- a/src/bin_smart_rollup_node/dune +++ b/src/bin_smart_rollup_node/dune @@ -9,11 +9,11 @@ (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-client-base-unix - octez-shell-libs.tezos-client-commands - octez-l2-libs.octez-smart-rollup + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-shell-libs.client-base-unix + octez-shell-libs.client-commands + octez-l2-libs.smart-rollup octez-smart-rollup-node-lib octez_smart_rollup_node_PtNairob octez_smart_rollup_node_Proxford diff --git a/src/bin_snoop/dune b/src/bin_snoop/dune index 581bea9c238696e1a772e62d86963fd7f66516f5..fd3241eab86cf709d0f32d2090591b0e9529a2c7 100644 --- a/src/bin_snoop/dune +++ b/src/bin_snoop/dune @@ -13,7 +13,7 @@ octez-libs.tezos-clic tezos-benchmark tezos-benchmark-examples - octez-shell-libs.tezos-shell-benchmarks + octez-shell-libs.shell-benchmarks tezos-benchmarks-proto-alpha str pyml diff --git a/src/bin_tps_evaluation/dune b/src/bin_tps_evaluation/dune index 39c529818fdbe6356daaab74d4989e93fd6d0014..c43639ed8520dc193633d850ac103ec04f46253f 100644 --- a/src/bin_tps_evaluation/dune +++ b/src/bin_tps_evaluation/dune @@ -13,9 +13,9 @@ caqti-lwt data-encoding lwt - octez-protocol-alpha-libs.tezos-baking - octez-protocol-alpha-libs.tezos-client.commands - octez-shell-libs.tezos-client-base-unix + octez-protocol-alpha-libs.baking + octez-protocol-alpha-libs.client.commands + octez-shell-libs.client-base-unix tezos-protocol-alpha.protocol tezt tezt-tezos diff --git a/src/bin_wasm_debugger/dune b/src/bin_wasm_debugger/dune index 665c9dff3678d5c63fe8dad27e3c93d18998c98d..77c573dddc985ca9c1f99a261cefcf63df364c0e 100644 --- a/src/bin_wasm_debugger/dune +++ b/src/bin_wasm_debugger/dune @@ -12,11 +12,11 @@ octez-libs.tezos-tree-encoding octez-libs.tezos-base.unix yaml - octez-protocol-alpha-libs.tezos-client - octez-l2-libs.tezos-scoru-wasm - octez-l2-libs.tezos-scoru-wasm-helpers - octez-l2-libs.tezos-webassembly-interpreter - octez-l2-libs.tezos-webassembly-interpreter-extra + octez-protocol-alpha-libs.client + octez-l2-libs.scoru-wasm + octez-l2-libs.scoru-wasm-helpers + octez-l2-libs.webassembly-interpreter + octez-l2-libs.webassembly-interpreter-extra tezos-version.value) (link_flags (:standard) diff --git a/src/lib_base/index.mld b/src/lib_base/index.mld index e2e78589e0635f51a1fbe77cabe34e4b66c965be..cfe7d1d0866b01136f8b9ba60ff0e6b7b9777234 100644 --- a/src/lib_base/index.mld +++ b/src/lib_base/index.mld @@ -4,23 +4,16 @@ This is a package containing some libraries used by the Octez project. It contains the following libraries: -- {{!module-Aggregation}Aggregation} - {{!module-Aplonk}Aplonk} -- {{!module-Bare_functor_outputs}Bare_functor_outputs} -- {{!module-Bare_sigs}Bare_sigs} -- {{!module-Bare_structs}Bare_structs} - {{!module-Bls12_381_hash}Bls12_381_hash} - {{!module-Bls12_381_signature}Bls12_381_signature} -- {{!module-Communication}Communication} - {{!module-Distributed_plonk}Distributed_plonk} -- {{!module-Distribution}Distribution} - {{!module-Epoxy_tx}Epoxy_tx} - {{!module-Mec}Mec} - {{!module-Octez_bls12_381_polynomial}Octez_bls12_381_polynomial}: Polynomials over BLS12-381 finite field - Temporary vendored version of Octez - {{!module-Octez_srs_extraction}Octez_srs_extraction} - {{!module-Plompiler}Plompiler} - {{!module-Plonk}Plonk} -- {{!module-Plonk_test}Plonk_test} - {{!module-Polynomial}Polynomial}: Polynomials over finite fields - {{!module-Tezos_base}Tezos_base}: Meta-package and pervasive type definitions for Tezos - {{!module-Tezos_base_test_helpers}Tezos_base_test_helpers}: Octez base test helpers @@ -51,7 +44,3 @@ It contains the following libraries: - {{!module-Tezos_tree_encoding}Tezos_tree_encoding}: A general-purpose library to encode arbitrary data in Merkle trees - {{!module-Tezos_version}Tezos_version}: Version information generated from Git - {{!page-tezos_workers}Tezos_workers}: Worker library -- {{!module-Traced_functor_outputs}Traced_functor_outputs} -- {{!module-Traced_sigs}Traced_sigs} -- {{!module-Traced_structs}Traced_structs} -- {{!module-Traces}Traces} diff --git a/src/lib_benchmark/lib_micheline_rewriting/test/dune b/src/lib_benchmark/lib_micheline_rewriting/test/dune index e8d0118f0e41c5152612e7f06fc27595db40a14d..32a4f92720a4b867ca723bf2eb3e0696759b2153 100644 --- a/src/lib_benchmark/lib_micheline_rewriting/test/dune +++ b/src/lib_benchmark/lib_micheline_rewriting/test/dune @@ -10,7 +10,7 @@ tezos-micheline-rewriting tezos-protocol-alpha.protocol octez-libs.tezos-error-monad - octez-protocol-alpha-libs.tezos-client) + octez-protocol-alpha-libs.client) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/lib_client_base/dune b/src/lib_client_base/dune index 4c7dcfcbcf01b25b83f78561d000f5d819e8aabb..99322c4751aa87fb9e26b7641637b409f7155612 100644 --- a/src/lib_client_base/dune +++ b/src/lib_client_base/dune @@ -5,13 +5,13 @@ (library (name tezos_client_base) - (public_name octez-shell-libs.tezos-client-base) + (public_name octez-shell-libs.client-base) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic octez-libs.tezos-rpc - octez-shell-libs.tezos-shell-services + octez-shell-libs.shell-services octez-libs.tezos-sapling uri) (js_of_ocaml) diff --git a/src/lib_client_base/test/dune b/src/lib_client_base/test/dune index be18f3e458486b0b34711d6051922f4fd99be062..3789adbe2fb8cc77ee6f9b3a9e559b1727843fb2 100644 --- a/src/lib_client_base/test/dune +++ b/src/lib_client_base/test/dune @@ -9,7 +9,7 @@ (libraries tezt.core octez-libs.tezos-base - octez-shell-libs.tezos-client-base + octez-shell-libs.client-base octez-alcotezt) (js_of_ocaml) (library_flags (:standard -linkall)) diff --git a/src/lib_client_base_unix/dune b/src/lib_client_base_unix/dune index d37875efed3e04b53984da36f3e0e8d9a914bff0..5b1b1ceab1fdef3c5fdc98cee7d2adc5a0fed2b4 100644 --- a/src/lib_client_base_unix/dune +++ b/src/lib_client_base_unix/dune @@ -3,7 +3,7 @@ (library (name tezos_client_base_unix) - (public_name octez-shell-libs.tezos-client-base-unix) + (public_name octez-shell-libs.client-base-unix) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -12,16 +12,16 @@ octez-libs.tezos-rpc octez-libs.tezos-rpc-http octez-libs.tezos-rpc-http-client-unix - octez-shell-libs.tezos-shell-services + octez-shell-libs.shell-services octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-client-commands - octez-shell-libs.tezos-mockup - octez-shell-libs.tezos-mockup-registration - octez-shell-libs.tezos-mockup-commands - octez-shell-libs.tezos-proxy - octez-shell-libs.tezos-proxy.rpc - octez-shell-libs.tezos-signer-backends.unix + octez-shell-libs.client-base + octez-shell-libs.client-commands + octez-shell-libs.mockup + octez-shell-libs.mockup-registration + octez-shell-libs.mockup-commands + octez-shell-libs.proxy + octez-shell-libs.proxy.rpc + octez-shell-libs.signer-backends.unix tezos-version.value lwt-exit uri) diff --git a/src/lib_client_base_unix/test/dune b/src/lib_client_base_unix/test/dune index 595675a5fa70046c3c74795d94f27b0f9e60a9c5..bbc945be0bae13c2214a91795ea3f5f10eb1be14 100644 --- a/src/lib_client_base_unix/test/dune +++ b/src/lib_client_base_unix/test/dune @@ -7,8 +7,8 @@ (libraries tezt.core octez-libs.tezos-base - octez-shell-libs.tezos-mockup-commands - octez-shell-libs.tezos-client-base-unix + octez-shell-libs.mockup-commands + octez-shell-libs.client-base-unix octez-libs.tezos-base-test-helpers octez-alcotezt) (library_flags (:standard -linkall)) diff --git a/src/lib_client_commands/dune b/src/lib_client_commands/dune index 033cc887633200d478235ae09195fa49acbcb3e3..77605660e64eaaf4e3a94225f9356bc1d88de615 100644 --- a/src/lib_client_commands/dune +++ b/src/lib_client_commands/dune @@ -3,19 +3,19 @@ (library (name tezos_client_commands) - (public_name octez-shell-libs.tezos-client-commands) + (public_name octez-shell-libs.client-commands) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-rpc octez-libs.tezos-clic octez-libs.tezos-clic.unix - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-shell-services + octez-shell-libs.client-base + octez-shell-libs.shell-services octez-libs.tezos-p2p-services octez-libs.tezos-stdlib-unix octez-libs.tezos-base.unix - octez-shell-libs.tezos-signer-backends + octez-shell-libs.signer-backends data-encoding uri) (library_flags (:standard -linkall)) diff --git a/src/lib_crawler/dune b/src/lib_crawler/dune index 45869f72a58e04c5d11d5891f3e16d048fc2e00a..0df8bf62bd49758472e0b73d21adc9fd74b1ce0e 100644 --- a/src/lib_crawler/dune +++ b/src/lib_crawler/dune @@ -10,8 +10,8 @@ octez-libs.tezos-rpc-http octez-libs.tezos-base.unix octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-shell) + octez-shell-libs.client-base + octez-shell-libs.shell) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/lib_dac/dune b/src/lib_dac/dune index aa0e0420a24b2d66fdf2aded45fa6987c83e07e1..58365f51f535e739d02b68b5be7f3074c6c62a0e 100644 --- a/src/lib_dac/dune +++ b/src/lib_dac/dune @@ -7,7 +7,7 @@ (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base - octez-shell-libs.tezos-protocol-updater) + octez-shell-libs.protocol-updater) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/lib_dac_client/dune b/src/lib_dac_client/dune index 54a8e4cf98c447c203cad63565216dc02781daba..ce122353e5824011d7a9e9a66f1beeeb7c581a7b 100644 --- a/src/lib_dac_client/dune +++ b/src/lib_dac_client/dune @@ -8,8 +8,8 @@ (libraries octez-libs.tezos-base octez-libs.tezos-base.unix - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-client-base-unix + octez-shell-libs.client-base + octez-shell-libs.client-base-unix octez-libs.tezos-stdlib-unix tezos-dac-lib) (flags diff --git a/src/lib_dac_node/dune b/src/lib_dac_node/dune index c0ad4fd20e19627d451d766da95ec5b7391f41c6..f12c2be6e297dd62e5d0b059199fe6611cefa58b 100644 --- a/src/lib_dac_node/dune +++ b/src/lib_dac_node/dune @@ -8,10 +8,10 @@ (libraries octez-libs.tezos-base octez-libs.tezos-base.unix - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-client-base-unix + octez-shell-libs.client-base + octez-shell-libs.client-base-unix octez-libs.tezos-stdlib-unix - octez-l2-libs.tezos_layer2_store + octez-l2-libs.layer2_store octez-libs.tezos-rpc-http-server tezos-dac-lib tezos-dac-client-lib) diff --git a/src/lib_dal_node/dune b/src/lib_dal_node/dune index bb307b9ce5e344a03a7706afc68ca2a36198ed3f..1677daa71fb3d6fe4ab168f1c459f4e09c4bc937 100644 --- a/src/lib_dal_node/dune +++ b/src/lib_dal_node/dune @@ -9,12 +9,12 @@ octez-libs.tezos-base octez-libs.tezos-base.unix tezos-dal-node-services - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-protocol-updater - octez-shell-libs.tezos-client-base-unix + octez-shell-libs.client-base + octez-shell-libs.protocol-updater + octez-shell-libs.client-base-unix octez-libs.tezos-stdlib-unix octez-libs.tezos-crypto-dal - octez-shell-libs.tezos-p2p + octez-shell-libs.p2p octez-libs.tezos-p2p-services) (flags (:standard) diff --git a/src/lib_dal_node/gossipsub/dune b/src/lib_dal_node/gossipsub/dune index d686b76af941858687ef399b3f10f99b99bbf852..fbdbf41ab7b2f527742ac7e5c8fb394c5bcbbb11 100644 --- a/src/lib_dal_node/gossipsub/dune +++ b/src/lib_dal_node/gossipsub/dune @@ -9,7 +9,7 @@ octez-libs.tezos-base octez-libs.tezos-crypto-dal octez-libs.tezos-gossipsub - octez-shell-libs.tezos-p2p + octez-shell-libs.p2p octez-libs.tezos-p2p-services octez-libs.tezos-crypto) (flags diff --git a/src/lib_injector/dune b/src/lib_injector/dune index e14b4b413c22a827a467f76cd6b6c980c0d97e78..215bfab1dc47bb186f48196af603b624f05ba967 100644 --- a/src/lib_injector/dune +++ b/src/lib_injector/dune @@ -12,9 +12,9 @@ octez-libs.tezos-stdlib-unix octez-libs.tezos-crypto octez-libs.tezos-micheline - octez-shell-libs.tezos-client-base + octez-shell-libs.client-base octez-libs.tezos-workers - octez-shell-libs.tezos-shell + octez-shell-libs.shell octez-crawler) (flags (:standard) diff --git a/src/lib_layer2_store/dune b/src/lib_layer2_store/dune index 027f78779619d0bcc7a76ade4a8d0a2b64fb4a83..4da66c7215e7336fee1cd2366d4e5eba20fbdff2 100644 --- a/src/lib_layer2_store/dune +++ b/src/lib_layer2_store/dune @@ -3,7 +3,7 @@ (library (name tezos_layer2_store) - (public_name octez-l2-libs.tezos_layer2_store) + (public_name octez-l2-libs.layer2_store) (instrumentation (backend bisect_ppx)) (libraries index diff --git a/src/lib_layer2_store/test/dune b/src/lib_layer2_store/test/dune index bf890e1fb08dba7e62c5a47593bec330c7d92026..afdb234debc47c28fb0b9dbfdeded99d0769d13e 100644 --- a/src/lib_layer2_store/test/dune +++ b/src/lib_layer2_store/test/dune @@ -7,7 +7,7 @@ (libraries tezt.core octez-libs.tezos-error-monad - octez-l2-libs.tezos_layer2_store + octez-l2-libs.layer2_store qcheck-alcotest octez-alcotezt) (library_flags (:standard -linkall)) diff --git a/src/lib_mockup/dune b/src/lib_mockup/dune index 9c312830a5f986ad22f8b3936018e42a5b6e3d45..181552e149595d891eebbf5c9ef1d1f4c53c03b2 100644 --- a/src/lib_mockup/dune +++ b/src/lib_mockup/dune @@ -3,13 +3,13 @@ (library (name tezos_mockup_registration) - (public_name octez-shell-libs.tezos-mockup-registration) + (public_name octez-shell-libs.mockup-registration) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-shell-services - octez-proto-libs.tezos-protocol-environment + octez-shell-libs.client-base + octez-shell-libs.shell-services + octez-proto-libs.protocol-environment uri) (flags (:standard) @@ -18,22 +18,22 @@ (library (name tezos_mockup) - (public_name octez-shell-libs.tezos-mockup) + (public_name octez-shell-libs.mockup) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-base.unix - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-mockup-proxy + octez-shell-libs.client-base + octez-shell-libs.mockup-proxy resto-cohttp-self-serving-client octez-libs.tezos-rpc octez-libs.tezos-p2p-services - octez-shell-libs.tezos-p2p - octez-proto-libs.tezos-protocol-environment + octez-shell-libs.p2p + octez-proto-libs.protocol-environment octez-libs.tezos-stdlib-unix octez-libs.tezos-rpc-http octez-libs.tezos-rpc-http-client - octez-shell-libs.tezos-mockup-registration) + octez-shell-libs.mockup-registration) (flags (:standard) -open Tezos_base.TzPervasives @@ -48,15 +48,15 @@ (library (name tezos_mockup_commands) - (public_name octez-shell-libs.tezos-mockup-commands) + (public_name octez-shell-libs.mockup-commands) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-client-commands - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-mockup - octez-shell-libs.tezos-mockup-registration) + octez-shell-libs.client-commands + octez-shell-libs.client-base + octez-shell-libs.mockup + octez-shell-libs.mockup-registration) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/lib_mockup/test/dune b/src/lib_mockup/test/dune index 8067b599118b78eab7d61e024d7d56cebdeb7829..22fa071263fab924635ae5f9b687fca53c3398e2 100644 --- a/src/lib_mockup/test/dune +++ b/src/lib_mockup/test/dune @@ -10,9 +10,9 @@ octez-libs.tezos-base-test-helpers octez-libs.tezos-test-helpers octez-libs.tezos-rpc - octez-shell-libs.tezos-mockup - octez-shell-libs.tezos-mockup-registration - octez-shell-libs.tezos-client-base + octez-shell-libs.mockup + octez-shell-libs.mockup-registration + octez-shell-libs.client-base qcheck-alcotest octez-alcotezt) (library_flags (:standard -linkall)) diff --git a/src/lib_mockup_proxy/dune b/src/lib_mockup_proxy/dune index a150b600700f673e1b10b4fee492e5810eadfc8a..c735f245c41d1dcced4bc8593f3f0972530f57ab 100644 --- a/src/lib_mockup_proxy/dune +++ b/src/lib_mockup_proxy/dune @@ -3,16 +3,16 @@ (library (name tezos_mockup_proxy) - (public_name octez-shell-libs.tezos-mockup-proxy) + (public_name octez-shell-libs.mockup-proxy) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base - octez-shell-libs.tezos-client-base - octez-proto-libs.tezos-protocol-environment + octez-shell-libs.client-base + octez-proto-libs.protocol-environment octez-libs.tezos-rpc-http resto-cohttp-self-serving-client octez-libs.tezos-rpc-http-client - octez-shell-libs.tezos-shell-services + octez-shell-libs.shell-services uri) (flags (:standard) diff --git a/src/lib_node_config/dune b/src/lib_node_config/dune index a3053d9f41b6349749a133dd00da0e0ffd33d513..321a86ad70fc86f0197cd5c148dacc8f1829bf87 100644 --- a/src/lib_node_config/dune +++ b/src/lib_node_config/dune @@ -9,12 +9,12 @@ octez-libs.tezos-base octez-libs.tezos-base.unix octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-shell-services + octez-shell-libs.shell-services octez-libs.tezos-rpc-http octez-libs.tezos-rpc-http-server octez-libs.tezos-context - octez-shell-libs.tezos-store - octez-shell-libs.tezos-validation) + octez-shell-libs.store + octez-shell-libs.validation) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/lib_p2p/dune b/src/lib_p2p/dune index 44e98363c4e683f7a36ef248bbe9a29558ffe4b8..6ac21e731be947ffa72a3ebb7af495c259454b0d 100644 --- a/src/lib_p2p/dune +++ b/src/lib_p2p/dune @@ -3,7 +3,7 @@ (library (name tezos_p2p) - (public_name octez-shell-libs.tezos-p2p) + (public_name octez-shell-libs.p2p) (instrumentation (backend bisect_ppx)) (libraries lwt-watcher diff --git a/src/lib_p2p/test/common/dune b/src/lib_p2p/test/common/dune index ded7027f87d8b7764efc5ce9bb4f12f4c5665392..ba7e9ee73ca61349b6d4730c29159d552b6cc37b 100644 --- a/src/lib_p2p/test/common/dune +++ b/src/lib_p2p/test/common/dune @@ -3,7 +3,7 @@ (library (name tezos_p2p_test_common) - (public_name octez-shell-libs.tezos_p2p_test_common) + (public_name octez-shell-libs.p2p_test_common) (instrumentation (backend bisect_ppx)) (libraries tezt @@ -11,7 +11,7 @@ octez-libs.tezos-base.unix octez-libs.tezos-stdlib-unix octez-libs.tezos-stdlib - octez-shell-libs.tezos-p2p + octez-shell-libs.p2p octez-libs.tezos-p2p-services) (flags (:standard) diff --git a/src/lib_p2p/test/dune b/src/lib_p2p/test/dune index 03ae158f874f3ddc023ac6a0c0971f55e9955099..e492dad111d2b6b6d7ade03135736922ee83e256 100644 --- a/src/lib_p2p/test/dune +++ b/src/lib_p2p/test/dune @@ -19,11 +19,11 @@ octez-libs.tezos-base.unix octez-libs.tezos-stdlib-unix octez-libs.tezos-stdlib - octez-shell-libs.tezos-p2p + octez-shell-libs.p2p octez-libs.tezos-test-helpers octez-libs.tezos-base-test-helpers octez-libs.tezos-event-logging-test-helpers - octez-shell-libs.tezos_p2p_test_common + octez-shell-libs.p2p_test_common octez-libs.tezos-p2p-services tezt-tezos tezt diff --git a/src/lib_p2p/tezt/dune b/src/lib_p2p/tezt/dune index 960b6b5ec9cc037bedd6f0d9ba3f8a2ec4147c37..52045df7d7ea0d71ac07022f34f53eae013c95ed 100644 --- a/src/lib_p2p/tezt/dune +++ b/src/lib_p2p/tezt/dune @@ -10,12 +10,12 @@ octez-libs.tezos-base.unix octez-libs.tezos-stdlib-unix octez-libs.tezos-stdlib - octez-shell-libs.tezos-p2p + octez-shell-libs.p2p octez-libs.tezos-p2p-services octez-libs.tezos-test-helpers octez-libs.tezos-base-test-helpers octez-libs.tezos-event-logging-test-helpers - octez-shell-libs.tezos_p2p_test_common) + octez-shell-libs.p2p_test_common) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/lib_protocol_compiler/dune b/src/lib_protocol_compiler/dune index 85964e5f7fb56cfb39a44452f44da3ea5df99e2e..3f565280e68b11543db1ad5ef43cd06a5af74752 100644 --- a/src/lib_protocol_compiler/dune +++ b/src/lib_protocol_compiler/dune @@ -8,7 +8,7 @@ (libraries octez-libs.tezos-base octez-libs.tezos-base.unix - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment.sigs octez-libs.tezos-stdlib-unix compiler-libs.common lwt.unix @@ -45,7 +45,7 @@ %{targets} (run bin/cmis_of_cma.exe - %{lib:octez-proto-libs.tezos-protocol-environment.sigs:tezos_protocol_environment_sigs.cmxa})))) + %{lib:octez-proto-libs.protocol-environment.sigs:tezos_protocol_environment_sigs.cmxa})))) (rule (targets embedded_cmis_env.ml) diff --git a/src/lib_protocol_compiler/registerer/dune b/src/lib_protocol_compiler/registerer/dune index 16fe848835149da68fd2c6e9cc7bd8fbacda0297..3dad3ef8ce52ec018263be66dbd67e97194f604b 100644 --- a/src/lib_protocol_compiler/registerer/dune +++ b/src/lib_protocol_compiler/registerer/dune @@ -7,7 +7,7 @@ (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -opaque diff --git a/src/lib_protocol_environment/context_ops/dune b/src/lib_protocol_environment/context_ops/dune index b469bb8687534bbbea6872a2fcab87eefae4dcee..ef8b77bac515e02b392a04d5c04417f12589fc80 100644 --- a/src/lib_protocol_environment/context_ops/dune +++ b/src/lib_protocol_environment/context_ops/dune @@ -3,14 +3,14 @@ (library (name tezos_context_ops) - (public_name octez-shell-libs.tezos-context-ops) + (public_name octez-shell-libs.context-ops) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-error-monad - octez-proto-libs.tezos-protocol-environment + octez-proto-libs.protocol-environment octez-libs.tezos-context - octez-shell-libs.tezos-shell-context) + octez-shell-libs.shell-context) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/lib_protocol_environment/dune b/src/lib_protocol_environment/dune index ec919b29eab60545196cf947b7fad45911dabe4c..39a2ed20dd198cb2e20bcb132cb86f117018d1bd 100644 --- a/src/lib_protocol_environment/dune +++ b/src/lib_protocol_environment/dune @@ -3,7 +3,7 @@ (library (name tezos_protocol_environment) - (public_name octez-proto-libs.tezos-protocol-environment) + (public_name octez-proto-libs.protocol-environment) (instrumentation (backend bisect_ppx)) (libraries zarith @@ -16,11 +16,11 @@ aches-lwt octez-libs.tezos-base octez-libs.tezos-sapling - octez-proto-libs.tezos-protocol-environment.sigs - octez-proto-libs.tezos-protocol-environment.structs + octez-proto-libs.protocol-environment.sigs + octez-proto-libs.protocol-environment.structs octez-libs.tezos-micheline octez-libs.tezos-context.memory - octez-l2-libs.tezos-scoru-wasm + octez-l2-libs.scoru-wasm octez-libs.tezos-event-logging) (flags (:standard) diff --git a/src/lib_protocol_environment/shell_context/dune b/src/lib_protocol_environment/shell_context/dune index 26bc415543e51403b95e60313b4de8600a5726af..b119e228b533d05bf6f2f71b8254153c6108635c 100644 --- a/src/lib_protocol_environment/shell_context/dune +++ b/src/lib_protocol_environment/shell_context/dune @@ -3,11 +3,11 @@ (library (name tezos_shell_context) - (public_name octez-shell-libs.tezos-shell-context) + (public_name octez-shell-libs.shell-context) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base - octez-proto-libs.tezos-protocol-environment + octez-proto-libs.protocol-environment octez-libs.tezos-context) (flags (:standard) diff --git a/src/lib_protocol_environment/sigs-internals/dune b/src/lib_protocol_environment/sigs-internals/dune index 4845799f3694dcb111ef1db3c5acf8ced2e42f85..f9b3a83f6fae030e2e74979e52f677dcbcc1c84b 100644 --- a/src/lib_protocol_environment/sigs-internals/dune +++ b/src/lib_protocol_environment/sigs-internals/dune @@ -3,5 +3,5 @@ (library (name tezos_protocol_environment_sigs_internals) - (public_name octez-proto-libs.tezos-protocol-environment.sigs-internals) + (public_name octez-proto-libs.protocol-environment.sigs-internals) (instrumentation (backend bisect_ppx))) diff --git a/src/lib_protocol_environment/sigs/dune b/src/lib_protocol_environment/sigs/dune index da8cace5c32427bacb6396974e8dbc1d202383ce..338dd3510359ee8c066c899dda4192a88a18ca1c 100644 --- a/src/lib_protocol_environment/sigs/dune +++ b/src/lib_protocol_environment/sigs/dune @@ -3,10 +3,10 @@ (library (name tezos_protocol_environment_sigs) - (public_name octez-proto-libs.tezos-protocol-environment.sigs) + (public_name octez-proto-libs.protocol-environment.sigs) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment.sigs-internals) + octez-proto-libs.protocol-environment.sigs-internals) (flags (:standard) -nostdlib diff --git a/src/lib_protocol_environment/structs/dune b/src/lib_protocol_environment/structs/dune index 468fb882e9af5c6d492d638b9997887dcb2a1a1d..1dfd027534913c10385a3b52ab1e09cae442c091 100644 --- a/src/lib_protocol_environment/structs/dune +++ b/src/lib_protocol_environment/structs/dune @@ -3,13 +3,13 @@ (library (name tezos_protocol_environment_structs) - (public_name octez-proto-libs.tezos-protocol-environment.structs) + (public_name octez-proto-libs.protocol-environment.structs) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-stdlib octez-libs.tezos-crypto octez-libs.tezos-lwt-result-stdlib - octez-l2-libs.tezos-scoru-wasm + octez-l2-libs.scoru-wasm data-encoding bls12-381 octez-libs.octez-plonk) diff --git a/src/lib_protocol_environment/test/dune b/src/lib_protocol_environment/test/dune index b4478e6ff8e47d96878e308c69c61355a73c70b8..09a1ad4b525d078e9f48d681413df1a595e33f94 100644 --- a/src/lib_protocol_environment/test/dune +++ b/src/lib_protocol_environment/test/dune @@ -8,7 +8,7 @@ tezt.core octez-libs.tezos-base octez-libs.tezos-base.unix - octez-proto-libs.tezos-protocol-environment + octez-proto-libs.protocol-environment octez-alcotezt octez-libs.tezos-test-helpers qcheck-alcotest diff --git a/src/lib_protocol_environment/test_shell_context/dune b/src/lib_protocol_environment/test_shell_context/dune index bdd63df2989ce7911e06252bba5268fdfa82801a..9ee02ee86bb066485f5e33f7371a5364869a16ae 100644 --- a/src/lib_protocol_environment/test_shell_context/dune +++ b/src/lib_protocol_environment/test_shell_context/dune @@ -6,11 +6,11 @@ (instrumentation (backend bisect_ppx)) (libraries tezt.core - octez-shell-libs.tezos-shell-context + octez-shell-libs.shell-context octez-alcotezt octez-libs.tezos-test-helpers octez-libs.tezos-base - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/lib_protocol_updater/dune b/src/lib_protocol_updater/dune index 6ae3f3afc51b471b09b6048809a7c1424b0495c9..9d7e34008dd2fa60535cb7300a1f530182a07b9f 100644 --- a/src/lib_protocol_updater/dune +++ b/src/lib_protocol_updater/dune @@ -3,15 +3,15 @@ (library (name tezos_protocol_updater) - (public_name octez-shell-libs.tezos-protocol-updater) + (public_name octez-shell-libs.protocol-updater) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-stdlib-unix octez-libs.tezos-micheline - octez-shell-libs.tezos-shell-services - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-context + octez-shell-libs.shell-services + octez-proto-libs.protocol-environment + octez-shell-libs.shell-context octez-protocol-compiler.registerer octez-protocol-compiler.native octez-libs.tezos-context diff --git a/src/lib_proxy/dune b/src/lib_proxy/dune index 2a0f982b34416da14539bac08750b84098ba988f..86e1c9b4064c8770eb9d1cd6ff21cdf6f6600ae9 100644 --- a/src/lib_proxy/dune +++ b/src/lib_proxy/dune @@ -3,17 +3,17 @@ (library (name tezos_proxy) - (public_name octez-shell-libs.tezos-proxy) + (public_name octez-shell-libs.proxy) (instrumentation (backend bisect_ppx)) (libraries aches aches-lwt octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-client-base - octez-proto-libs.tezos-protocol-environment + octez-shell-libs.client-base + octez-proto-libs.protocol-environment octez-libs.tezos-rpc - octez-shell-libs.tezos-shell-services + octez-shell-libs.shell-services octez-libs.tezos-context.memory uri) (flags diff --git a/src/lib_proxy/rpc/dune b/src/lib_proxy/rpc/dune index 9a051751aafb97013f50a0a224050f025e59c0d4..1b8a77c618cd5faab45986a8faad8129e70dc7bf 100644 --- a/src/lib_proxy/rpc/dune +++ b/src/lib_proxy/rpc/dune @@ -3,14 +3,14 @@ (library (name tezos_proxy_rpc) - (public_name octez-shell-libs.tezos-proxy.rpc) + (public_name octez-shell-libs.proxy.rpc) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-mockup-proxy + octez-shell-libs.client-base + octez-shell-libs.mockup-proxy octez-libs.tezos-rpc - octez-shell-libs.tezos-proxy + octez-shell-libs.proxy uri) (flags (:standard) diff --git a/src/lib_proxy/test/dune b/src/lib_proxy/test/dune index 0f090eb2801e0ead696b2a225b8bdd56e09cd185..34159ca41a17bb60e5619ee8a1de29123a3af8c5 100644 --- a/src/lib_proxy/test/dune +++ b/src/lib_proxy/test/dune @@ -9,7 +9,7 @@ octez-libs.tezos-base octez-libs.tezos-base.unix octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-proxy + octez-shell-libs.proxy octez-libs.tezos-base-test-helpers octez-libs.tezos-test-helpers tezos_proxy_test_helpers_shell_services diff --git a/src/lib_proxy/test_helpers/shell_services/dune b/src/lib_proxy/test_helpers/shell_services/dune index 5dd9dd4ad4d06dbd2f492ab4149d7e1b015e1460..78024d57725bd825176f90a198d8fe6dee3846f6 100644 --- a/src/lib_proxy/test_helpers/shell_services/dune +++ b/src/lib_proxy/test_helpers/shell_services/dune @@ -5,7 +5,7 @@ (name tezos_proxy_test_helpers_shell_services) (libraries octez-libs.tezos-base - octez-shell-libs.tezos-shell-services + octez-shell-libs.shell-services octez-libs.tezos-test-helpers qcheck-core octez-libs.tezos-context.memory diff --git a/src/lib_proxy/test_helpers/shell_services/test/dune b/src/lib_proxy/test_helpers/shell_services/test/dune index 6e8819bbdd0b460251f5d4b16458070873769ff4..6dcab7122b06f3deb8eabbf56cc02500be048db3 100644 --- a/src/lib_proxy/test_helpers/shell_services/test/dune +++ b/src/lib_proxy/test_helpers/shell_services/test/dune @@ -9,7 +9,7 @@ octez-libs.tezos-base octez-libs.tezos-base.unix octez-libs.tezos-test-helpers - octez-shell-libs.tezos-shell-services + octez-shell-libs.shell-services tezos_proxy_test_helpers_shell_services qcheck-alcotest octez-alcotezt) diff --git a/src/lib_scoru_sequencer/dune b/src/lib_scoru_sequencer/dune index 771f23d22d36e5b2b398359ed38f5aab8ee2cf25..0e4e31a3c5e7397b2a10870937a6243351648f7d 100644 --- a/src/lib_scoru_sequencer/dune +++ b/src/lib_scoru_sequencer/dune @@ -7,12 +7,12 @@ (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base - octez-protocol-alpha-libs.tezos-smart-rollup-layer2 + octez-protocol-alpha-libs.smart-rollup-layer2 tezos-protocol-alpha.protocol octez_smart_rollup_node_alpha octez-libs.tezos-workers octez-smart-rollup-node-lib - octez-l2-libs.octez-smart-rollup + octez-l2-libs.smart-rollup octez-libs.tezos-rpc octez-libs.tezos-rpc-http octez-libs.tezos-rpc-http-server) diff --git a/src/lib_scoru_wasm/bench/dune b/src/lib_scoru_wasm/bench/dune index 9deadce80ec4f570f55f18bf5617dff2c2e72751..9a6f2bd0ad04aef3eb4f273b1ab0baa759854515 100644 --- a/src/lib_scoru_wasm/bench/dune +++ b/src/lib_scoru_wasm/bench/dune @@ -3,15 +3,15 @@ (library (name octez_smart_rollup_wasm_benchmark_lib) - (public_name octez-l2-libs.octez_smart_rollup_wasm_benchmark_lib) + (public_name octez-l2-libs.smart_rollup_wasm_benchmark_lib) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezt - octez-l2-libs.tezos-webassembly-interpreter + octez-l2-libs.webassembly-interpreter octez-libs.tezos-context.memory - octez-l2-libs.tezos-scoru-wasm - octez-l2-libs.tezos-scoru-wasm-helpers + octez-l2-libs.scoru-wasm + octez-l2-libs.scoru-wasm-helpers lwt.unix) (preprocess (pps ppx_deriving.show)) (flags diff --git a/src/lib_scoru_wasm/bench/executable/dune b/src/lib_scoru_wasm/bench/executable/dune index ead2af7dcd2bc08a4889e42c885e0fa54b949422..5785c64a89afec9c60f0f83b95b23c178bcb6cc1 100644 --- a/src/lib_scoru_wasm/bench/executable/dune +++ b/src/lib_scoru_wasm/bench/executable/dune @@ -6,7 +6,7 @@ (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base - octez-l2-libs.octez_smart_rollup_wasm_benchmark_lib) + octez-l2-libs.smart_rollup_wasm_benchmark_lib) (preprocess (pps ppx_deriving.show)) (flags (:standard) diff --git a/src/lib_scoru_wasm/dune b/src/lib_scoru_wasm/dune index 2330b131dc9e4e2be9ae99927d90d3f9db43b329..1cc81848cc22b656af133a1e1262d3d17eaf6562 100644 --- a/src/lib_scoru_wasm/dune +++ b/src/lib_scoru_wasm/dune @@ -3,13 +3,13 @@ (library (name tezos_scoru_wasm) - (public_name octez-l2-libs.tezos-scoru-wasm) + (public_name octez-l2-libs.scoru-wasm) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-tree-encoding octez-libs.tezos-lazy-containers - octez-l2-libs.tezos-webassembly-interpreter + octez-l2-libs.webassembly-interpreter octez-libs.tezos-context.sigs octez-libs.tezos-context.memory octez-libs.tezos-lwt-result-stdlib diff --git a/src/lib_scoru_wasm/fast/dune b/src/lib_scoru_wasm/fast/dune index 1e355d8479a5d4ca8fac48fb8c4ca20f6eb386e3..f856151919df7d77818b703a20f2344c888daeba 100644 --- a/src/lib_scoru_wasm/fast/dune +++ b/src/lib_scoru_wasm/fast/dune @@ -3,15 +3,15 @@ (library (name tezos_scoru_wasm_fast) - (public_name octez-l2-libs.tezos-scoru-wasm-fast) + (public_name octez-l2-libs.scoru-wasm-fast) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-tree-encoding - octez-l2-libs.tezos-webassembly-interpreter + octez-l2-libs.webassembly-interpreter octez-libs.tezos-lazy-containers - octez-l2-libs.tezos-scoru-wasm - octez-l2-libs.tezos-wasmer) + octez-l2-libs.scoru-wasm + octez-l2-libs.wasmer) (flags (:standard) -open Tezos_base.TzPervasives)) diff --git a/src/lib_scoru_wasm/fast/test/dune b/src/lib_scoru_wasm/fast/test/dune index bb6cbe07d79e67eb42b81e8f395c25fcbc42a85a..c6d0f92526f87496291a43c42cda2f98e0c3858f 100644 --- a/src/lib_scoru_wasm/fast/test/dune +++ b/src/lib_scoru_wasm/fast/test/dune @@ -11,11 +11,11 @@ octez-libs.tezos-base.unix octez-libs.tezos-context.disk octez-libs.tezos-base-test-helpers - octez-l2-libs.tezos-scoru-wasm-helpers - octez-l2-libs.tezos_scoru_wasm_test_helpers + octez-l2-libs.scoru-wasm-helpers + octez-l2-libs.scoru_wasm_test_helpers octez-libs.tezos-test-helpers - octez-l2-libs.tezos-scoru-wasm - octez-l2-libs.tezos-scoru-wasm-fast + octez-l2-libs.scoru-wasm + octez-l2-libs.scoru-wasm-fast qcheck-alcotest octez-alcotezt) (library_flags (:standard -linkall)) diff --git a/src/lib_scoru_wasm/helpers/dune b/src/lib_scoru_wasm/helpers/dune index 0cb3f95776293fabad1082c6a87c306e16696f10..4c3d8fde5a9b8b09a27c4e303e10306a702411e9 100644 --- a/src/lib_scoru_wasm/helpers/dune +++ b/src/lib_scoru_wasm/helpers/dune @@ -3,16 +3,16 @@ (library (name tezos_scoru_wasm_helpers) - (public_name octez-l2-libs.tezos-scoru-wasm-helpers) + (public_name octez-l2-libs.scoru-wasm-helpers) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-tree-encoding octez-libs.tezos-base.unix octez-libs.tezos-context.disk - octez-l2-libs.tezos-scoru-wasm - octez-l2-libs.tezos-scoru-wasm-fast - octez-l2-libs.tezos-webassembly-interpreter-extra) + octez-l2-libs.scoru-wasm + octez-l2-libs.scoru-wasm-fast + octez-l2-libs.webassembly-interpreter-extra) (preprocess (staged_pps ppx_import ppx_deriving.show)) (flags (:standard) diff --git a/src/lib_scoru_wasm/regressions/dune b/src/lib_scoru_wasm/regressions/dune index cb86b8801cbdfdf2a256a2b2dde53efc0eb1cb0f..0ad781034fae2477747c856dab5b294651755310 100644 --- a/src/lib_scoru_wasm/regressions/dune +++ b/src/lib_scoru_wasm/regressions/dune @@ -7,11 +7,11 @@ (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base - octez-l2-libs.tezos-scoru-wasm - octez-l2-libs.tezos-scoru-wasm-helpers + octez-l2-libs.scoru-wasm + octez-l2-libs.scoru-wasm-helpers octez-libs.tezos-test-helpers tezos-protocol-alpha.protocol - octez-protocol-alpha-libs.tezos-smart-rollup + octez-protocol-alpha-libs.smart-rollup tezos-protocol-alpha.parameters tezt) (preprocess (staged_pps ppx_import ppx_deriving.show)) diff --git a/src/lib_scoru_wasm/test/dune b/src/lib_scoru_wasm/test/dune index 39d847d4e820526a4e1355df62263e52570c0c9b..1ad93deb13e8667f1b439db96f81fc4c4243c838 100644 --- a/src/lib_scoru_wasm/test/dune +++ b/src/lib_scoru_wasm/test/dune @@ -12,12 +12,12 @@ octez-libs.tezos-context.disk octez-libs.tezos-base-test-helpers octez-libs.tezos-test-helpers - octez-l2-libs.tezos-scoru-wasm + octez-l2-libs.scoru-wasm qcheck-alcotest octez-alcotezt - octez-l2-libs.tezos-scoru-wasm-helpers - octez-l2-libs.tezos_scoru_wasm_test_helpers - octez-l2-libs.tezos-webassembly-interpreter-extra) + octez-l2-libs.scoru-wasm-helpers + octez-l2-libs.scoru_wasm_test_helpers + octez-l2-libs.webassembly-interpreter-extra) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/lib_scoru_wasm/test/durable_snapshot/dune b/src/lib_scoru_wasm/test/durable_snapshot/dune index 062c7979ecfc5a438c7fb909d81eacdff4f6a03a..3d6891f946297e4c10e414247ae2af104d110200 100644 --- a/src/lib_scoru_wasm/test/durable_snapshot/dune +++ b/src/lib_scoru_wasm/test/durable_snapshot/dune @@ -3,12 +3,12 @@ (library (name tezos_scoru_wasm_durable_snapshot) - (public_name octez-l2-libs.tezos_scoru_wasm_durable_snapshot) + (public_name octez-l2-libs.scoru_wasm_durable_snapshot) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-tree-encoding - octez-l2-libs.tezos-webassembly-interpreter-extra) + octez-l2-libs.webassembly-interpreter-extra) (preprocess (staged_pps ppx_import ppx_deriving.show)) (flags (:standard) diff --git a/src/lib_scoru_wasm/test/helpers/dune b/src/lib_scoru_wasm/test/helpers/dune index 79f908a8bab1070614e1eb326f7f6a6515247193..b70c4d75d399719e80b1f8a74529ebb77fcc28f9 100644 --- a/src/lib_scoru_wasm/test/helpers/dune +++ b/src/lib_scoru_wasm/test/helpers/dune @@ -3,7 +3,7 @@ (library (name tezos_scoru_wasm_test_helpers) - (public_name octez-l2-libs.tezos_scoru_wasm_test_helpers) + (public_name octez-l2-libs.scoru_wasm_test_helpers) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -12,13 +12,13 @@ octez-libs.tezos-context.disk octez-libs.tezos-base-test-helpers octez-libs.tezos-test-helpers - octez-l2-libs.tezos-scoru-wasm - octez-l2-libs.tezos_scoru_wasm_durable_snapshot - octez-l2-libs.tezos-scoru-wasm-fast - octez-l2-libs.tezos-scoru-wasm-helpers + octez-l2-libs.scoru-wasm + octez-l2-libs.scoru_wasm_durable_snapshot + octez-l2-libs.scoru-wasm-fast + octez-l2-libs.scoru-wasm-helpers qcheck-alcotest octez-alcotezt - octez-l2-libs.tezos-webassembly-interpreter-extra) + octez-l2-libs.webassembly-interpreter-extra) (preprocess (staged_pps ppx_import ppx_deriving.show)) (flags (:standard) diff --git a/src/lib_shell/dune b/src/lib_shell/dune index 4d50e6ca00e2247e1de4e07af9bc2db43d6bc762..079c1d7816dddbfaf1171f165013d3bd2ba9c571 100644 --- a/src/lib_shell/dune +++ b/src/lib_shell/dune @@ -3,7 +3,7 @@ (library (name tezos_shell) - (public_name octez-shell-libs.tezos-shell) + (public_name octez-shell-libs.shell) (instrumentation (backend bisect_ppx)) (libraries lwt-watcher @@ -13,19 +13,19 @@ octez-libs.tezos-base.unix octez-libs.tezos-rpc octez-libs.tezos-context - octez-shell-libs.tezos-store - octez-shell-libs.tezos-store.shared - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-context-ops - octez-shell-libs.tezos-shell-context - octez-shell-libs.tezos-p2p + octez-shell-libs.store + octez-shell-libs.store.shared + octez-proto-libs.protocol-environment + octez-shell-libs.context-ops + octez-shell-libs.shell-context + octez-shell-libs.p2p octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-shell-services + octez-shell-libs.shell-services octez-libs.tezos-p2p-services - octez-shell-libs.tezos-protocol-updater + octez-shell-libs.protocol-updater octez-libs.tezos-requester octez-libs.tezos-workers - octez-shell-libs.tezos-validation + octez-shell-libs.validation octez-libs.tezos-version octez-libs.tezos-crypto-dal.octez-dal-config lwt-exit) diff --git a/src/lib_shell/test/dune b/src/lib_shell/test/dune index e264911b376936f2c09b8124c904ad065e4390c0..35616680a754d1c29c3b44ef33ff55632e5da4ed 100644 --- a/src/lib_shell/test/dune +++ b/src/lib_shell/test/dune @@ -8,20 +8,20 @@ tezt.core octez-libs.tezos-base octez-libs.tezos-base-test-helpers - octez-shell-libs.tezos-store - octez-shell-libs.tezos-store.shared + octez-shell-libs.store + octez-shell-libs.store.shared octez-libs.tezos-context - octez-shell-libs.tezos-context-ops - octez-shell-libs.tezos-shell-context - octez-shell-libs.tezos-protocol-updater - octez-shell-libs.tezos-p2p + octez-shell-libs.context-ops + octez-shell-libs.shell-context + octez-shell-libs.protocol-updater + octez-shell-libs.p2p octez-libs.tezos-p2p-services octez-libs.tezos-requester - octez-shell-libs.tezos-shell - octez-shell-libs.tezos-shell-services + octez-shell-libs.shell + octez-shell-libs.shell-services tezos-protocol-demo-noops.embedded-protocol octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-validation + octez-shell-libs.validation octez-libs.tezos-event-logging-test-helpers octez-libs.tezos-test-helpers octez-alcotezt diff --git a/src/lib_shell_benchmarks/dune b/src/lib_shell_benchmarks/dune index 990ee0ebff580abdcf3b25721137fd9ea880073e..29f203251fc44aab980112fe01fe3156c6c41e46 100644 --- a/src/lib_shell_benchmarks/dune +++ b/src/lib_shell_benchmarks/dune @@ -3,7 +3,7 @@ (library (name tezos_shell_benchmarks) - (public_name octez-shell-libs.tezos-shell-benchmarks) + (public_name octez-shell-libs.shell-benchmarks) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-stdlib @@ -12,7 +12,7 @@ tezos-benchmark octez-libs.tezos-crypto octez-libs.tezos-context - octez-shell-libs.tezos-shell-context + octez-shell-libs.shell-context octez-libs.tezos-micheline) (library_flags (:standard -linkall)) (flags diff --git a/src/lib_shell_services/dune b/src/lib_shell_services/dune index d00851735e0092b0c9ada469086b70a530fdc3b7..a4ee09752fecd0c63e5af0d94805f42cd86607f5 100644 --- a/src/lib_shell_services/dune +++ b/src/lib_shell_services/dune @@ -5,7 +5,7 @@ (library (name tezos_shell_services) - (public_name octez-shell-libs.tezos-shell-services) + (public_name octez-shell-libs.shell-services) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base diff --git a/src/lib_shell_services/test/dune b/src/lib_shell_services/test/dune index fe1c40853a6c52c2cef00b902e7d8aca086d43c1..31722d124647cdf44046ad1a4d735fb0b9ff60aa 100644 --- a/src/lib_shell_services/test/dune +++ b/src/lib_shell_services/test/dune @@ -9,7 +9,7 @@ (libraries tezt.core octez-libs.tezos-base - octez-shell-libs.tezos-shell-services + octez-shell-libs.shell-services octez-alcotezt) (js_of_ocaml) (library_flags (:standard -linkall)) diff --git a/src/lib_signer_backends/dune b/src/lib_signer_backends/dune index 7d2afc3468d49286744648fd69e3268ae9d2dce7..e8eb440be0dfeef95cbeb9a53b35f80c4c1136f7 100644 --- a/src/lib_signer_backends/dune +++ b/src/lib_signer_backends/dune @@ -3,16 +3,16 @@ (library (name tezos_signer_backends) - (public_name octez-shell-libs.tezos-signer-backends) + (public_name octez-shell-libs.signer-backends) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-stdlib - octez-shell-libs.tezos-client-base + octez-shell-libs.client-base octez-libs.tezos-rpc-http octez-libs.tezos-rpc-http-client - octez-shell-libs.tezos-signer-services - octez-shell-libs.tezos-shell-services + octez-shell-libs.signer-services + octez-shell-libs.shell-services uri) (flags (:standard) diff --git a/src/lib_signer_backends/test/dune b/src/lib_signer_backends/test/dune index e3ccc3ae006cdf16ee6a06930c2496842dfcc12d..35ff89aced3dd0bf8756cc7a4eec50a505fb4442 100644 --- a/src/lib_signer_backends/test/dune +++ b/src/lib_signer_backends/test/dune @@ -11,8 +11,8 @@ octez-libs.tezos-stdlib octez-libs.tezos-error-monad octez-libs.tezos-crypto - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-signer-backends + octez-shell-libs.client-base + octez-shell-libs.signer-backends octez-alcotezt uri) (library_flags (:standard -linkall)) diff --git a/src/lib_signer_backends/unix/dune b/src/lib_signer_backends/unix/dune index 22f062164962b53cd3a53dd31aa0ea3fe04b464d..dd7c278b9e48d63cc51eef2f098ecf0b6b9f516c 100644 --- a/src/lib_signer_backends/unix/dune +++ b/src/lib_signer_backends/unix/dune @@ -3,7 +3,7 @@ (library (name tezos_signer_backends_unix) - (public_name octez-shell-libs.tezos-signer-backends.unix) + (public_name octez-shell-libs.signer-backends.unix) (instrumentation (backend bisect_ppx)) (libraries ocplib-endian.bigstring @@ -13,13 +13,13 @@ octez-libs.tezos-clic octez-libs.tezos-stdlib-unix octez-libs.tezos-stdlib - octez-shell-libs.tezos-client-base + octez-shell-libs.client-base octez-libs.tezos-rpc-http octez-libs.tezos-rpc-http-client octez-libs.tezos-rpc-http-client-unix - octez-shell-libs.tezos-signer-services - octez-shell-libs.tezos-signer-backends - octez-shell-libs.tezos-shell-services + octez-shell-libs.signer-services + octez-shell-libs.signer-backends + octez-shell-libs.shell-services uri (select ledger.ml from (ledgerwallet-tezos -> ledger.available.ml) diff --git a/src/lib_signer_backends/unix/test/dune b/src/lib_signer_backends/unix/test/dune index 0912b2c762a0a48c074142b9901ea94b9f472d11..5b80eb2566a5b453239ddf25da213e9241a25a2f 100644 --- a/src/lib_signer_backends/unix/test/dune +++ b/src/lib_signer_backends/unix/test/dune @@ -9,8 +9,8 @@ octez-libs.tezos-error-monad octez-libs.tezos-stdlib octez-libs.tezos-crypto - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-signer-backends.unix + octez-shell-libs.client-base + octez-shell-libs.signer-backends.unix octez-alcotezt) (library_flags (:standard -linkall)) (flags diff --git a/src/lib_signer_services/dune b/src/lib_signer_services/dune index 90026f18e1e0c7ce1289830becff5d87ba31a74a..1a636494cca79480556359d1d8648ff9a64a6009 100644 --- a/src/lib_signer_services/dune +++ b/src/lib_signer_services/dune @@ -5,12 +5,12 @@ (library (name tezos_signer_services) - (public_name octez-shell-libs.tezos-signer-services) + (public_name octez-shell-libs.signer-services) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-rpc - octez-shell-libs.tezos-client-base) + octez-shell-libs.client-base) (js_of_ocaml) (library_flags (:standard -linkall)) (flags diff --git a/src/lib_smart_rollup/dune b/src/lib_smart_rollup/dune index 9f2484ae7fb46acad2179e3968893d00d63c9530..4c53d64f1043f9f9311e726668e1339960a93672 100644 --- a/src/lib_smart_rollup/dune +++ b/src/lib_smart_rollup/dune @@ -3,7 +3,7 @@ (library (name octez_smart_rollup) - (public_name octez-l2-libs.octez-smart-rollup) + (public_name octez-l2-libs.smart-rollup) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base diff --git a/src/lib_smart_rollup/index.mld b/src/lib_smart_rollup/index.mld index 06eb3a692d7916e2efe1623699a7af20e07ecb95..ff42a47152c71e3358efa3338bfe09d91a9a859a 100644 --- a/src/lib_smart_rollup/index.mld +++ b/src/lib_smart_rollup/index.mld @@ -4,9 +4,9 @@ This is a package containing some libraries used by the layer 2 of Octez. It contains the following libraries: -- {{!module-Octez_smart_rollup}Octez_smart_rollup}: Octez: library for Smart Rollups +- {{!module-Octez_smart_rollup}Octez_smart_rollup}: Library for Smart Rollups - {{!module-Octez_smart_rollup_wasm_benchmark_lib}Octez_smart_rollup_wasm_benchmark_lib}: Smart Rollup WASM benchmark library -- {{!module-Tezos_layer2_store}Tezos_layer2_store}: Tezos: layer2 storage utils +- {{!module-Tezos_layer2_store}Tezos_layer2_store}: layer2 storage utils - {{!module-Tezos_scoru_wasm}Tezos_scoru_wasm} - {{!module-Tezos_scoru_wasm_durable_snapshot}Tezos_scoru_wasm_durable_snapshot}: Durable storage reference implementation - {{!module-Tezos_scoru_wasm_fast}Tezos_scoru_wasm_fast}: WASM functionality for SCORU Fast Execution diff --git a/src/lib_smart_rollup_node/dune b/src/lib_smart_rollup_node/dune index 75afd8988e048212ca17e5072f95663740c80a0e..8b992886e4379451e173297fdcb6fff494ad8e5f 100644 --- a/src/lib_smart_rollup_node/dune +++ b/src/lib_smart_rollup_node/dune @@ -10,8 +10,8 @@ octez-libs.tezos-base.unix octez-libs.tezos-stdlib-unix octez-libs.tezos-crypto - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-client-base-unix + octez-shell-libs.client-base + octez-shell-libs.client-base-unix cohttp-lwt-unix octez-node-config prometheus-app @@ -20,10 +20,10 @@ tezos-dac-client-lib octez-injector tezos-version.value - octez-l2-libs.tezos_layer2_store + octez-l2-libs.layer2_store octez-crawler octez-libs.tezos-workers - octez-l2-libs.octez-smart-rollup) + octez-l2-libs.smart-rollup) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/lib_store/dune b/src/lib_store/dune index 729bcf9c2ec4da3c3d3e049aa666954349b43f99..d069275156a09340f1009c6b49305b31e66aa729 100644 --- a/src/lib_store/dune +++ b/src/lib_store/dune @@ -3,17 +3,17 @@ (library (name tezos_store) - (public_name octez-shell-libs.tezos-store) + (public_name octez-shell-libs.store) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-crypto octez-libs.tezos-rpc lwt-watcher - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-validation - octez-shell-libs.tezos-context-ops - octez-shell-libs.tezos-store.shared) + octez-shell-libs.shell-services + octez-shell-libs.validation + octez-shell-libs.context-ops + octez-shell-libs.store.shared) (flags (:standard) -open Tezos_base @@ -24,4 +24,4 @@ -open Tezos_context_ops -open Tezos_store_shared) (virtual_modules store) - (default_implementation octez-shell-libs.tezos-store.real)) + (default_implementation octez-shell-libs.store.real)) diff --git a/src/lib_store/mocked/dune b/src/lib_store/mocked/dune index 032228ea36184984d5b3de7cc68303ea6ba26673..4b4c40bc2c76d5cf976667e4b4ec5220ac31f4af 100644 --- a/src/lib_store/mocked/dune +++ b/src/lib_store/mocked/dune @@ -4,17 +4,17 @@ (library (name mocked) (public_name octez-shell-libs.mocked) - (implements octez-shell-libs.tezos-store) + (implements octez-shell-libs.store) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-crypto - octez-shell-libs.tezos-shell-services + octez-shell-libs.shell-services octez-libs.tezos-context.memory - octez-shell-libs.tezos-context-ops - octez-shell-libs.tezos-validation - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-store.shared) + octez-shell-libs.context-ops + octez-shell-libs.validation + octez-proto-libs.protocol-environment + octez-shell-libs.store.shared) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/lib_store/real/dune b/src/lib_store/real/dune index 5de4ed3741f871e50242e32784a08cbfc4a40e95..8a56d6c825851da37abc73ef104eef6977560c46 100644 --- a/src/lib_store/real/dune +++ b/src/lib_store/real/dune @@ -3,11 +3,11 @@ (library (name tezos_store_real) - (public_name octez-shell-libs.tezos-store.real) - (implements octez-shell-libs.tezos-store) + (public_name octez-shell-libs.store.real) + (implements octez-shell-libs.store) (instrumentation (backend bisect_ppx)) (libraries - octez-shell-libs.tezos-store.unix) + octez-shell-libs.store.unix) (flags (:standard) -open Tezos_store_unix)) diff --git a/src/lib_store/shared/dune b/src/lib_store/shared/dune index 7144a73ec8f9b0aafab2f0226be1a029415fbf5d..beb56eb199512ca287cd5c380b84c8a9cf21b9c8 100644 --- a/src/lib_store/shared/dune +++ b/src/lib_store/shared/dune @@ -3,16 +3,16 @@ (library (name tezos_store_shared) - (public_name octez-shell-libs.tezos-store.shared) + (public_name octez-shell-libs.store.shared) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-stdlib-unix octez-libs.tezos-base octez-libs.tezos-crypto - octez-shell-libs.tezos-shell-services + octez-shell-libs.shell-services aches aches-lwt - octez-shell-libs.tezos-validation) + octez-shell-libs.validation) (flags (:standard) -open Tezos_stdlib_unix diff --git a/src/lib_store/unix/dune b/src/lib_store/unix/dune index b7373e9100b103c4857b6d412325f4001f822a47..1df685a9f7547b0c5827b862cbc5ffe4d45694ad 100644 --- a/src/lib_store/unix/dune +++ b/src/lib_store/unix/dune @@ -3,21 +3,21 @@ (library (name tezos_store_unix) - (public_name octez-shell-libs.tezos-store.unix) + (public_name octez-shell-libs.store.unix) (instrumentation (backend bisect_ppx)) (libraries - octez-shell-libs.tezos-shell-services + octez-shell-libs.shell-services octez-libs.tezos-base octez-libs.tezos-version index irmin-pack - octez-shell-libs.tezos-store.shared - octez-proto-libs.tezos-protocol-environment + octez-shell-libs.store.shared + octez-proto-libs.protocol-environment octez-libs.tezos-context - octez-shell-libs.tezos-context-ops - octez-shell-libs.tezos-shell-context - octez-shell-libs.tezos-validation - octez-shell-libs.tezos-protocol-updater + octez-shell-libs.context-ops + octez-shell-libs.shell-context + octez-shell-libs.validation + octez-shell-libs.protocol-updater octez-libs.tezos-stdlib-unix octez-libs.tezos-stdlib octez-libs.tezos-crypto @@ -55,18 +55,18 @@ (library (name tezos_store_unix_reconstruction) - (public_name octez-shell-libs.tezos-store.unix-reconstruction) + (public_name octez-shell-libs.store.unix-reconstruction) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-stdlib-unix octez-libs.tezos-crypto - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-protocol-updater - octez-shell-libs.tezos-validation - octez-shell-libs.tezos-context-ops - octez-shell-libs.tezos-store.shared - octez-shell-libs.tezos-store.unix) + octez-shell-libs.shell-services + octez-shell-libs.protocol-updater + octez-shell-libs.validation + octez-shell-libs.context-ops + octez-shell-libs.store.shared + octez-shell-libs.store.unix) (flags (:standard) -open Tezos_base @@ -83,17 +83,17 @@ (library (name tezos_store_unix_snapshots) - (public_name octez-shell-libs.tezos-store.unix-snapshots) + (public_name octez-shell-libs.store.unix-snapshots) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-stdlib-unix octez-libs.tezos-crypto - octez-shell-libs.tezos-shell-services + octez-shell-libs.shell-services octez-libs.tezos-context - octez-shell-libs.tezos-validation - octez-shell-libs.tezos-store.shared - octez-shell-libs.tezos-store.unix) + octez-shell-libs.validation + octez-shell-libs.store.shared + octez-shell-libs.store.unix) (flags (:standard) -open Tezos_base diff --git a/src/lib_store/unix/test/dune b/src/lib_store/unix/test/dune index 4a54b0c653fbca27ddfb3bf67d52038f2f877e90..2e7245668b5ab4b7fdf2f0ddd2060a7ef9efc6b7 100644 --- a/src/lib_store/unix/test/dune +++ b/src/lib_store/unix/test/dune @@ -8,20 +8,20 @@ tezt.core octez-libs.tezos-base octez-libs.tezos-crypto - octez-shell-libs.tezos-context-ops - octez-shell-libs.tezos-store.shared - octez-shell-libs.tezos-store.unix - octez-shell-libs.tezos-store.unix-reconstruction - octez-shell-libs.tezos-store.unix-snapshots - octez-shell-libs.tezos-shell-services + octez-shell-libs.context-ops + octez-shell-libs.store.shared + octez-shell-libs.store.unix + octez-shell-libs.store.unix-reconstruction + octez-shell-libs.store.unix-snapshots + octez-shell-libs.shell-services octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-validation - octez-shell-libs.tezos-protocol-updater + octez-shell-libs.validation + octez-shell-libs.protocol-updater tezos-protocol-demo-noops.embedded-protocol tezos-protocol-genesis.embedded-protocol tezos-protocol-alpha.embedded-protocol tezos-protocol-alpha.parameters - octez-protocol-alpha-libs.tezos-protocol-plugin + octez-protocol-alpha-libs.plugin octez-alcotezt octez-libs.tezos-test-helpers) (library_flags (:standard -linkall)) diff --git a/src/lib_tree_encoding/test/dune b/src/lib_tree_encoding/test/dune index 474bb9df7e9e3fadc9001e294288060d11855b8b..f092f45ab6830f80d3184d1a44f6dbdeb0f48437 100644 --- a/src/lib_tree_encoding/test/dune +++ b/src/lib_tree_encoding/test/dune @@ -12,7 +12,7 @@ octez-libs.tezos-context.disk octez-libs.tezos-base-test-helpers octez-libs.tezos-test-helpers - octez-l2-libs.tezos-webassembly-interpreter + octez-l2-libs.webassembly-interpreter qcheck-alcotest octez-alcotezt) (library_flags (:standard -linkall)) diff --git a/src/lib_validation/dune b/src/lib_validation/dune index 0b60c0d47ceee7fc9d25086b98b28437ef4f8c6b..dda9937c893d976c85765090bcf802ff9f867f45 100644 --- a/src/lib_validation/dune +++ b/src/lib_validation/dune @@ -3,7 +3,7 @@ (library (name tezos_validation) - (public_name octez-shell-libs.tezos-validation) + (public_name octez-shell-libs.validation) (instrumentation (backend bisect_ppx)) (instrumentation (backend tezos-time-measurement)) (libraries @@ -11,10 +11,10 @@ octez-libs.tezos-crypto octez-libs.tezos-rpc octez-libs.tezos-context - octez-shell-libs.tezos-context-ops - octez-shell-libs.tezos-shell-context - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-protocol-updater + octez-shell-libs.context-ops + octez-shell-libs.shell-context + octez-shell-libs.shell-services + octez-shell-libs.protocol-updater octez-libs.tezos-stdlib-unix tezos-version.value) (flags diff --git a/src/lib_wasmer/dune b/src/lib_wasmer/dune index 26d49c8edbc4f196b797a7b96b7bfe2ce1cd005e..83ef71db445ec3004c81d6ba4f59e39a2a14362e 100644 --- a/src/lib_wasmer/dune +++ b/src/lib_wasmer/dune @@ -3,7 +3,7 @@ (library (name tezos_wasmer) - (public_name octez-l2-libs.tezos-wasmer) + (public_name octez-l2-libs.wasmer) (instrumentation (backend bisect_ppx)) (libraries ctypes diff --git a/src/lib_wasmer/test/dune b/src/lib_wasmer/test/dune index 8dca9985635bec00c7f02cd78dc8f2a4df2df997..0383d72560e606d88335c88e3e0159592622c7e6 100644 --- a/src/lib_wasmer/test/dune +++ b/src/lib_wasmer/test/dune @@ -6,7 +6,7 @@ (instrumentation (backend bisect_ppx)) (libraries tezt.core - octez-l2-libs.tezos-wasmer + octez-l2-libs.wasmer octez-alcotezt) (library_flags (:standard -linkall)) (flags diff --git a/src/lib_webassembly/bin/dune b/src/lib_webassembly/bin/dune index 83473b1902fecb7430d8f092c3e30358fe3f3bce..ab857ad4bef5f41ae1a89d5e5362969acb976748 100644 --- a/src/lib_webassembly/bin/dune +++ b/src/lib_webassembly/bin/dune @@ -5,8 +5,8 @@ (name main) (instrumentation (backend bisect_ppx)) (libraries - octez-l2-libs.tezos-webassembly-interpreter - octez-l2-libs.tezos-webassembly-interpreter-extra + octez-l2-libs.webassembly-interpreter + octez-l2-libs.webassembly-interpreter-extra lwt.unix octez-libs.tezos-tree-encoding octez-libs.tezos-lazy-containers) diff --git a/src/lib_webassembly/dune b/src/lib_webassembly/dune index e38c41f08fd47a60b6797ea177a03c59824e885f..553b9d4c6b62d0d6259a33d57a06151ca86f451a 100644 --- a/src/lib_webassembly/dune +++ b/src/lib_webassembly/dune @@ -3,7 +3,7 @@ (library (name tezos_webassembly_interpreter) - (public_name octez-l2-libs.tezos-webassembly-interpreter) + (public_name octez-l2-libs.webassembly-interpreter) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-lwt-result-stdlib diff --git a/src/lib_webassembly/extra/dune b/src/lib_webassembly/extra/dune index ae02724ba3fb4b2cc5fef94e8fe1908198c1287c..0677ea44a0ce23a8edd81236e37e5ccdf50a86e5 100644 --- a/src/lib_webassembly/extra/dune +++ b/src/lib_webassembly/extra/dune @@ -3,10 +3,10 @@ (library (name tezos_webassembly_interpreter_extra) - (public_name octez-l2-libs.tezos-webassembly-interpreter-extra) + (public_name octez-l2-libs.webassembly-interpreter-extra) (instrumentation (backend bisect_ppx)) (libraries - octez-l2-libs.tezos-webassembly-interpreter + octez-l2-libs.webassembly-interpreter lwt.unix octez-libs.tezos-lazy-containers) (flags diff --git a/src/lib_webassembly/tests/dune b/src/lib_webassembly/tests/dune index 0c6d57416a0dc5bde0ec4277dd24b238b576c0eb..3ed70baaebc4f3dd8896e98dc1b09d4d58b60405 100644 --- a/src/lib_webassembly/tests/dune +++ b/src/lib_webassembly/tests/dune @@ -6,7 +6,7 @@ (instrumentation (backend bisect_ppx)) (libraries tezt.core - octez-l2-libs.tezos-webassembly-interpreter + octez-l2-libs.webassembly-interpreter octez-alcotezt) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_000_Ps9mPmXa/lib_client/dune b/src/proto_000_Ps9mPmXa/lib_client/dune index ca1b2116cfc344024135aa05b4453e2dfe3d09c2..aab64641d679ef2bdd6768a7b36739a45aac7d5c 100644 --- a/src/proto_000_Ps9mPmXa/lib_client/dune +++ b/src/proto_000_Ps9mPmXa/lib_client/dune @@ -3,16 +3,16 @@ (library (name tezos_client_000_Ps9mPmXa) - (public_name octez-protocol-000-Ps9mPmXa-libs.tezos-client) + (public_name octez-protocol-000-Ps9mPmXa-libs.client) (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base + octez-shell-libs.shell-services + octez-shell-libs.client-base tezos-protocol-000-Ps9mPmXa.protocol tezos-protocol-000-Ps9mPmXa.protocol.lifted octez-libs.tezos-rpc - octez-shell-libs.tezos-client-commands + octez-shell-libs.client-commands octez-libs.tezos-stdlib-unix) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_000_Ps9mPmXa/lib_protocol/dune b/src/proto_000_Ps9mPmXa/lib_protocol/dune index aecc053f2916fb5eaaad30806f4df8b0401e716d..2585a70d44da77cba130ebae3cb7ab00712d2710 100644 --- a/src/proto_000_Ps9mPmXa/lib_protocol/dune +++ b/src/proto_000_Ps9mPmXa/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-000-Ps9mPmXa.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_000_Ps9mPmXa)) @@ -39,8 +39,8 @@ (public_name tezos-protocol-000-Ps9mPmXa.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-000-Ps9mPmXa.protocol.raw) (flags (:standard) @@ -84,8 +84,8 @@ (public_name tezos-protocol-000-Ps9mPmXa.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-000-Ps9mPmXa.protocol) (flags (:standard) @@ -104,8 +104,8 @@ (library (name tezos_protocol_000_Ps9mPmXa_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -w -6-7-9-16-29-32-51-68 @@ -130,8 +130,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-000-Ps9mPmXa.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_001_PtCJ7pwo/lib_client/dune b/src/proto_001_PtCJ7pwo/lib_client/dune index 2aa564c299a1ef87332160b4c39cdd8a61cd0139..4d646c54c829bf85ba081b0bff923c2ff1349a28 100644 --- a/src/proto_001_PtCJ7pwo/lib_client/dune +++ b/src/proto_001_PtCJ7pwo/lib_client/dune @@ -3,15 +3,15 @@ (library (name tezos_client_001_PtCJ7pwo) - (public_name octez-protocol-001-PtCJ7pwo-libs.tezos-client) + (public_name octez-protocol-001-PtCJ7pwo-libs.client) (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base + octez-shell-libs.shell-services + octez-shell-libs.client-base tezos-protocol-001-PtCJ7pwo.protocol tezos-protocol-001-PtCJ7pwo.protocol.lifted - octez-shell-libs.tezos-signer-backends + octez-shell-libs.signer-backends octez-libs.tezos-rpc uri) (library_flags (:standard -linkall)) diff --git a/src/proto_001_PtCJ7pwo/lib_client_commands/dune b/src/proto_001_PtCJ7pwo/lib_client_commands/dune index 5bb42bfa98cb86cee05c8f3e94ac399bbf75c2f9..417c5fd0d2ef213a9f699313edf9eb956f056d22 100644 --- a/src/proto_001_PtCJ7pwo/lib_client_commands/dune +++ b/src/proto_001_PtCJ7pwo/lib_client_commands/dune @@ -3,17 +3,17 @@ (library (name tezos_client_001_PtCJ7pwo_commands) - (public_name octez-protocol-001-PtCJ7pwo-libs.tezos-client.commands) + (public_name octez-protocol-001-PtCJ7pwo-libs.client.commands) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-001-PtCJ7pwo.protocol octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-001-PtCJ7pwo-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-001-PtCJ7pwo-libs.client + octez-shell-libs.client-commands octez-libs.tezos-rpc) (library_flags (:standard -linkall)) (flags @@ -30,18 +30,17 @@ (library (name tezos_client_001_PtCJ7pwo_commands_registration) - (public_name - octez-protocol-001-PtCJ7pwo-libs.tezos-client.commands-registration) + (public_name octez-protocol-001-PtCJ7pwo-libs.client.commands-registration) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-001-PtCJ7pwo.protocol - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-001-PtCJ7pwo-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-001-PtCJ7pwo-libs.tezos-client.commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-001-PtCJ7pwo-libs.client + octez-shell-libs.client-commands + octez-protocol-001-PtCJ7pwo-libs.client.commands octez-libs.tezos-rpc) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_001_PtCJ7pwo/lib_plugin/index.mld b/src/proto_001_PtCJ7pwo/lib_plugin/index.mld index 017ddcaaf5d2d2fef0190b632812f76e6bed1983..925c5dcedc66f0df727c6411fb0f0950bedc3bc1 100644 --- a/src/proto_001_PtCJ7pwo/lib_plugin/index.mld +++ b/src/proto_001_PtCJ7pwo/lib_plugin/index.mld @@ -5,5 +5,3 @@ This is a package containing some libraries related to the Tezos 001-PtCJ7pwo pr It contains the following libraries: - {{!module-Tezos_client_001_PtCJ7pwo}Tezos_client_001_PtCJ7pwo}: Protocol specific library for `tezos-client` -- {{!module-Tezos_client_001_PtCJ7pwo_commands}Tezos_client_001_PtCJ7pwo_commands} -- {{!module-Tezos_client_001_PtCJ7pwo_commands_registration}Tezos_client_001_PtCJ7pwo_commands_registration} diff --git a/src/proto_001_PtCJ7pwo/lib_protocol/dune b/src/proto_001_PtCJ7pwo/lib_protocol/dune index 343292c4eda3f18510381990a4dc875b98398488..15a05cc1b5e1eedddd5ab479a1157f1e70182f85 100644 --- a/src/proto_001_PtCJ7pwo/lib_protocol/dune +++ b/src/proto_001_PtCJ7pwo/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-001-PtCJ7pwo.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_001_PtCJ7pwo)) @@ -106,8 +106,8 @@ (public_name tezos-protocol-001-PtCJ7pwo.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-001-PtCJ7pwo.protocol.raw) (flags (:standard) @@ -217,8 +217,8 @@ (public_name tezos-protocol-001-PtCJ7pwo.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-001-PtCJ7pwo.protocol) (flags (:standard) @@ -237,8 +237,8 @@ (library (name tezos_protocol_001_PtCJ7pwo_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -w -6-7-9-16-29-32-51-68 @@ -328,8 +328,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-001-PtCJ7pwo.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_002_PsYLVpVv/lib_client/dune b/src/proto_002_PsYLVpVv/lib_client/dune index b6ecaa6727ef6e08d58a76eb430b70c3907ba098..bf1a004ef775d52000c682b4ae794a54725e1ec4 100644 --- a/src/proto_002_PsYLVpVv/lib_client/dune +++ b/src/proto_002_PsYLVpVv/lib_client/dune @@ -3,15 +3,15 @@ (library (name tezos_client_002_PsYLVpVv) - (public_name octez-protocol-002-PsYLVpVv-libs.tezos-client) + (public_name octez-protocol-002-PsYLVpVv-libs.client) (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base + octez-shell-libs.shell-services + octez-shell-libs.client-base tezos-protocol-002-PsYLVpVv.protocol tezos-protocol-002-PsYLVpVv.protocol.lifted - octez-shell-libs.tezos-signer-backends + octez-shell-libs.signer-backends octez-libs.tezos-rpc uri) (library_flags (:standard -linkall)) diff --git a/src/proto_002_PsYLVpVv/lib_client_commands/dune b/src/proto_002_PsYLVpVv/lib_client_commands/dune index 7ac9dec0914ef3324d44bbf1ae716e59b606ac19..593b56efe24f4690a3a7cd9f0789719228105129 100644 --- a/src/proto_002_PsYLVpVv/lib_client_commands/dune +++ b/src/proto_002_PsYLVpVv/lib_client_commands/dune @@ -3,17 +3,17 @@ (library (name tezos_client_002_PsYLVpVv_commands) - (public_name octez-protocol-002-PsYLVpVv-libs.tezos-client.commands) + (public_name octez-protocol-002-PsYLVpVv-libs.client.commands) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-002-PsYLVpVv.protocol octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-002-PsYLVpVv-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-002-PsYLVpVv-libs.client + octez-shell-libs.client-commands octez-libs.tezos-rpc) (library_flags (:standard -linkall)) (flags @@ -30,18 +30,17 @@ (library (name tezos_client_002_PsYLVpVv_commands_registration) - (public_name - octez-protocol-002-PsYLVpVv-libs.tezos-client.commands-registration) + (public_name octez-protocol-002-PsYLVpVv-libs.client.commands-registration) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-002-PsYLVpVv.protocol - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-002-PsYLVpVv-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-002-PsYLVpVv-libs.tezos-client.commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-002-PsYLVpVv-libs.client + octez-shell-libs.client-commands + octez-protocol-002-PsYLVpVv-libs.client.commands octez-libs.tezos-rpc) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_002_PsYLVpVv/lib_plugin/index.mld b/src/proto_002_PsYLVpVv/lib_plugin/index.mld index 472de48612c8b6e49a141028b5b9abd0ff91dfdf..7a41c0d7b9a3a7adb2417bf0ebd0e53acf0cad22 100644 --- a/src/proto_002_PsYLVpVv/lib_plugin/index.mld +++ b/src/proto_002_PsYLVpVv/lib_plugin/index.mld @@ -5,5 +5,3 @@ This is a package containing some libraries related to the Tezos 002-PsYLVpVv pr It contains the following libraries: - {{!module-Tezos_client_002_PsYLVpVv}Tezos_client_002_PsYLVpVv}: Protocol specific library for `tezos-client` -- {{!module-Tezos_client_002_PsYLVpVv_commands}Tezos_client_002_PsYLVpVv_commands} -- {{!module-Tezos_client_002_PsYLVpVv_commands_registration}Tezos_client_002_PsYLVpVv_commands_registration} diff --git a/src/proto_002_PsYLVpVv/lib_protocol/dune b/src/proto_002_PsYLVpVv/lib_protocol/dune index 73e0d4b2e9a8f025c345fd4c6c7bdf0b3f1db915..c072e82f12a6892be7ce41306ef19a259c939996 100644 --- a/src/proto_002_PsYLVpVv/lib_protocol/dune +++ b/src/proto_002_PsYLVpVv/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-002-PsYLVpVv.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_002_PsYLVpVv)) @@ -106,8 +106,8 @@ (public_name tezos-protocol-002-PsYLVpVv.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-002-PsYLVpVv.protocol.raw) (flags (:standard) @@ -217,8 +217,8 @@ (public_name tezos-protocol-002-PsYLVpVv.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-002-PsYLVpVv.protocol) (flags (:standard) @@ -237,8 +237,8 @@ (library (name tezos_protocol_002_PsYLVpVv_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -w -6-7-9-16-29-32-51-68 @@ -328,8 +328,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-002-PsYLVpVv.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_003_PsddFKi3/lib_client/dune b/src/proto_003_PsddFKi3/lib_client/dune index ed1de6d3fdebdb52457984eecc8248895341bd12..f1de1f96af37b78b08e06ed0118b5793478881fc 100644 --- a/src/proto_003_PsddFKi3/lib_client/dune +++ b/src/proto_003_PsddFKi3/lib_client/dune @@ -3,15 +3,15 @@ (library (name tezos_client_003_PsddFKi3) - (public_name octez-protocol-003-PsddFKi3-libs.tezos-client) + (public_name octez-protocol-003-PsddFKi3-libs.client) (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base + octez-shell-libs.shell-services + octez-shell-libs.client-base tezos-protocol-003-PsddFKi3.protocol tezos-protocol-003-PsddFKi3.protocol.lifted - octez-shell-libs.tezos-signer-backends + octez-shell-libs.signer-backends octez-libs.tezos-rpc uri) (library_flags (:standard -linkall)) diff --git a/src/proto_003_PsddFKi3/lib_client_commands/dune b/src/proto_003_PsddFKi3/lib_client_commands/dune index 0815453c0901ebaeb9a87ff679fc58b3d4457952..a6a63769a73798e3500af8dd30b409bcbaf548da 100644 --- a/src/proto_003_PsddFKi3/lib_client_commands/dune +++ b/src/proto_003_PsddFKi3/lib_client_commands/dune @@ -3,17 +3,17 @@ (library (name tezos_client_003_PsddFKi3_commands) - (public_name octez-protocol-003-PsddFKi3-libs.tezos-client.commands) + (public_name octez-protocol-003-PsddFKi3-libs.client.commands) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-003-PsddFKi3.protocol octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-003-PsddFKi3-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-003-PsddFKi3-libs.client + octez-shell-libs.client-commands octez-libs.tezos-rpc) (library_flags (:standard -linkall)) (flags @@ -30,18 +30,17 @@ (library (name tezos_client_003_PsddFKi3_commands_registration) - (public_name - octez-protocol-003-PsddFKi3-libs.tezos-client.commands-registration) + (public_name octez-protocol-003-PsddFKi3-libs.client.commands-registration) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-003-PsddFKi3.protocol - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-003-PsddFKi3-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-003-PsddFKi3-libs.tezos-client.commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-003-PsddFKi3-libs.client + octez-shell-libs.client-commands + octez-protocol-003-PsddFKi3-libs.client.commands octez-libs.tezos-rpc) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_003_PsddFKi3/lib_plugin/index.mld b/src/proto_003_PsddFKi3/lib_plugin/index.mld index 309b0767d4ff6057606ef508738e769e7257ef32..77539d166d3a34c8fc9ab2713edf337842c1ab9e 100644 --- a/src/proto_003_PsddFKi3/lib_plugin/index.mld +++ b/src/proto_003_PsddFKi3/lib_plugin/index.mld @@ -5,5 +5,3 @@ This is a package containing some libraries related to the Tezos 003-PsddFKi3 pr It contains the following libraries: - {{!module-Tezos_client_003_PsddFKi3}Tezos_client_003_PsddFKi3}: Protocol specific library for `tezos-client` -- {{!module-Tezos_client_003_PsddFKi3_commands}Tezos_client_003_PsddFKi3_commands} -- {{!module-Tezos_client_003_PsddFKi3_commands_registration}Tezos_client_003_PsddFKi3_commands_registration} diff --git a/src/proto_003_PsddFKi3/lib_protocol/dune b/src/proto_003_PsddFKi3/lib_protocol/dune index 2a7c239d633c0f3cb6cb85857461cf122c04827c..4edd4aafaa3f3d6f4e812571ce8a59046e78be2b 100644 --- a/src/proto_003_PsddFKi3/lib_protocol/dune +++ b/src/proto_003_PsddFKi3/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-003-PsddFKi3.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_003_PsddFKi3)) @@ -107,8 +107,8 @@ (public_name tezos-protocol-003-PsddFKi3.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-003-PsddFKi3.protocol.raw) (flags (:standard) @@ -219,8 +219,8 @@ (public_name tezos-protocol-003-PsddFKi3.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-003-PsddFKi3.protocol) (flags (:standard) @@ -239,8 +239,8 @@ (library (name tezos_protocol_003_PsddFKi3_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -w -6-7-9-16-29-32-51-68 @@ -331,8 +331,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-003-PsddFKi3.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_004_Pt24m4xi/lib_client/dune b/src/proto_004_Pt24m4xi/lib_client/dune index efbab10660fb45c27ed918d13ae569b8142dc260..440a5629164c94dda0bfd1f9975ff1f78c7f3930 100644 --- a/src/proto_004_Pt24m4xi/lib_client/dune +++ b/src/proto_004_Pt24m4xi/lib_client/dune @@ -3,15 +3,15 @@ (library (name tezos_client_004_Pt24m4xi) - (public_name octez-protocol-004-Pt24m4xi-libs.tezos-client) + (public_name octez-protocol-004-Pt24m4xi-libs.client) (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base + octez-shell-libs.shell-services + octez-shell-libs.client-base tezos-protocol-004-Pt24m4xi.protocol tezos-protocol-004-Pt24m4xi.protocol.lifted - octez-shell-libs.tezos-signer-backends + octez-shell-libs.signer-backends octez-libs.tezos-rpc uri) (library_flags (:standard -linkall)) diff --git a/src/proto_004_Pt24m4xi/lib_client_commands/dune b/src/proto_004_Pt24m4xi/lib_client_commands/dune index da707379bf0a83e39fbf902cde02a134cf18610f..47d10de2489a9eb8f104956cc3c5558c6cbb3c66 100644 --- a/src/proto_004_Pt24m4xi/lib_client_commands/dune +++ b/src/proto_004_Pt24m4xi/lib_client_commands/dune @@ -3,17 +3,17 @@ (library (name tezos_client_004_Pt24m4xi_commands) - (public_name octez-protocol-004-Pt24m4xi-libs.tezos-client.commands) + (public_name octez-protocol-004-Pt24m4xi-libs.client.commands) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-004-Pt24m4xi.protocol octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-004-Pt24m4xi-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-004-Pt24m4xi-libs.client + octez-shell-libs.client-commands octez-libs.tezos-rpc) (library_flags (:standard -linkall)) (flags @@ -30,18 +30,17 @@ (library (name tezos_client_004_Pt24m4xi_commands_registration) - (public_name - octez-protocol-004-Pt24m4xi-libs.tezos-client.commands-registration) + (public_name octez-protocol-004-Pt24m4xi-libs.client.commands-registration) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-004-Pt24m4xi.protocol - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-004-Pt24m4xi-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-004-Pt24m4xi-libs.tezos-client.commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-004-Pt24m4xi-libs.client + octez-shell-libs.client-commands + octez-protocol-004-Pt24m4xi-libs.client.commands octez-libs.tezos-rpc) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_004_Pt24m4xi/lib_plugin/index.mld b/src/proto_004_Pt24m4xi/lib_plugin/index.mld index 4ebf55f12dc5c79db901c18439102feb1d5a5d14..a27abb6ab06d00354ffa5657783d74f0d0efe28f 100644 --- a/src/proto_004_Pt24m4xi/lib_plugin/index.mld +++ b/src/proto_004_Pt24m4xi/lib_plugin/index.mld @@ -5,5 +5,3 @@ This is a package containing some libraries related to the Tezos 004-Pt24m4xi pr It contains the following libraries: - {{!module-Tezos_client_004_Pt24m4xi}Tezos_client_004_Pt24m4xi}: Protocol specific library for `tezos-client` -- {{!module-Tezos_client_004_Pt24m4xi_commands}Tezos_client_004_Pt24m4xi_commands} -- {{!module-Tezos_client_004_Pt24m4xi_commands_registration}Tezos_client_004_Pt24m4xi_commands_registration} diff --git a/src/proto_004_Pt24m4xi/lib_protocol/dune b/src/proto_004_Pt24m4xi/lib_protocol/dune index 5d9c4b2c4ab815150f5d5c47d195d25960426b6c..883e1e685e3e39e4c8d82786e526ce050742ac9a 100644 --- a/src/proto_004_Pt24m4xi/lib_protocol/dune +++ b/src/proto_004_Pt24m4xi/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-004-Pt24m4xi.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_004_Pt24m4xi)) @@ -107,8 +107,8 @@ (public_name tezos-protocol-004-Pt24m4xi.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-004-Pt24m4xi.protocol.raw) (flags (:standard) @@ -219,8 +219,8 @@ (public_name tezos-protocol-004-Pt24m4xi.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-004-Pt24m4xi.protocol) (flags (:standard) @@ -239,8 +239,8 @@ (library (name tezos_protocol_004_Pt24m4xi_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -w -6-7-9-16-29-32-51-68 @@ -331,8 +331,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-004-Pt24m4xi.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_005_PsBABY5H/lib_protocol/dune b/src/proto_005_PsBABY5H/lib_protocol/dune index 92e9ee421ddcd1bc8656d68fddc129995096017c..9c46e754921aad0f02d046ea44247fd53aa17b29 100644 --- a/src/proto_005_PsBABY5H/lib_protocol/dune +++ b/src/proto_005_PsBABY5H/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-005-PsBABY5H.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_005_PsBABY5H)) @@ -108,8 +108,8 @@ (public_name tezos-protocol-005-PsBABY5H.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-005-PsBABY5H.protocol.raw) (flags (:standard) @@ -221,8 +221,8 @@ (public_name tezos-protocol-005-PsBABY5H.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-005-PsBABY5H.protocol) (flags (:standard) @@ -241,8 +241,8 @@ (library (name tezos_protocol_005_PsBABY5H_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -w -6-7-9-16-29-32-51-68 @@ -334,8 +334,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-005-PsBABY5H.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_005_PsBabyM1/lib_client/dune b/src/proto_005_PsBabyM1/lib_client/dune index 50585dbeb7bb1c68942bcd081ff2ddf28bf4d447..4c3884c1269e759f9eef5217e1a195b341fb71c4 100644 --- a/src/proto_005_PsBabyM1/lib_client/dune +++ b/src/proto_005_PsBabyM1/lib_client/dune @@ -3,15 +3,15 @@ (library (name tezos_client_005_PsBabyM1) - (public_name octez-protocol-005-PsBabyM1-libs.tezos-client) + (public_name octez-protocol-005-PsBabyM1-libs.client) (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base + octez-shell-libs.shell-services + octez-shell-libs.client-base tezos-protocol-005-PsBabyM1.protocol tezos-protocol-005-PsBabyM1.protocol.lifted - octez-shell-libs.tezos-signer-backends + octez-shell-libs.signer-backends octez-libs.tezos-rpc uri) (library_flags (:standard -linkall)) diff --git a/src/proto_005_PsBabyM1/lib_client_commands/dune b/src/proto_005_PsBabyM1/lib_client_commands/dune index 2c989f4c90d374268648c25da612208a86bf2b74..b4aea26cfa0fb8d4f9e8e9b04d1716593c32c401 100644 --- a/src/proto_005_PsBabyM1/lib_client_commands/dune +++ b/src/proto_005_PsBabyM1/lib_client_commands/dune @@ -3,17 +3,17 @@ (library (name tezos_client_005_PsBabyM1_commands) - (public_name octez-protocol-005-PsBabyM1-libs.tezos-client.commands) + (public_name octez-protocol-005-PsBabyM1-libs.client.commands) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-005-PsBabyM1.protocol octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-005-PsBabyM1-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-005-PsBabyM1-libs.client + octez-shell-libs.client-commands octez-libs.tezos-rpc) (library_flags (:standard -linkall)) (flags @@ -30,18 +30,17 @@ (library (name tezos_client_005_PsBabyM1_commands_registration) - (public_name - octez-protocol-005-PsBabyM1-libs.tezos-client.commands-registration) + (public_name octez-protocol-005-PsBabyM1-libs.client.commands-registration) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-005-PsBabyM1.protocol - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-005-PsBabyM1-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-005-PsBabyM1-libs.tezos-client.commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-005-PsBabyM1-libs.client + octez-shell-libs.client-commands + octez-protocol-005-PsBabyM1-libs.client.commands octez-libs.tezos-rpc) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_005_PsBabyM1/lib_plugin/index.mld b/src/proto_005_PsBabyM1/lib_plugin/index.mld index b8ec55be3ad9309496254b8d957b811357656f3f..af2e030286083d80bd032cc2ee7b12a3d46dd2b5 100644 --- a/src/proto_005_PsBabyM1/lib_plugin/index.mld +++ b/src/proto_005_PsBabyM1/lib_plugin/index.mld @@ -5,5 +5,3 @@ This is a package containing some libraries related to the Tezos 005-PsBabyM1 pr It contains the following libraries: - {{!module-Tezos_client_005_PsBabyM1}Tezos_client_005_PsBabyM1}: Protocol specific library for `tezos-client` -- {{!module-Tezos_client_005_PsBabyM1_commands}Tezos_client_005_PsBabyM1_commands} -- {{!module-Tezos_client_005_PsBabyM1_commands_registration}Tezos_client_005_PsBabyM1_commands_registration} diff --git a/src/proto_005_PsBabyM1/lib_protocol/dune b/src/proto_005_PsBabyM1/lib_protocol/dune index 52c990ddf982b3c19b84439089731ce80a51ac62..2493d8e80d6737157c672d7a68a7d992ebc9065a 100644 --- a/src/proto_005_PsBabyM1/lib_protocol/dune +++ b/src/proto_005_PsBabyM1/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-005-PsBabyM1.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_005_PsBabyM1)) @@ -108,8 +108,8 @@ (public_name tezos-protocol-005-PsBabyM1.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-005-PsBabyM1.protocol.raw) (flags (:standard) @@ -221,8 +221,8 @@ (public_name tezos-protocol-005-PsBabyM1.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-005-PsBabyM1.protocol) (flags (:standard) @@ -241,8 +241,8 @@ (library (name tezos_protocol_005_PsBabyM1_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -w -6-7-9-16-29-32-51-68 @@ -334,8 +334,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-005-PsBabyM1.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_006_PsCARTHA/lib_client/dune b/src/proto_006_PsCARTHA/lib_client/dune index 21b745b2580521b18ee0f8846b0f436d5a190e44..9fba49701ad3976bbf3a2f26128b61e8271f3d39 100644 --- a/src/proto_006_PsCARTHA/lib_client/dune +++ b/src/proto_006_PsCARTHA/lib_client/dune @@ -3,15 +3,15 @@ (library (name tezos_client_006_PsCARTHA) - (public_name octez-protocol-006-PsCARTHA-libs.tezos-client) + (public_name octez-protocol-006-PsCARTHA-libs.client) (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base + octez-shell-libs.shell-services + octez-shell-libs.client-base tezos-protocol-006-PsCARTHA.protocol tezos-protocol-006-PsCARTHA.protocol.lifted - octez-shell-libs.tezos-signer-backends + octez-shell-libs.signer-backends octez-libs.tezos-rpc uri) (library_flags (:standard -linkall)) diff --git a/src/proto_006_PsCARTHA/lib_client_commands/dune b/src/proto_006_PsCARTHA/lib_client_commands/dune index 651f20282ca6742e27c893bd2db0889a6b9f30d9..8bcfcff8add7113fd3f01d59b8e516e20b31c9c0 100644 --- a/src/proto_006_PsCARTHA/lib_client_commands/dune +++ b/src/proto_006_PsCARTHA/lib_client_commands/dune @@ -3,17 +3,17 @@ (library (name tezos_client_006_PsCARTHA_commands) - (public_name octez-protocol-006-PsCARTHA-libs.tezos-client.commands) + (public_name octez-protocol-006-PsCARTHA-libs.client.commands) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-006-PsCARTHA.protocol octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-006-PsCARTHA-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-006-PsCARTHA-libs.client + octez-shell-libs.client-commands octez-libs.tezos-rpc) (library_flags (:standard -linkall)) (flags @@ -30,18 +30,17 @@ (library (name tezos_client_006_PsCARTHA_commands_registration) - (public_name - octez-protocol-006-PsCARTHA-libs.tezos-client.commands-registration) + (public_name octez-protocol-006-PsCARTHA-libs.client.commands-registration) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-006-PsCARTHA.protocol - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-006-PsCARTHA-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-006-PsCARTHA-libs.tezos-client.commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-006-PsCARTHA-libs.client + octez-shell-libs.client-commands + octez-protocol-006-PsCARTHA-libs.client.commands octez-libs.tezos-rpc) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_006_PsCARTHA/lib_plugin/index.mld b/src/proto_006_PsCARTHA/lib_plugin/index.mld index 39183d56c39172144fe03b6c21e7bdee74072bcf..b6d2e74bb5c97ce4a952803b25268d2d00712215 100644 --- a/src/proto_006_PsCARTHA/lib_plugin/index.mld +++ b/src/proto_006_PsCARTHA/lib_plugin/index.mld @@ -5,5 +5,3 @@ This is a package containing some libraries related to the Tezos 006-PsCARTHA pr It contains the following libraries: - {{!module-Tezos_client_006_PsCARTHA}Tezos_client_006_PsCARTHA}: Protocol specific library for `tezos-client` -- {{!module-Tezos_client_006_PsCARTHA_commands}Tezos_client_006_PsCARTHA_commands} -- {{!module-Tezos_client_006_PsCARTHA_commands_registration}Tezos_client_006_PsCARTHA_commands_registration} diff --git a/src/proto_006_PsCARTHA/lib_protocol/dune b/src/proto_006_PsCARTHA/lib_protocol/dune index bfb98615b8a43b293fca778e0c1173ec945d80dc..3f27d4d7760060773a48dfa2f0cf6f41c2313631 100644 --- a/src/proto_006_PsCARTHA/lib_protocol/dune +++ b/src/proto_006_PsCARTHA/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-006-PsCARTHA.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_006_PsCARTHA)) @@ -108,8 +108,8 @@ (public_name tezos-protocol-006-PsCARTHA.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-006-PsCARTHA.protocol.raw) (flags (:standard) @@ -221,8 +221,8 @@ (public_name tezos-protocol-006-PsCARTHA.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-006-PsCARTHA.protocol) (flags (:standard) @@ -241,8 +241,8 @@ (library (name tezos_protocol_006_PsCARTHA_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -w -6-7-9-16-29-32-51-68 @@ -334,8 +334,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-006-PsCARTHA.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_007_PsDELPH1/lib_client/dune b/src/proto_007_PsDELPH1/lib_client/dune index eff2cf83d310bff9516f134ac453bd3a134ee6d8..2cabd800ecd68c455431874b8adb457f3cc15629 100644 --- a/src/proto_007_PsDELPH1/lib_client/dune +++ b/src/proto_007_PsDELPH1/lib_client/dune @@ -3,16 +3,16 @@ (library (name tezos_client_007_PsDELPH1) - (public_name octez-protocol-007-PsDELPH1-libs.tezos-client) + (public_name octez-protocol-007-PsDELPH1-libs.client) (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base + octez-shell-libs.shell-services + octez-shell-libs.client-base tezos-protocol-007-PsDELPH1.protocol tezos-protocol-007-PsDELPH1.protocol.lifted - octez-shell-libs.tezos-signer-backends - octez-protocol-007-PsDELPH1-libs.tezos-protocol-plugin + octez-shell-libs.signer-backends + octez-protocol-007-PsDELPH1-libs.plugin octez-libs.tezos-rpc uri) (library_flags (:standard -linkall)) diff --git a/src/proto_007_PsDELPH1/lib_client_commands/dune b/src/proto_007_PsDELPH1/lib_client_commands/dune index 1b5559737b3bbfe61529fc2c5fd08ba5450c6459..1c14de8747cc07a127455ba47b80415972dfefb5 100644 --- a/src/proto_007_PsDELPH1/lib_client_commands/dune +++ b/src/proto_007_PsDELPH1/lib_client_commands/dune @@ -3,17 +3,17 @@ (library (name tezos_client_007_PsDELPH1_commands) - (public_name octez-protocol-007-PsDELPH1-libs.tezos-client.commands) + (public_name octez-protocol-007-PsDELPH1-libs.client.commands) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-007-PsDELPH1.protocol octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-007-PsDELPH1-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-007-PsDELPH1-libs.client + octez-shell-libs.client-commands octez-libs.tezos-rpc) (library_flags (:standard -linkall)) (flags @@ -30,18 +30,17 @@ (library (name tezos_client_007_PsDELPH1_commands_registration) - (public_name - octez-protocol-007-PsDELPH1-libs.tezos-client.commands-registration) + (public_name octez-protocol-007-PsDELPH1-libs.client.commands-registration) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-007-PsDELPH1.protocol - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-007-PsDELPH1-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-007-PsDELPH1-libs.tezos-client.commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-007-PsDELPH1-libs.client + octez-shell-libs.client-commands + octez-protocol-007-PsDELPH1-libs.client.commands octez-libs.tezos-rpc) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_007_PsDELPH1/lib_plugin/dune b/src/proto_007_PsDELPH1/lib_plugin/dune index bd075931c8cad581663d3338d6a9a4b66e6a4bc5..9ebb141fa29fb5ed8f2a6b7a9de0c40876a1f1e8 100644 --- a/src/proto_007_PsDELPH1/lib_plugin/dune +++ b/src/proto_007_PsDELPH1/lib_plugin/dune @@ -3,7 +3,7 @@ (library (name tezos_protocol_plugin_007_PsDELPH1) - (public_name octez-protocol-007-PsDELPH1-libs.tezos-protocol-plugin) + (public_name octez-protocol-007-PsDELPH1-libs.plugin) (libraries octez-libs.tezos-base tezos-protocol-007-PsDELPH1.protocol) @@ -18,13 +18,12 @@ (library (name tezos_protocol_plugin_007_PsDELPH1_registerer) - (public_name - octez-protocol-007-PsDELPH1-libs.tezos-protocol-plugin-registerer) + (public_name octez-protocol-007-PsDELPH1-libs.plugin-registerer) (libraries octez-libs.tezos-base tezos-protocol-007-PsDELPH1.embedded-protocol - octez-protocol-007-PsDELPH1-libs.tezos-protocol-plugin - octez-shell-libs.tezos-validation) + octez-protocol-007-PsDELPH1-libs.plugin + octez-shell-libs.validation) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/proto_007_PsDELPH1/lib_plugin/index.mld b/src/proto_007_PsDELPH1/lib_plugin/index.mld index fc1e570c0477a13703c56035183a84dc92523868..367a0bfcb8d8c220dfd0d86f7ca31ccd3225eb54 100644 --- a/src/proto_007_PsDELPH1/lib_plugin/index.mld +++ b/src/proto_007_PsDELPH1/lib_plugin/index.mld @@ -5,7 +5,5 @@ This is a package containing some libraries related to the Tezos 007-PsDELPH1 pr It contains the following libraries: - {{!module-Tezos_client_007_PsDELPH1}Tezos_client_007_PsDELPH1}: Protocol specific library for `tezos-client` -- {{!module-Tezos_client_007_PsDELPH1_commands}Tezos_client_007_PsDELPH1_commands} -- {{!module-Tezos_client_007_PsDELPH1_commands_registration}Tezos_client_007_PsDELPH1_commands_registration} - {{!module-Tezos_protocol_plugin_007_PsDELPH1}Tezos_protocol_plugin_007_PsDELPH1}: Protocol plugin - {{!module-Tezos_protocol_plugin_007_PsDELPH1_registerer}Tezos_protocol_plugin_007_PsDELPH1_registerer}: Protocol plugin registerer diff --git a/src/proto_007_PsDELPH1/lib_protocol/dune b/src/proto_007_PsDELPH1/lib_protocol/dune index 236ed4e0c9941df5c12ce0a99793263daf18c6bb..c559700ff5d746dfad4b9ba6f9332100a5132d99 100644 --- a/src/proto_007_PsDELPH1/lib_protocol/dune +++ b/src/proto_007_PsDELPH1/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-007-PsDELPH1.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_007_PsDELPH1)) @@ -110,8 +110,8 @@ (public_name tezos-protocol-007-PsDELPH1.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-007-PsDELPH1.protocol.raw) (flags (:standard) @@ -225,8 +225,8 @@ (public_name tezos-protocol-007-PsDELPH1.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-007-PsDELPH1.protocol) (flags (:standard) @@ -245,8 +245,8 @@ (library (name tezos_protocol_007_PsDELPH1_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -w -6-7-9-16-29-32-51-68 @@ -340,8 +340,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-007-PsDELPH1.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_008_PtEdo2Zk/lib_client/dune b/src/proto_008_PtEdo2Zk/lib_client/dune index 6fa7eaf67daae3d6b7e4d51b5e9cc9b465d262c4..b42446805507f3103a3922ecaf356a5a6eeb10e9 100644 --- a/src/proto_008_PtEdo2Zk/lib_client/dune +++ b/src/proto_008_PtEdo2Zk/lib_client/dune @@ -3,17 +3,17 @@ (library (name tezos_client_008_PtEdo2Zk) - (public_name octez-protocol-008-PtEdo2Zk-libs.tezos-client) + (public_name octez-protocol-008-PtEdo2Zk-libs.client) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base + octez-shell-libs.shell-services + octez-shell-libs.client-base tezos-protocol-008-PtEdo2Zk.protocol tezos-protocol-008-PtEdo2Zk.protocol.lifted - octez-shell-libs.tezos-signer-backends - octez-protocol-008-PtEdo2Zk-libs.tezos-protocol-plugin + octez-shell-libs.signer-backends + octez-protocol-008-PtEdo2Zk-libs.plugin octez-libs.tezos-rpc uri) (library_flags (:standard -linkall)) diff --git a/src/proto_008_PtEdo2Zk/lib_client_commands/dune b/src/proto_008_PtEdo2Zk/lib_client_commands/dune index 9022a4ace03f1e8e693ddc353e46a25524c5188a..5a188804680581aaab345fb0687afd8056349490 100644 --- a/src/proto_008_PtEdo2Zk/lib_client_commands/dune +++ b/src/proto_008_PtEdo2Zk/lib_client_commands/dune @@ -3,20 +3,20 @@ (library (name tezos_client_008_PtEdo2Zk_commands) - (public_name octez-protocol-008-PtEdo2Zk-libs.tezos-client.commands) + (public_name octez-protocol-008-PtEdo2Zk-libs.client.commands) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-008-PtEdo2Zk.protocol octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-008-PtEdo2Zk-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-008-PtEdo2Zk-libs.client + octez-shell-libs.client-commands octez-libs.tezos-rpc - octez-protocol-008-PtEdo2Zk-libs.tezos-protocol-plugin) + octez-protocol-008-PtEdo2Zk-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) @@ -33,21 +33,20 @@ (library (name tezos_client_008_PtEdo2Zk_commands_registration) - (public_name - octez-protocol-008-PtEdo2Zk-libs.tezos-client.commands-registration) + (public_name octez-protocol-008-PtEdo2Zk-libs.client.commands-registration) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-008-PtEdo2Zk.protocol - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-008-PtEdo2Zk-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-008-PtEdo2Zk-libs.tezos-client.commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-008-PtEdo2Zk-libs.client + octez-shell-libs.client-commands + octez-protocol-008-PtEdo2Zk-libs.client.commands octez-libs.tezos-rpc - octez-protocol-008-PtEdo2Zk-libs.tezos-protocol-plugin) + octez-protocol-008-PtEdo2Zk-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_008_PtEdo2Zk/lib_plugin/dune b/src/proto_008_PtEdo2Zk/lib_plugin/dune index 6291e515f7e6e806ec4aa99a78a4a3aa74cef9e1..c5207b41c3ab8ac833b0163b5885207ce382f740 100644 --- a/src/proto_008_PtEdo2Zk/lib_plugin/dune +++ b/src/proto_008_PtEdo2Zk/lib_plugin/dune @@ -3,7 +3,7 @@ (library (name tezos_protocol_plugin_008_PtEdo2Zk) - (public_name octez-protocol-008-PtEdo2Zk-libs.tezos-protocol-plugin) + (public_name octez-protocol-008-PtEdo2Zk-libs.plugin) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -19,14 +19,13 @@ (library (name tezos_protocol_plugin_008_PtEdo2Zk_registerer) - (public_name - octez-protocol-008-PtEdo2Zk-libs.tezos-protocol-plugin-registerer) + (public_name octez-protocol-008-PtEdo2Zk-libs.plugin-registerer) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-008-PtEdo2Zk.embedded-protocol - octez-protocol-008-PtEdo2Zk-libs.tezos-protocol-plugin - octez-shell-libs.tezos-validation) + octez-protocol-008-PtEdo2Zk-libs.plugin + octez-shell-libs.validation) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/proto_008_PtEdo2Zk/lib_plugin/index.mld b/src/proto_008_PtEdo2Zk/lib_plugin/index.mld index a51ddbcf60ede88b617a71a760f8eab8342f6894..107adde97a387de9ee35a23ca0bc0ed73e39293e 100644 --- a/src/proto_008_PtEdo2Zk/lib_plugin/index.mld +++ b/src/proto_008_PtEdo2Zk/lib_plugin/index.mld @@ -5,7 +5,5 @@ This is a package containing some libraries related to the Tezos 008-PtEdo2Zk pr It contains the following libraries: - {{!module-Tezos_client_008_PtEdo2Zk}Tezos_client_008_PtEdo2Zk}: Protocol specific library for `tezos-client` -- {{!module-Tezos_client_008_PtEdo2Zk_commands}Tezos_client_008_PtEdo2Zk_commands} -- {{!module-Tezos_client_008_PtEdo2Zk_commands_registration}Tezos_client_008_PtEdo2Zk_commands_registration} - {{!module-Tezos_protocol_plugin_008_PtEdo2Zk}Tezos_protocol_plugin_008_PtEdo2Zk}: Protocol plugin - {{!module-Tezos_protocol_plugin_008_PtEdo2Zk_registerer}Tezos_protocol_plugin_008_PtEdo2Zk_registerer}: Protocol plugin registerer diff --git a/src/proto_008_PtEdo2Zk/lib_protocol/dune b/src/proto_008_PtEdo2Zk/lib_protocol/dune index f450bba9160bba065dae16d5a6922f9ccdbae6e9..25260a07d9b2bc9ba2c908986089fa438db4881b 100644 --- a/src/proto_008_PtEdo2Zk/lib_protocol/dune +++ b/src/proto_008_PtEdo2Zk/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-008-PtEdo2Zk.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_008_PtEdo2Zk)) @@ -115,8 +115,8 @@ (public_name tezos-protocol-008-PtEdo2Zk.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-008-PtEdo2Zk.protocol.raw) (flags (:standard) @@ -235,8 +235,8 @@ (public_name tezos-protocol-008-PtEdo2Zk.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-008-PtEdo2Zk.protocol) (flags (:standard) @@ -255,8 +255,8 @@ (library (name tezos_protocol_008_PtEdo2Zk_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -w -6-7-9-16-29-32-51-68 @@ -355,8 +355,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-008-PtEdo2Zk.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_008_PtEdoTez/lib_protocol/dune b/src/proto_008_PtEdoTez/lib_protocol/dune index 68efc98c139501aaafed798c0728221aa077f24b..92a18337c3465ce9b3bbe334d8d9c3e6e35b5ebd 100644 --- a/src/proto_008_PtEdoTez/lib_protocol/dune +++ b/src/proto_008_PtEdoTez/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-008-PtEdoTez.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_008_PtEdoTez)) @@ -115,8 +115,8 @@ (public_name tezos-protocol-008-PtEdoTez.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-008-PtEdoTez.protocol.raw) (flags (:standard) @@ -235,8 +235,8 @@ (public_name tezos-protocol-008-PtEdoTez.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-008-PtEdoTez.protocol) (flags (:standard) @@ -255,8 +255,8 @@ (library (name tezos_protocol_008_PtEdoTez_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -w -6-7-9-16-29-32-51-68 @@ -355,8 +355,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-008-PtEdoTez.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_009_PsFLoren/lib_client/dune b/src/proto_009_PsFLoren/lib_client/dune index c62ce0d8e84e7c9c4ab2eb1c5cb9c4249ff531e3..24167503becc483d1975bb99489d1df010f08aaf 100644 --- a/src/proto_009_PsFLoren/lib_client/dune +++ b/src/proto_009_PsFLoren/lib_client/dune @@ -3,17 +3,17 @@ (library (name tezos_client_009_PsFLoren) - (public_name octez-protocol-009-PsFLoren-libs.tezos-client) + (public_name octez-protocol-009-PsFLoren-libs.client) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base + octez-shell-libs.shell-services + octez-shell-libs.client-base tezos-protocol-009-PsFLoren.protocol tezos-protocol-009-PsFLoren.protocol.lifted - octez-shell-libs.tezos-signer-backends - octez-protocol-009-PsFLoren-libs.tezos-protocol-plugin + octez-shell-libs.signer-backends + octez-protocol-009-PsFLoren-libs.plugin octez-libs.tezos-rpc uri) (inline_tests (flags -verbose) (modes native)) diff --git a/src/proto_009_PsFLoren/lib_client_commands/dune b/src/proto_009_PsFLoren/lib_client_commands/dune index 8f5da6ec43c3d599ebc5e47eabceb8299afd4b70..be6a7302c5e96893b672f9850dcdcb5cafab2b63 100644 --- a/src/proto_009_PsFLoren/lib_client_commands/dune +++ b/src/proto_009_PsFLoren/lib_client_commands/dune @@ -3,21 +3,21 @@ (library (name tezos_client_009_PsFLoren_commands) - (public_name octez-protocol-009-PsFLoren-libs.tezos-client.commands) + (public_name octez-protocol-009-PsFLoren-libs.client.commands) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-009-PsFLoren.protocol octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-009-PsFLoren-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-009-PsFLoren-libs.client + octez-shell-libs.client-commands octez-libs.tezos-rpc - octez-shell-libs.tezos-client-base-unix - octez-protocol-009-PsFLoren-libs.tezos-protocol-plugin) + octez-shell-libs.client-base-unix + octez-protocol-009-PsFLoren-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) @@ -35,21 +35,20 @@ (library (name tezos_client_009_PsFLoren_commands_registration) - (public_name - octez-protocol-009-PsFLoren-libs.tezos-client.commands-registration) + (public_name octez-protocol-009-PsFLoren-libs.client.commands-registration) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-009-PsFLoren.protocol - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-009-PsFLoren-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-009-PsFLoren-libs.tezos-client.commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-009-PsFLoren-libs.client + octez-shell-libs.client-commands + octez-protocol-009-PsFLoren-libs.client.commands octez-libs.tezos-rpc - octez-protocol-009-PsFLoren-libs.tezos-protocol-plugin) + octez-protocol-009-PsFLoren-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_009_PsFLoren/lib_plugin/dune b/src/proto_009_PsFLoren/lib_plugin/dune index 5f56e95190eb4fdec31c366ad41e44ebbf8e49dc..9c7d8d189abb41adbb336ec792048bec775ba6f0 100644 --- a/src/proto_009_PsFLoren/lib_plugin/dune +++ b/src/proto_009_PsFLoren/lib_plugin/dune @@ -3,7 +3,7 @@ (library (name tezos_protocol_plugin_009_PsFLoren) - (public_name octez-protocol-009-PsFLoren-libs.tezos-protocol-plugin) + (public_name octez-protocol-009-PsFLoren-libs.plugin) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -19,14 +19,13 @@ (library (name tezos_protocol_plugin_009_PsFLoren_registerer) - (public_name - octez-protocol-009-PsFLoren-libs.tezos-protocol-plugin-registerer) + (public_name octez-protocol-009-PsFLoren-libs.plugin-registerer) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-009-PsFLoren.embedded-protocol - octez-protocol-009-PsFLoren-libs.tezos-protocol-plugin - octez-shell-libs.tezos-validation) + octez-protocol-009-PsFLoren-libs.plugin + octez-shell-libs.validation) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/proto_009_PsFLoren/lib_plugin/index.mld b/src/proto_009_PsFLoren/lib_plugin/index.mld index 5ac49fdb9389cb69a02e105ba65f200419b2d93d..9cd83dcb816ab44b05dc75c16b494bf737bb9b85 100644 --- a/src/proto_009_PsFLoren/lib_plugin/index.mld +++ b/src/proto_009_PsFLoren/lib_plugin/index.mld @@ -5,7 +5,5 @@ This is a package containing some libraries related to the Tezos 009-PsFLoren pr It contains the following libraries: - {{!module-Tezos_client_009_PsFLoren}Tezos_client_009_PsFLoren}: Protocol specific library for `tezos-client` -- {{!module-Tezos_client_009_PsFLoren_commands}Tezos_client_009_PsFLoren_commands} -- {{!module-Tezos_client_009_PsFLoren_commands_registration}Tezos_client_009_PsFLoren_commands_registration} - {{!module-Tezos_protocol_plugin_009_PsFLoren}Tezos_protocol_plugin_009_PsFLoren}: Protocol plugin - {{!module-Tezos_protocol_plugin_009_PsFLoren_registerer}Tezos_protocol_plugin_009_PsFLoren_registerer}: Protocol plugin registerer diff --git a/src/proto_009_PsFLoren/lib_protocol/dune b/src/proto_009_PsFLoren/lib_protocol/dune index f5e70c3809da5543840ecd93fdeb07b5097da6dd..2c03bae347cd3e0ebf01df92944d4fecf1fd09d2 100644 --- a/src/proto_009_PsFLoren/lib_protocol/dune +++ b/src/proto_009_PsFLoren/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-009-PsFLoren.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_009_PsFLoren)) @@ -118,8 +118,8 @@ (public_name tezos-protocol-009-PsFLoren.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-009-PsFLoren.protocol.raw) (flags (:standard) @@ -241,8 +241,8 @@ (public_name tezos-protocol-009-PsFLoren.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-009-PsFLoren.protocol) (flags (:standard) @@ -261,8 +261,8 @@ (library (name tezos_protocol_009_PsFLoren_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -w -6-7-9-16-29-32-51-68 @@ -364,8 +364,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-009-PsFLoren.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_010_PtGRANAD/lib_client/dune b/src/proto_010_PtGRANAD/lib_client/dune index e68bb3feeed0c1b4b407f25f77d341d0178afd02..7dc02d2028f8fe72211d994aaa3fc55547a1379d 100644 --- a/src/proto_010_PtGRANAD/lib_client/dune +++ b/src/proto_010_PtGRANAD/lib_client/dune @@ -3,17 +3,17 @@ (library (name tezos_client_010_PtGRANAD) - (public_name octez-protocol-010-PtGRANAD-libs.tezos-client) + (public_name octez-protocol-010-PtGRANAD-libs.client) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base + octez-shell-libs.shell-services + octez-shell-libs.client-base tezos-protocol-010-PtGRANAD.protocol tezos-protocol-010-PtGRANAD.protocol.lifted - octez-shell-libs.tezos-signer-backends - octez-protocol-010-PtGRANAD-libs.tezos-protocol-plugin + octez-shell-libs.signer-backends + octez-protocol-010-PtGRANAD-libs.plugin octez-libs.tezos-rpc uri) (inline_tests (flags -verbose) (modes native)) diff --git a/src/proto_010_PtGRANAD/lib_client_commands/dune b/src/proto_010_PtGRANAD/lib_client_commands/dune index ba43e29deeba52dbfb5d68bb2a79e7052fe4123c..9cfe91b126b33238e89004b8150a46ef322605d4 100644 --- a/src/proto_010_PtGRANAD/lib_client_commands/dune +++ b/src/proto_010_PtGRANAD/lib_client_commands/dune @@ -3,21 +3,21 @@ (library (name tezos_client_010_PtGRANAD_commands) - (public_name octez-protocol-010-PtGRANAD-libs.tezos-client.commands) + (public_name octez-protocol-010-PtGRANAD-libs.client.commands) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-010-PtGRANAD.protocol octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-010-PtGRANAD-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-010-PtGRANAD-libs.client + octez-shell-libs.client-commands octez-libs.tezos-rpc - octez-shell-libs.tezos-client-base-unix - octez-protocol-010-PtGRANAD-libs.tezos-protocol-plugin) + octez-shell-libs.client-base-unix + octez-protocol-010-PtGRANAD-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) @@ -35,21 +35,20 @@ (library (name tezos_client_010_PtGRANAD_commands_registration) - (public_name - octez-protocol-010-PtGRANAD-libs.tezos-client.commands-registration) + (public_name octez-protocol-010-PtGRANAD-libs.client.commands-registration) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-010-PtGRANAD.protocol - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-010-PtGRANAD-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-010-PtGRANAD-libs.tezos-client.commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-010-PtGRANAD-libs.client + octez-shell-libs.client-commands + octez-protocol-010-PtGRANAD-libs.client.commands octez-libs.tezos-rpc - octez-protocol-010-PtGRANAD-libs.tezos-protocol-plugin) + octez-protocol-010-PtGRANAD-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_010_PtGRANAD/lib_plugin/dune b/src/proto_010_PtGRANAD/lib_plugin/dune index 0331402f0aa138ad1e4648c8c722dc17a9532c34..8d49915575f6c321b2e3dc7822525baca250e036 100644 --- a/src/proto_010_PtGRANAD/lib_plugin/dune +++ b/src/proto_010_PtGRANAD/lib_plugin/dune @@ -3,7 +3,7 @@ (library (name tezos_protocol_plugin_010_PtGRANAD) - (public_name octez-protocol-010-PtGRANAD-libs.tezos-protocol-plugin) + (public_name octez-protocol-010-PtGRANAD-libs.plugin) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -19,14 +19,13 @@ (library (name tezos_protocol_plugin_010_PtGRANAD_registerer) - (public_name - octez-protocol-010-PtGRANAD-libs.tezos-protocol-plugin-registerer) + (public_name octez-protocol-010-PtGRANAD-libs.plugin-registerer) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-010-PtGRANAD.embedded-protocol - octez-protocol-010-PtGRANAD-libs.tezos-protocol-plugin - octez-shell-libs.tezos-validation) + octez-protocol-010-PtGRANAD-libs.plugin + octez-shell-libs.validation) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/proto_010_PtGRANAD/lib_plugin/index.mld b/src/proto_010_PtGRANAD/lib_plugin/index.mld index 74daa4c5cf8cc3791fdb70834db882e0129f2f3d..f0a8f0311d79365032785190268fb6af145a78f3 100644 --- a/src/proto_010_PtGRANAD/lib_plugin/index.mld +++ b/src/proto_010_PtGRANAD/lib_plugin/index.mld @@ -5,7 +5,5 @@ This is a package containing some libraries related to the Tezos 010-PtGRANAD pr It contains the following libraries: - {{!module-Tezos_client_010_PtGRANAD}Tezos_client_010_PtGRANAD}: Protocol specific library for `tezos-client` -- {{!module-Tezos_client_010_PtGRANAD_commands}Tezos_client_010_PtGRANAD_commands} -- {{!module-Tezos_client_010_PtGRANAD_commands_registration}Tezos_client_010_PtGRANAD_commands_registration} - {{!module-Tezos_protocol_plugin_010_PtGRANAD}Tezos_protocol_plugin_010_PtGRANAD}: Protocol plugin - {{!module-Tezos_protocol_plugin_010_PtGRANAD_registerer}Tezos_protocol_plugin_010_PtGRANAD_registerer}: Protocol plugin registerer diff --git a/src/proto_010_PtGRANAD/lib_protocol/dune b/src/proto_010_PtGRANAD/lib_protocol/dune index 600941d1ddf99242b06ab1d5616b39bf29c513ef..8b7ff3b9d67a3f7f4337671bd8340168ca37ce2d 100644 --- a/src/proto_010_PtGRANAD/lib_protocol/dune +++ b/src/proto_010_PtGRANAD/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-010-PtGRANAD.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_010_PtGRANAD)) @@ -123,8 +123,8 @@ (public_name tezos-protocol-010-PtGRANAD.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-010-PtGRANAD.protocol.raw) (flags (:standard) @@ -251,8 +251,8 @@ (public_name tezos-protocol-010-PtGRANAD.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-010-PtGRANAD.protocol) (flags (:standard) @@ -271,8 +271,8 @@ (library (name tezos_protocol_010_PtGRANAD_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -w -6-7-9-16-29-32-51-68 @@ -379,8 +379,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-010-PtGRANAD.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_011_PtHangz2/lib_client/dune b/src/proto_011_PtHangz2/lib_client/dune index 918fef4732a57cdae1f9155b54af760814858fdd..d80aa1a5047bf2d665c245164e878d71745aeb91 100644 --- a/src/proto_011_PtHangz2/lib_client/dune +++ b/src/proto_011_PtHangz2/lib_client/dune @@ -3,19 +3,19 @@ (library (name tezos_client_011_PtHangz2) - (public_name octez-protocol-011-PtHangz2-libs.tezos-client) + (public_name octez-protocol-011-PtHangz2-libs.client) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base + octez-shell-libs.shell-services + octez-shell-libs.client-base tezos-protocol-011-PtHangz2.protocol tezos-protocol-011-PtHangz2.protocol.lifted - octez-shell-libs.tezos-mockup-registration - octez-shell-libs.tezos-proxy - octez-shell-libs.tezos-signer-backends - octez-protocol-011-PtHangz2-libs.tezos-protocol-plugin + octez-shell-libs.mockup-registration + octez-shell-libs.proxy + octez-shell-libs.signer-backends + octez-protocol-011-PtHangz2-libs.plugin tezos-protocol-011-PtHangz2.parameters octez-libs.tezos-rpc uri) diff --git a/src/proto_011_PtHangz2/lib_client_commands/dune b/src/proto_011_PtHangz2/lib_client_commands/dune index 6ee2739400d30dbfdf5ef26104e34fd01cb0c537..d2367867e0712b93d93cb30c9f7fd6aca2d9b952 100644 --- a/src/proto_011_PtHangz2/lib_client_commands/dune +++ b/src/proto_011_PtHangz2/lib_client_commands/dune @@ -3,24 +3,24 @@ (library (name tezos_client_011_PtHangz2_commands) - (public_name octez-protocol-011-PtHangz2-libs.tezos-client.commands) + (public_name octez-protocol-011-PtHangz2-libs.client.commands) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-011-PtHangz2.protocol octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-mockup - octez-shell-libs.tezos-mockup-registration - octez-shell-libs.tezos-mockup-commands - octez-shell-libs.tezos-client-base - octez-protocol-011-PtHangz2-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.mockup + octez-shell-libs.mockup-registration + octez-shell-libs.mockup-commands + octez-shell-libs.client-base + octez-protocol-011-PtHangz2-libs.client + octez-shell-libs.client-commands octez-libs.tezos-rpc - octez-shell-libs.tezos-client-base-unix - octez-protocol-011-PtHangz2-libs.tezos-protocol-plugin + octez-shell-libs.client-base-unix + octez-protocol-011-PtHangz2-libs.plugin uri) (library_flags (:standard -linkall)) (flags @@ -39,22 +39,21 @@ (library (name tezos_client_011_PtHangz2_commands_registration) - (public_name - octez-protocol-011-PtHangz2-libs.tezos-client.commands-registration) + (public_name octez-protocol-011-PtHangz2-libs.client.commands-registration) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-011-PtHangz2.protocol - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-011-PtHangz2-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-011-PtHangz2-libs.tezos-client.commands - octez-protocol-011-PtHangz2-libs.tezos-client.sapling + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-011-PtHangz2-libs.client + octez-shell-libs.client-commands + octez-protocol-011-PtHangz2-libs.client.commands + octez-protocol-011-PtHangz2-libs.client.sapling octez-libs.tezos-rpc - octez-protocol-011-PtHangz2-libs.tezos-protocol-plugin) + octez-protocol-011-PtHangz2-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_011_PtHangz2/lib_client_sapling/dune b/src/proto_011_PtHangz2/lib_client_sapling/dune index 7395be5af90445df8662ccdd3641dc3d635f1fd0..c7f06c9f449c5bcdf65bea95382dc40eca3eacc1 100644 --- a/src/proto_011_PtHangz2/lib_client_sapling/dune +++ b/src/proto_011_PtHangz2/lib_client_sapling/dune @@ -3,17 +3,17 @@ (library (name tezos_client_sapling_011_PtHangz2) - (public_name octez-protocol-011-PtHangz2-libs.tezos-client.sapling) + (public_name octez-protocol-011-PtHangz2-libs.client.sapling) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic octez-libs.tezos-crypto octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-signer-backends - octez-protocol-011-PtHangz2-libs.tezos-client - octez-protocol-011-PtHangz2-libs.tezos-client.commands + octez-shell-libs.client-base + octez-shell-libs.signer-backends + octez-protocol-011-PtHangz2-libs.client + octez-protocol-011-PtHangz2-libs.client.commands tezos-protocol-011-PtHangz2.protocol) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_011_PtHangz2/lib_parameters/dune b/src/proto_011_PtHangz2/lib_parameters/dune index dab242678e0ff9c9343bc6c7beb7f33af9d9d814..38f75b802bf71aa562f152a155fd8a452f8f1961 100644 --- a/src/proto_011_PtHangz2/lib_parameters/dune +++ b/src/proto_011_PtHangz2/lib_parameters/dune @@ -7,7 +7,7 @@ (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base - octez-proto-libs.tezos-protocol-environment + octez-proto-libs.protocol-environment tezos-protocol-011-PtHangz2.protocol) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_011_PtHangz2/lib_plugin/dune b/src/proto_011_PtHangz2/lib_plugin/dune index 7be6c5085bc70c3719d1c0ffdfba37ab480eb614..cc4bc0f68ca8d187e708c7d50ed3129ff62dafea 100644 --- a/src/proto_011_PtHangz2/lib_plugin/dune +++ b/src/proto_011_PtHangz2/lib_plugin/dune @@ -3,7 +3,7 @@ (library (name tezos_protocol_plugin_011_PtHangz2) - (public_name octez-protocol-011-PtHangz2-libs.tezos-protocol-plugin) + (public_name octez-protocol-011-PtHangz2-libs.plugin) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -19,14 +19,13 @@ (library (name tezos_protocol_plugin_011_PtHangz2_registerer) - (public_name - octez-protocol-011-PtHangz2-libs.tezos-protocol-plugin-registerer) + (public_name octez-protocol-011-PtHangz2-libs.plugin-registerer) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-011-PtHangz2.embedded-protocol - octez-protocol-011-PtHangz2-libs.tezos-protocol-plugin - octez-shell-libs.tezos-validation) + octez-protocol-011-PtHangz2-libs.plugin + octez-shell-libs.validation) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/proto_011_PtHangz2/lib_plugin/index.mld b/src/proto_011_PtHangz2/lib_plugin/index.mld index 5fbbb6c0613a9a21382ea8d263ce0e04fdaf45cb..0f180568e20dc0f3c19112a010b1e459f2d0dcaf 100644 --- a/src/proto_011_PtHangz2/lib_plugin/index.mld +++ b/src/proto_011_PtHangz2/lib_plugin/index.mld @@ -5,8 +5,5 @@ This is a package containing some libraries related to the Tezos 011-PtHangz2 pr It contains the following libraries: - {{!module-Tezos_client_011_PtHangz2}Tezos_client_011_PtHangz2}: Protocol specific library for `tezos-client` -- {{!module-Tezos_client_011_PtHangz2_commands}Tezos_client_011_PtHangz2_commands} -- {{!module-Tezos_client_011_PtHangz2_commands_registration}Tezos_client_011_PtHangz2_commands_registration} -- {{!module-Tezos_client_sapling_011_PtHangz2}Tezos_client_sapling_011_PtHangz2} - {{!module-Tezos_protocol_plugin_011_PtHangz2}Tezos_protocol_plugin_011_PtHangz2}: Protocol plugin - {{!module-Tezos_protocol_plugin_011_PtHangz2_registerer}Tezos_protocol_plugin_011_PtHangz2_registerer}: Protocol plugin registerer diff --git a/src/proto_011_PtHangz2/lib_protocol/dune b/src/proto_011_PtHangz2/lib_protocol/dune index f0eca568e24850faf8e258fe6cf1c79b7bac5c30..b5ebd7cfe948e601078ed4f82c53ee6142c9c623 100644 --- a/src/proto_011_PtHangz2/lib_protocol/dune +++ b/src/proto_011_PtHangz2/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-011-PtHangz2.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_011_PtHangz2)) @@ -136,8 +136,8 @@ (public_name tezos-protocol-011-PtHangz2.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-011-PtHangz2.protocol.raw) (flags (:standard) @@ -272,8 +272,8 @@ (public_name tezos-protocol-011-PtHangz2.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-011-PtHangz2.protocol) (flags (:standard) @@ -292,8 +292,8 @@ (library (name tezos_protocol_011_PtHangz2_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -w -51 @@ -413,8 +413,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-011-PtHangz2.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_012_Psithaca/lib_client/dune b/src/proto_012_Psithaca/lib_client/dune index afffff64ff795ba58af8f79ae5ed3b83ae6d51b5..0dc63ec821eddfdd3b707cca3413e0f0858c09f9 100644 --- a/src/proto_012_Psithaca/lib_client/dune +++ b/src/proto_012_Psithaca/lib_client/dune @@ -3,19 +3,19 @@ (library (name tezos_client_012_Psithaca) - (public_name octez-protocol-012-Psithaca-libs.tezos-client) + (public_name octez-protocol-012-Psithaca-libs.client) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base + octez-shell-libs.shell-services + octez-shell-libs.client-base tezos-protocol-012-Psithaca.protocol tezos-protocol-012-Psithaca.protocol.lifted - octez-shell-libs.tezos-mockup-registration - octez-shell-libs.tezos-proxy - octez-shell-libs.tezos-signer-backends - octez-protocol-012-Psithaca-libs.tezos-protocol-plugin + octez-shell-libs.mockup-registration + octez-shell-libs.proxy + octez-shell-libs.signer-backends + octez-protocol-012-Psithaca-libs.plugin tezos-protocol-012-Psithaca.parameters octez-libs.tezos-rpc uri) diff --git a/src/proto_012_Psithaca/lib_client_commands/dune b/src/proto_012_Psithaca/lib_client_commands/dune index 13416e18002ca7e761be8f6ab02eba674a7c3664..3b0c2a57de223e700251059c1c515abdfa8fca65 100644 --- a/src/proto_012_Psithaca/lib_client_commands/dune +++ b/src/proto_012_Psithaca/lib_client_commands/dune @@ -3,24 +3,24 @@ (library (name tezos_client_012_Psithaca_commands) - (public_name octez-protocol-012-Psithaca-libs.tezos-client.commands) + (public_name octez-protocol-012-Psithaca-libs.client.commands) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-012-Psithaca.protocol octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-mockup - octez-shell-libs.tezos-mockup-registration - octez-shell-libs.tezos-mockup-commands - octez-shell-libs.tezos-client-base - octez-protocol-012-Psithaca-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.mockup + octez-shell-libs.mockup-registration + octez-shell-libs.mockup-commands + octez-shell-libs.client-base + octez-protocol-012-Psithaca-libs.client + octez-shell-libs.client-commands octez-libs.tezos-rpc - octez-shell-libs.tezos-client-base-unix - octez-protocol-012-Psithaca-libs.tezos-protocol-plugin + octez-shell-libs.client-base-unix + octez-protocol-012-Psithaca-libs.plugin uri) (library_flags (:standard -linkall)) (flags @@ -39,22 +39,21 @@ (library (name tezos_client_012_Psithaca_commands_registration) - (public_name - octez-protocol-012-Psithaca-libs.tezos-client.commands-registration) + (public_name octez-protocol-012-Psithaca-libs.client.commands-registration) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-012-Psithaca.protocol - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-012-Psithaca-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-012-Psithaca-libs.tezos-client.commands - octez-protocol-012-Psithaca-libs.tezos-client.sapling + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-012-Psithaca-libs.client + octez-shell-libs.client-commands + octez-protocol-012-Psithaca-libs.client.commands + octez-protocol-012-Psithaca-libs.client.sapling octez-libs.tezos-rpc - octez-protocol-012-Psithaca-libs.tezos-protocol-plugin) + octez-protocol-012-Psithaca-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_012_Psithaca/lib_client_sapling/dune b/src/proto_012_Psithaca/lib_client_sapling/dune index e17a63cbcd2d30d90d6d6d4bd801ba826dfd34a1..b876066b70ece47621d5f2df0995b8e66e8e32ca 100644 --- a/src/proto_012_Psithaca/lib_client_sapling/dune +++ b/src/proto_012_Psithaca/lib_client_sapling/dune @@ -3,17 +3,17 @@ (library (name tezos_client_sapling_012_Psithaca) - (public_name octez-protocol-012-Psithaca-libs.tezos-client.sapling) + (public_name octez-protocol-012-Psithaca-libs.client.sapling) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic octez-libs.tezos-crypto octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-signer-backends - octez-protocol-012-Psithaca-libs.tezos-client - octez-protocol-012-Psithaca-libs.tezos-client.commands + octez-shell-libs.client-base + octez-shell-libs.signer-backends + octez-protocol-012-Psithaca-libs.client + octez-protocol-012-Psithaca-libs.client.commands tezos-protocol-012-Psithaca.protocol) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_012_Psithaca/lib_parameters/dune b/src/proto_012_Psithaca/lib_parameters/dune index 0bb354e57aa945ddec99ae960aae24d4e6c4d83c..2e3a4949f13a444fc1ac8d26f4e24a8b8a9bac02 100644 --- a/src/proto_012_Psithaca/lib_parameters/dune +++ b/src/proto_012_Psithaca/lib_parameters/dune @@ -7,7 +7,7 @@ (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base - octez-proto-libs.tezos-protocol-environment + octez-proto-libs.protocol-environment tezos-protocol-012-Psithaca.protocol) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_012_Psithaca/lib_plugin/dune b/src/proto_012_Psithaca/lib_plugin/dune index 1f92fa273352f970ef8296c348b87121c95576ef..0a2e628bc26bf9cba6e3fcdc20287f2c22456b11 100644 --- a/src/proto_012_Psithaca/lib_plugin/dune +++ b/src/proto_012_Psithaca/lib_plugin/dune @@ -3,7 +3,7 @@ (library (name tezos_protocol_plugin_012_Psithaca) - (public_name octez-protocol-012-Psithaca-libs.tezos-protocol-plugin) + (public_name octez-protocol-012-Psithaca-libs.plugin) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -19,14 +19,13 @@ (library (name tezos_protocol_plugin_012_Psithaca_registerer) - (public_name - octez-protocol-012-Psithaca-libs.tezos-protocol-plugin-registerer) + (public_name octez-protocol-012-Psithaca-libs.plugin-registerer) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-012-Psithaca.embedded-protocol - octez-protocol-012-Psithaca-libs.tezos-protocol-plugin - octez-shell-libs.tezos-validation) + octez-protocol-012-Psithaca-libs.plugin + octez-shell-libs.validation) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/proto_012_Psithaca/lib_plugin/index.mld b/src/proto_012_Psithaca/lib_plugin/index.mld index 2029e0c982669805025a7052238048e713c9bce8..11cf2b3607e7b92e81357a064c420298e44ff899 100644 --- a/src/proto_012_Psithaca/lib_plugin/index.mld +++ b/src/proto_012_Psithaca/lib_plugin/index.mld @@ -5,8 +5,5 @@ This is a package containing some libraries related to the Tezos 012-Psithaca pr It contains the following libraries: - {{!module-Tezos_client_012_Psithaca}Tezos_client_012_Psithaca}: Protocol specific library for `tezos-client` -- {{!module-Tezos_client_012_Psithaca_commands}Tezos_client_012_Psithaca_commands} -- {{!module-Tezos_client_012_Psithaca_commands_registration}Tezos_client_012_Psithaca_commands_registration} -- {{!module-Tezos_client_sapling_012_Psithaca}Tezos_client_sapling_012_Psithaca} - {{!module-Tezos_protocol_plugin_012_Psithaca}Tezos_protocol_plugin_012_Psithaca}: Protocol plugin - {{!module-Tezos_protocol_plugin_012_Psithaca_registerer}Tezos_protocol_plugin_012_Psithaca_registerer}: Protocol plugin registerer diff --git a/src/proto_012_Psithaca/lib_protocol/dune b/src/proto_012_Psithaca/lib_protocol/dune index 4e8fd49a9cf6d406adc78eb1eb794f3cb0825f9e..3ceb2d2512b4ab555430e51729d4f9e44e690d14 100644 --- a/src/proto_012_Psithaca/lib_protocol/dune +++ b/src/proto_012_Psithaca/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-012-Psithaca.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_012_Psithaca)) @@ -153,8 +153,8 @@ (public_name tezos-protocol-012-Psithaca.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-012-Psithaca.protocol.raw) (flags (:standard) @@ -306,8 +306,8 @@ (public_name tezos-protocol-012-Psithaca.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-012-Psithaca.protocol) (flags (:standard) @@ -326,8 +326,8 @@ (library (name tezos_protocol_012_Psithaca_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -w -51 @@ -464,8 +464,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-012-Psithaca.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_013_PtJakart/lib_client/dune b/src/proto_013_PtJakart/lib_client/dune index c487929caca7ebd8e6176d5312fec0a0eda4f02e..60cfcfe8e95a9ae04555e1e1ead5c052fe89e8af 100644 --- a/src/proto_013_PtJakart/lib_client/dune +++ b/src/proto_013_PtJakart/lib_client/dune @@ -3,19 +3,19 @@ (library (name tezos_client_013_PtJakart) - (public_name octez-protocol-013-PtJakart-libs.tezos-client) + (public_name octez-protocol-013-PtJakart-libs.client) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base + octez-shell-libs.shell-services + octez-shell-libs.client-base tezos-protocol-013-PtJakart.protocol tezos-protocol-013-PtJakart.protocol.lifted - octez-shell-libs.tezos-mockup-registration - octez-shell-libs.tezos-proxy - octez-shell-libs.tezos-signer-backends - octez-protocol-013-PtJakart-libs.tezos-protocol-plugin + octez-shell-libs.mockup-registration + octez-shell-libs.proxy + octez-shell-libs.signer-backends + octez-protocol-013-PtJakart-libs.plugin tezos-protocol-013-PtJakart.parameters octez-libs.tezos-rpc uri) diff --git a/src/proto_013_PtJakart/lib_client_commands/dune b/src/proto_013_PtJakart/lib_client_commands/dune index dd0829f35fe5ecd9aab6e9985f5c0fd23ced4be0..866cb6d813c707496e2a9c435224dd87c372bd8c 100644 --- a/src/proto_013_PtJakart/lib_client_commands/dune +++ b/src/proto_013_PtJakart/lib_client_commands/dune @@ -3,7 +3,7 @@ (library (name tezos_client_013_PtJakart_commands) - (public_name octez-protocol-013-PtJakart-libs.tezos-client.commands) + (public_name octez-protocol-013-PtJakart-libs.client.commands) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -11,17 +11,17 @@ tezos-protocol-013-PtJakart.protocol tezos-protocol-013-PtJakart.parameters octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-mockup - octez-shell-libs.tezos-mockup-registration - octez-shell-libs.tezos-mockup-commands - octez-shell-libs.tezos-client-base - octez-protocol-013-PtJakart-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.mockup + octez-shell-libs.mockup-registration + octez-shell-libs.mockup-commands + octez-shell-libs.client-base + octez-protocol-013-PtJakart-libs.client + octez-shell-libs.client-commands octez-libs.tezos-rpc - octez-shell-libs.tezos-client-base-unix - octez-protocol-013-PtJakart-libs.tezos-protocol-plugin + octez-shell-libs.client-base-unix + octez-protocol-013-PtJakart-libs.plugin uri) (library_flags (:standard -linkall)) (flags @@ -41,23 +41,22 @@ (library (name tezos_client_013_PtJakart_commands_registration) - (public_name - octez-protocol-013-PtJakart-libs.tezos-client.commands-registration) + (public_name octez-protocol-013-PtJakart-libs.client.commands-registration) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-013-PtJakart.protocol tezos-protocol-013-PtJakart.parameters - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-013-PtJakart-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-013-PtJakart-libs.tezos-client.commands - octez-protocol-013-PtJakart-libs.tezos-client.sapling + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-013-PtJakart-libs.client + octez-shell-libs.client-commands + octez-protocol-013-PtJakart-libs.client.commands + octez-protocol-013-PtJakart-libs.client.sapling octez-libs.tezos-rpc - octez-protocol-013-PtJakart-libs.tezos-protocol-plugin) + octez-protocol-013-PtJakart-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_013_PtJakart/lib_client_sapling/dune b/src/proto_013_PtJakart/lib_client_sapling/dune index 6062405dbc32a11e65138c295a58950b7facfb17..bdab871722042a4e2b0f830f8f9b8689d84f876c 100644 --- a/src/proto_013_PtJakart/lib_client_sapling/dune +++ b/src/proto_013_PtJakart/lib_client_sapling/dune @@ -3,19 +3,19 @@ (library (name tezos_client_sapling_013_PtJakart) - (public_name octez-protocol-013-PtJakart-libs.tezos-client.sapling) + (public_name octez-protocol-013-PtJakart-libs.client.sapling) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic octez-libs.tezos-crypto octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-signer-backends - octez-protocol-013-PtJakart-libs.tezos-client - octez-protocol-013-PtJakart-libs.tezos-client.commands + octez-shell-libs.client-base + octez-shell-libs.signer-backends + octez-protocol-013-PtJakart-libs.client + octez-protocol-013-PtJakart-libs.client.commands tezos-protocol-013-PtJakart.protocol - octez-protocol-013-PtJakart-libs.tezos-protocol-plugin) + octez-protocol-013-PtJakart-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_013_PtJakart/lib_parameters/dune b/src/proto_013_PtJakart/lib_parameters/dune index 21f2ad63e48e962ccdf06d1c923948b383116926..e442ef75c4cb377fca441555bbe8c968f366ff9f 100644 --- a/src/proto_013_PtJakart/lib_parameters/dune +++ b/src/proto_013_PtJakart/lib_parameters/dune @@ -7,7 +7,7 @@ (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base - octez-proto-libs.tezos-protocol-environment + octez-proto-libs.protocol-environment tezos-protocol-013-PtJakart.protocol) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_013_PtJakart/lib_plugin/dune b/src/proto_013_PtJakart/lib_plugin/dune index f864e87d049e88050d7664b801e765aa22685d60..a502989893f9e50836b7293be1288439b2e935fe 100644 --- a/src/proto_013_PtJakart/lib_plugin/dune +++ b/src/proto_013_PtJakart/lib_plugin/dune @@ -3,7 +3,7 @@ (library (name tezos_protocol_plugin_013_PtJakart) - (public_name octez-protocol-013-PtJakart-libs.tezos-protocol-plugin) + (public_name octez-protocol-013-PtJakart-libs.plugin) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -19,14 +19,13 @@ (library (name tezos_protocol_plugin_013_PtJakart_registerer) - (public_name - octez-protocol-013-PtJakart-libs.tezos-protocol-plugin-registerer) + (public_name octez-protocol-013-PtJakart-libs.plugin-registerer) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-013-PtJakart.embedded-protocol - octez-protocol-013-PtJakart-libs.tezos-protocol-plugin - octez-shell-libs.tezos-validation) + octez-protocol-013-PtJakart-libs.plugin + octez-shell-libs.validation) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/proto_013_PtJakart/lib_plugin/index.mld b/src/proto_013_PtJakart/lib_plugin/index.mld index 35bf6cc8659f230ae5be8ab1ecd7d8ba1ed2f175..494632e0f0dcaf403a28c0a41422f2ffeb17932b 100644 --- a/src/proto_013_PtJakart/lib_plugin/index.mld +++ b/src/proto_013_PtJakart/lib_plugin/index.mld @@ -5,8 +5,5 @@ This is a package containing some libraries related to the Tezos 013-PtJakart pr It contains the following libraries: - {{!module-Tezos_client_013_PtJakart}Tezos_client_013_PtJakart}: Protocol specific library for `tezos-client` -- {{!module-Tezos_client_013_PtJakart_commands}Tezos_client_013_PtJakart_commands} -- {{!module-Tezos_client_013_PtJakart_commands_registration}Tezos_client_013_PtJakart_commands_registration} -- {{!module-Tezos_client_sapling_013_PtJakart}Tezos_client_sapling_013_PtJakart} - {{!module-Tezos_protocol_plugin_013_PtJakart}Tezos_protocol_plugin_013_PtJakart}: Protocol plugin - {{!module-Tezos_protocol_plugin_013_PtJakart_registerer}Tezos_protocol_plugin_013_PtJakart_registerer}: Protocol plugin registerer diff --git a/src/proto_013_PtJakart/lib_protocol/dune b/src/proto_013_PtJakart/lib_protocol/dune index 0f2706fb1f84aa1d2ba2a10ec833b9f793659239..e72642a289428b7a48c1b245c1982701b58142c0 100644 --- a/src/proto_013_PtJakart/lib_protocol/dune +++ b/src/proto_013_PtJakart/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-013-PtJakart.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_013_PtJakart)) @@ -218,8 +218,8 @@ (public_name tezos-protocol-013-PtJakart.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-013-PtJakart.protocol.raw) (flags (:standard) @@ -437,8 +437,8 @@ (public_name tezos-protocol-013-PtJakart.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-013-PtJakart.protocol) (flags (:standard) @@ -457,8 +457,8 @@ (library (name tezos_protocol_013_PtJakart_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -w -51 @@ -661,8 +661,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-013-PtJakart.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_014_PtKathma/lib_client/dune b/src/proto_014_PtKathma/lib_client/dune index 1def977c3708f96dd9311cce2a6e9afa6d3d4e83..00cb8adf85bd7c178d3911b04600afc388879a12 100644 --- a/src/proto_014_PtKathma/lib_client/dune +++ b/src/proto_014_PtKathma/lib_client/dune @@ -3,19 +3,19 @@ (library (name tezos_client_014_PtKathma) - (public_name octez-protocol-014-PtKathma-libs.tezos-client) + (public_name octez-protocol-014-PtKathma-libs.client) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base + octez-shell-libs.shell-services + octez-shell-libs.client-base tezos-protocol-014-PtKathma.protocol tezos-protocol-014-PtKathma.protocol.lifted - octez-shell-libs.tezos-mockup-registration - octez-shell-libs.tezos-proxy - octez-shell-libs.tezos-signer-backends - octez-protocol-014-PtKathma-libs.tezos-protocol-plugin + octez-shell-libs.mockup-registration + octez-shell-libs.proxy + octez-shell-libs.signer-backends + octez-protocol-014-PtKathma-libs.plugin tezos-protocol-014-PtKathma.parameters octez-libs.tezos-rpc uri) diff --git a/src/proto_014_PtKathma/lib_client_commands/dune b/src/proto_014_PtKathma/lib_client_commands/dune index a424051078ac3834c09c779ceb4a380481b5d08c..bf54239ad05c41d0e4930cf097a31f4834d82949 100644 --- a/src/proto_014_PtKathma/lib_client_commands/dune +++ b/src/proto_014_PtKathma/lib_client_commands/dune @@ -3,7 +3,7 @@ (library (name tezos_client_014_PtKathma_commands) - (public_name octez-protocol-014-PtKathma-libs.tezos-client.commands) + (public_name octez-protocol-014-PtKathma-libs.client.commands) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -11,17 +11,17 @@ tezos-protocol-014-PtKathma.protocol tezos-protocol-014-PtKathma.parameters octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-mockup - octez-shell-libs.tezos-mockup-registration - octez-shell-libs.tezos-mockup-commands - octez-shell-libs.tezos-client-base - octez-protocol-014-PtKathma-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.mockup + octez-shell-libs.mockup-registration + octez-shell-libs.mockup-commands + octez-shell-libs.client-base + octez-protocol-014-PtKathma-libs.client + octez-shell-libs.client-commands octez-libs.tezos-rpc - octez-shell-libs.tezos-client-base-unix - octez-protocol-014-PtKathma-libs.tezos-protocol-plugin + octez-shell-libs.client-base-unix + octez-protocol-014-PtKathma-libs.plugin uri) (library_flags (:standard -linkall)) (flags @@ -41,23 +41,22 @@ (library (name tezos_client_014_PtKathma_commands_registration) - (public_name - octez-protocol-014-PtKathma-libs.tezos-client.commands-registration) + (public_name octez-protocol-014-PtKathma-libs.client.commands-registration) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-014-PtKathma.protocol tezos-protocol-014-PtKathma.parameters - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-014-PtKathma-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-014-PtKathma-libs.tezos-client.commands - octez-protocol-014-PtKathma-libs.tezos-client.sapling + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-014-PtKathma-libs.client + octez-shell-libs.client-commands + octez-protocol-014-PtKathma-libs.client.commands + octez-protocol-014-PtKathma-libs.client.sapling octez-libs.tezos-rpc - octez-protocol-014-PtKathma-libs.tezos-protocol-plugin) + octez-protocol-014-PtKathma-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_014_PtKathma/lib_client_sapling/dune b/src/proto_014_PtKathma/lib_client_sapling/dune index 040844dacd65468eacc131a3ef60557d38d23497..f9c74bf26deba9b5f1900767b1fa8eb5a604a42f 100644 --- a/src/proto_014_PtKathma/lib_client_sapling/dune +++ b/src/proto_014_PtKathma/lib_client_sapling/dune @@ -3,19 +3,19 @@ (library (name tezos_client_sapling_014_PtKathma) - (public_name octez-protocol-014-PtKathma-libs.tezos-client.sapling) + (public_name octez-protocol-014-PtKathma-libs.client.sapling) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic octez-libs.tezos-crypto octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-signer-backends - octez-protocol-014-PtKathma-libs.tezos-client - octez-protocol-014-PtKathma-libs.tezos-client.commands + octez-shell-libs.client-base + octez-shell-libs.signer-backends + octez-protocol-014-PtKathma-libs.client + octez-protocol-014-PtKathma-libs.client.commands tezos-protocol-014-PtKathma.protocol - octez-protocol-014-PtKathma-libs.tezos-protocol-plugin) + octez-protocol-014-PtKathma-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_014_PtKathma/lib_parameters/dune b/src/proto_014_PtKathma/lib_parameters/dune index 3c21e2e6a81dc2061ff83c556706dcef414e1caa..fc52a73090e7c6b946823c70d3424948eb5b4a81 100644 --- a/src/proto_014_PtKathma/lib_parameters/dune +++ b/src/proto_014_PtKathma/lib_parameters/dune @@ -7,7 +7,7 @@ (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base - octez-proto-libs.tezos-protocol-environment + octez-proto-libs.protocol-environment tezos-protocol-014-PtKathma.protocol) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_014_PtKathma/lib_plugin/dune b/src/proto_014_PtKathma/lib_plugin/dune index 5220ca522941df5cefec3a69c56bdcd8fbb23812..8c355da524585de39fcf8447314f9cccf9fed2cb 100644 --- a/src/proto_014_PtKathma/lib_plugin/dune +++ b/src/proto_014_PtKathma/lib_plugin/dune @@ -3,7 +3,7 @@ (library (name tezos_protocol_plugin_014_PtKathma) - (public_name octez-protocol-014-PtKathma-libs.tezos-protocol-plugin) + (public_name octez-protocol-014-PtKathma-libs.plugin) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -19,14 +19,13 @@ (library (name tezos_protocol_plugin_014_PtKathma_registerer) - (public_name - octez-protocol-014-PtKathma-libs.tezos-protocol-plugin-registerer) + (public_name octez-protocol-014-PtKathma-libs.plugin-registerer) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-014-PtKathma.embedded-protocol - octez-protocol-014-PtKathma-libs.tezos-protocol-plugin - octez-shell-libs.tezos-validation) + octez-protocol-014-PtKathma-libs.plugin + octez-shell-libs.validation) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/proto_014_PtKathma/lib_plugin/index.mld b/src/proto_014_PtKathma/lib_plugin/index.mld index be654a87a1f7db95a5178aabd025404f96d471ba..42459ae853dfdb6a24faa87461c599599030d954 100644 --- a/src/proto_014_PtKathma/lib_plugin/index.mld +++ b/src/proto_014_PtKathma/lib_plugin/index.mld @@ -5,8 +5,5 @@ This is a package containing some libraries related to the Tezos 014-PtKathma pr It contains the following libraries: - {{!module-Tezos_client_014_PtKathma}Tezos_client_014_PtKathma}: Protocol specific library for `tezos-client` -- {{!module-Tezos_client_014_PtKathma_commands}Tezos_client_014_PtKathma_commands} -- {{!module-Tezos_client_014_PtKathma_commands_registration}Tezos_client_014_PtKathma_commands_registration} -- {{!module-Tezos_client_sapling_014_PtKathma}Tezos_client_sapling_014_PtKathma} - {{!module-Tezos_protocol_plugin_014_PtKathma}Tezos_protocol_plugin_014_PtKathma}: Protocol plugin - {{!module-Tezos_protocol_plugin_014_PtKathma_registerer}Tezos_protocol_plugin_014_PtKathma_registerer}: Protocol plugin registerer diff --git a/src/proto_014_PtKathma/lib_protocol/dune b/src/proto_014_PtKathma/lib_protocol/dune index 15b959c70311db00911732699fe97475543f5959..f238243f19e4c24924e0aa8d08c0305a5de621a5 100644 --- a/src/proto_014_PtKathma/lib_protocol/dune +++ b/src/proto_014_PtKathma/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-014-PtKathma.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_014_PtKathma)) @@ -241,8 +241,8 @@ (public_name tezos-protocol-014-PtKathma.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-014-PtKathma.protocol.raw) (flags (:standard) @@ -484,8 +484,8 @@ (public_name tezos-protocol-014-PtKathma.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-014-PtKathma.protocol) (flags (:standard) @@ -503,8 +503,8 @@ (library (name tezos_protocol_014_PtKathma_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -nopervasives) @@ -731,8 +731,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-014-PtKathma.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Registerer)) diff --git a/src/proto_015_PtLimaPt/lib_client/dune b/src/proto_015_PtLimaPt/lib_client/dune index 421094832336cb76326c18c120f535b77b543e50..6fd077dee7257e858748950e14a0329042bb9582 100644 --- a/src/proto_015_PtLimaPt/lib_client/dune +++ b/src/proto_015_PtLimaPt/lib_client/dune @@ -3,19 +3,19 @@ (library (name tezos_client_015_PtLimaPt) - (public_name octez-protocol-015-PtLimaPt-libs.tezos-client) + (public_name octez-protocol-015-PtLimaPt-libs.client) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base + octez-shell-libs.shell-services + octez-shell-libs.client-base tezos-protocol-015-PtLimaPt.protocol tezos-protocol-015-PtLimaPt.protocol.lifted - octez-shell-libs.tezos-mockup-registration - octez-shell-libs.tezos-proxy - octez-shell-libs.tezos-signer-backends - octez-protocol-015-PtLimaPt-libs.tezos-protocol-plugin + octez-shell-libs.mockup-registration + octez-shell-libs.proxy + octez-shell-libs.signer-backends + octez-protocol-015-PtLimaPt-libs.plugin tezos-protocol-015-PtLimaPt.parameters octez-libs.tezos-rpc uri) diff --git a/src/proto_015_PtLimaPt/lib_client_commands/dune b/src/proto_015_PtLimaPt/lib_client_commands/dune index 893c978ef67a265b65b491329717a82a42525ae4..3e1effbf868615d97a1ea8e73f9fd2784c00ce6a 100644 --- a/src/proto_015_PtLimaPt/lib_client_commands/dune +++ b/src/proto_015_PtLimaPt/lib_client_commands/dune @@ -3,7 +3,7 @@ (library (name tezos_client_015_PtLimaPt_commands) - (public_name octez-protocol-015-PtLimaPt-libs.tezos-client.commands) + (public_name octez-protocol-015-PtLimaPt-libs.client.commands) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -11,17 +11,17 @@ tezos-protocol-015-PtLimaPt.protocol tezos-protocol-015-PtLimaPt.parameters octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-mockup - octez-shell-libs.tezos-mockup-registration - octez-shell-libs.tezos-mockup-commands - octez-shell-libs.tezos-client-base - octez-protocol-015-PtLimaPt-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.mockup + octez-shell-libs.mockup-registration + octez-shell-libs.mockup-commands + octez-shell-libs.client-base + octez-protocol-015-PtLimaPt-libs.client + octez-shell-libs.client-commands octez-libs.tezos-rpc - octez-shell-libs.tezos-client-base-unix - octez-protocol-015-PtLimaPt-libs.tezos-protocol-plugin + octez-shell-libs.client-base-unix + octez-protocol-015-PtLimaPt-libs.plugin uri) (library_flags (:standard -linkall)) (flags @@ -40,23 +40,22 @@ (library (name tezos_client_015_PtLimaPt_commands_registration) - (public_name - octez-protocol-015-PtLimaPt-libs.tezos-client.commands-registration) + (public_name octez-protocol-015-PtLimaPt-libs.client.commands-registration) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-015-PtLimaPt.protocol tezos-protocol-015-PtLimaPt.parameters - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-015-PtLimaPt-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-015-PtLimaPt-libs.tezos-client.commands - octez-protocol-015-PtLimaPt-libs.tezos-client.sapling + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-015-PtLimaPt-libs.client + octez-shell-libs.client-commands + octez-protocol-015-PtLimaPt-libs.client.commands + octez-protocol-015-PtLimaPt-libs.client.sapling octez-libs.tezos-rpc - octez-protocol-015-PtLimaPt-libs.tezos-protocol-plugin) + octez-protocol-015-PtLimaPt-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_015_PtLimaPt/lib_client_sapling/dune b/src/proto_015_PtLimaPt/lib_client_sapling/dune index 4f923d1793b1c7c2dd67ec2b2077d6cb10abb2c4..39e8f13ce83869345143b049fb94d1f4db5a9d78 100644 --- a/src/proto_015_PtLimaPt/lib_client_sapling/dune +++ b/src/proto_015_PtLimaPt/lib_client_sapling/dune @@ -3,19 +3,19 @@ (library (name tezos_client_sapling_015_PtLimaPt) - (public_name octez-protocol-015-PtLimaPt-libs.tezos-client.sapling) + (public_name octez-protocol-015-PtLimaPt-libs.client.sapling) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic octez-libs.tezos-crypto octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-signer-backends - octez-protocol-015-PtLimaPt-libs.tezos-client - octez-protocol-015-PtLimaPt-libs.tezos-client.commands + octez-shell-libs.client-base + octez-shell-libs.signer-backends + octez-protocol-015-PtLimaPt-libs.client + octez-protocol-015-PtLimaPt-libs.client.commands tezos-protocol-015-PtLimaPt.protocol - octez-protocol-015-PtLimaPt-libs.tezos-protocol-plugin) + octez-protocol-015-PtLimaPt-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_015_PtLimaPt/lib_parameters/dune b/src/proto_015_PtLimaPt/lib_parameters/dune index 4ba40192ea7577043fe2b757fe6e41379599e985..5eb803d39d05638a76448a805bd282ff8762bf9e 100644 --- a/src/proto_015_PtLimaPt/lib_parameters/dune +++ b/src/proto_015_PtLimaPt/lib_parameters/dune @@ -7,7 +7,7 @@ (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base - octez-proto-libs.tezos-protocol-environment + octez-proto-libs.protocol-environment tezos-protocol-015-PtLimaPt.protocol) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_015_PtLimaPt/lib_plugin/dune b/src/proto_015_PtLimaPt/lib_plugin/dune index c5f745e72cd70fc5c7d2bb5b4daeeb795b7fe3a9..dfefd49129b2e38978d6e349eb5bda61d7e71182 100644 --- a/src/proto_015_PtLimaPt/lib_plugin/dune +++ b/src/proto_015_PtLimaPt/lib_plugin/dune @@ -3,7 +3,7 @@ (library (name tezos_protocol_plugin_015_PtLimaPt) - (public_name octez-protocol-015-PtLimaPt-libs.tezos-protocol-plugin) + (public_name octez-protocol-015-PtLimaPt-libs.plugin) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -19,14 +19,13 @@ (library (name tezos_protocol_plugin_015_PtLimaPt_registerer) - (public_name - octez-protocol-015-PtLimaPt-libs.tezos-protocol-plugin-registerer) + (public_name octez-protocol-015-PtLimaPt-libs.plugin-registerer) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-015-PtLimaPt.embedded-protocol - octez-protocol-015-PtLimaPt-libs.tezos-protocol-plugin - octez-shell-libs.tezos-validation) + octez-protocol-015-PtLimaPt-libs.plugin + octez-shell-libs.validation) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/proto_015_PtLimaPt/lib_plugin/index.mld b/src/proto_015_PtLimaPt/lib_plugin/index.mld index 5192caf132e91c15eeec4a56ce974d827d43799e..358cf4a331f99a94b210f7e361b8b7bcb34fd504 100644 --- a/src/proto_015_PtLimaPt/lib_plugin/index.mld +++ b/src/proto_015_PtLimaPt/lib_plugin/index.mld @@ -5,8 +5,5 @@ This is a package containing some libraries related to the Tezos 015-PtLimaPt pr It contains the following libraries: - {{!module-Tezos_client_015_PtLimaPt}Tezos_client_015_PtLimaPt}: Protocol specific library for `tezos-client` -- {{!module-Tezos_client_015_PtLimaPt_commands}Tezos_client_015_PtLimaPt_commands} -- {{!module-Tezos_client_015_PtLimaPt_commands_registration}Tezos_client_015_PtLimaPt_commands_registration} -- {{!module-Tezos_client_sapling_015_PtLimaPt}Tezos_client_sapling_015_PtLimaPt} - {{!module-Tezos_protocol_plugin_015_PtLimaPt}Tezos_protocol_plugin_015_PtLimaPt}: Protocol plugin - {{!module-Tezos_protocol_plugin_015_PtLimaPt_registerer}Tezos_protocol_plugin_015_PtLimaPt_registerer}: Protocol plugin registerer diff --git a/src/proto_015_PtLimaPt/lib_protocol/dune b/src/proto_015_PtLimaPt/lib_protocol/dune index 15a6f0d0539b5b6810c58d3e799dcaba2bc20b62..862a10df6a9c388589e6e39422ed71039eda0c7e 100644 --- a/src/proto_015_PtLimaPt/lib_protocol/dune +++ b/src/proto_015_PtLimaPt/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-015-PtLimaPt.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_015_PtLimaPt)) @@ -265,8 +265,8 @@ (public_name tezos-protocol-015-PtLimaPt.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-015-PtLimaPt.protocol.raw) (flags (:standard) @@ -533,8 +533,8 @@ (public_name tezos-protocol-015-PtLimaPt.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-015-PtLimaPt.protocol) (flags (:standard) @@ -552,8 +552,8 @@ (library (name tezos_protocol_015_PtLimaPt_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -nopervasives) @@ -805,8 +805,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-015-PtLimaPt.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Registerer)) diff --git a/src/proto_016_PtMumbai/lib_client/dune b/src/proto_016_PtMumbai/lib_client/dune index 15fc66860ac08da58fb32dfe4c3feb3eeb2c7332..1f211ac111a2991fe9e00fb5ae52252ce0fd97f7 100644 --- a/src/proto_016_PtMumbai/lib_client/dune +++ b/src/proto_016_PtMumbai/lib_client/dune @@ -3,22 +3,22 @@ (library (name tezos_client_016_PtMumbai) - (public_name octez-protocol-016-PtMumbai-libs.tezos-client) + (public_name octez-protocol-016-PtMumbai-libs.client) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base + octez-shell-libs.shell-services + octez-shell-libs.client-base tezos-protocol-016-PtMumbai.protocol tezos-protocol-016-PtMumbai.protocol.lifted - octez-shell-libs.tezos-mockup-registration - octez-shell-libs.tezos-proxy - octez-shell-libs.tezos-signer-backends - octez-protocol-016-PtMumbai-libs.tezos-protocol-plugin + octez-shell-libs.mockup-registration + octez-shell-libs.proxy + octez-shell-libs.signer-backends + octez-protocol-016-PtMumbai-libs.plugin tezos-protocol-016-PtMumbai.parameters octez-libs.tezos-rpc - octez-protocol-016-PtMumbai-libs.tezos-smart-rollup + octez-protocol-016-PtMumbai-libs.smart-rollup uri) (inline_tests (flags -verbose) (modes native)) (preprocess (pps ppx_expect)) diff --git a/src/proto_016_PtMumbai/lib_client_commands/dune b/src/proto_016_PtMumbai/lib_client_commands/dune index 707ec5282db2cb802bd4ca676f6a918a7c66d765..712a3ca2827383ff6c89d3bfdfc95d5e8577f127 100644 --- a/src/proto_016_PtMumbai/lib_client_commands/dune +++ b/src/proto_016_PtMumbai/lib_client_commands/dune @@ -3,7 +3,7 @@ (library (name tezos_client_016_PtMumbai_commands) - (public_name octez-protocol-016-PtMumbai-libs.tezos-client.commands) + (public_name octez-protocol-016-PtMumbai-libs.client.commands) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -11,17 +11,17 @@ tezos-protocol-016-PtMumbai.protocol tezos-protocol-016-PtMumbai.parameters octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-mockup - octez-shell-libs.tezos-mockup-registration - octez-shell-libs.tezos-mockup-commands - octez-shell-libs.tezos-client-base - octez-protocol-016-PtMumbai-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.mockup + octez-shell-libs.mockup-registration + octez-shell-libs.mockup-commands + octez-shell-libs.client-base + octez-protocol-016-PtMumbai-libs.client + octez-shell-libs.client-commands octez-libs.tezos-rpc - octez-shell-libs.tezos-client-base-unix - octez-protocol-016-PtMumbai-libs.tezos-protocol-plugin + octez-shell-libs.client-base-unix + octez-protocol-016-PtMumbai-libs.plugin uri) (library_flags (:standard -linkall)) (flags @@ -40,23 +40,22 @@ (library (name tezos_client_016_PtMumbai_commands_registration) - (public_name - octez-protocol-016-PtMumbai-libs.tezos-client.commands-registration) + (public_name octez-protocol-016-PtMumbai-libs.client.commands-registration) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-016-PtMumbai.protocol tezos-protocol-016-PtMumbai.parameters - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-016-PtMumbai-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-016-PtMumbai-libs.tezos-client.commands - octez-protocol-016-PtMumbai-libs.tezos-client.sapling + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-016-PtMumbai-libs.client + octez-shell-libs.client-commands + octez-protocol-016-PtMumbai-libs.client.commands + octez-protocol-016-PtMumbai-libs.client.sapling octez-libs.tezos-rpc - octez-protocol-016-PtMumbai-libs.tezos-protocol-plugin) + octez-protocol-016-PtMumbai-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_016_PtMumbai/lib_client_sapling/dune b/src/proto_016_PtMumbai/lib_client_sapling/dune index 205f0d83436e55e99e0eb6d327465f5250f77ebe..ac6ebd7ea3293399546546cc85f933919f41bd45 100644 --- a/src/proto_016_PtMumbai/lib_client_sapling/dune +++ b/src/proto_016_PtMumbai/lib_client_sapling/dune @@ -3,19 +3,19 @@ (library (name tezos_client_sapling_016_PtMumbai) - (public_name octez-protocol-016-PtMumbai-libs.tezos-client.sapling) + (public_name octez-protocol-016-PtMumbai-libs.client.sapling) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic octez-libs.tezos-crypto octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-signer-backends - octez-protocol-016-PtMumbai-libs.tezos-client - octez-protocol-016-PtMumbai-libs.tezos-client.commands + octez-shell-libs.client-base + octez-shell-libs.signer-backends + octez-protocol-016-PtMumbai-libs.client + octez-protocol-016-PtMumbai-libs.client.commands tezos-protocol-016-PtMumbai.protocol - octez-protocol-016-PtMumbai-libs.tezos-protocol-plugin) + octez-protocol-016-PtMumbai-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_016_PtMumbai/lib_layer2_utils/dune b/src/proto_016_PtMumbai/lib_layer2_utils/dune index b50ac0f41f994fa16cee0cfd88b646d00dd57aac..2088c1645044f3113d5e9a7d8e6dcab10076852e 100644 --- a/src/proto_016_PtMumbai/lib_layer2_utils/dune +++ b/src/proto_016_PtMumbai/lib_layer2_utils/dune @@ -3,12 +3,12 @@ (library (name tezos_layer2_utils_016_PtMumbai) - (public_name octez-protocol-016-PtMumbai-libs.tezos-layer2-utils) + (public_name octez-protocol-016-PtMumbai-libs.layer2-utils) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-016-PtMumbai.protocol - octez-protocol-016-PtMumbai-libs.tezos-client) + octez-protocol-016-PtMumbai-libs.client) (inline_tests (flags -verbose) (modes native)) (preprocess (pps ppx_expect)) (library_flags (:standard -linkall)) diff --git a/src/proto_016_PtMumbai/lib_parameters/dune b/src/proto_016_PtMumbai/lib_parameters/dune index 7cccdf23731e593a3619075cf04798118d08affd..2af168d0679b5c5748004d8ef9d60c1b2ea79669 100644 --- a/src/proto_016_PtMumbai/lib_parameters/dune +++ b/src/proto_016_PtMumbai/lib_parameters/dune @@ -7,7 +7,7 @@ (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base - octez-proto-libs.tezos-protocol-environment + octez-proto-libs.protocol-environment tezos-protocol-016-PtMumbai.protocol) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_016_PtMumbai/lib_plugin/dune b/src/proto_016_PtMumbai/lib_plugin/dune index 669a8bf562488935b5ca07afe8ce3ad8ca5e0e1b..a41bf941cae7e85f09cb8e5158f5e5572bfd568d 100644 --- a/src/proto_016_PtMumbai/lib_plugin/dune +++ b/src/proto_016_PtMumbai/lib_plugin/dune @@ -3,12 +3,12 @@ (library (name tezos_protocol_plugin_016_PtMumbai) - (public_name octez-protocol-016-PtMumbai-libs.tezos-protocol-plugin) + (public_name octez-protocol-016-PtMumbai-libs.plugin) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-016-PtMumbai.protocol - octez-protocol-016-PtMumbai-libs.tezos-smart-rollup) + octez-protocol-016-PtMumbai-libs.smart-rollup) (flags (:standard) -open Tezos_base.TzPervasives @@ -21,14 +21,13 @@ (library (name tezos_protocol_plugin_016_PtMumbai_registerer) - (public_name - octez-protocol-016-PtMumbai-libs.tezos-protocol-plugin-registerer) + (public_name octez-protocol-016-PtMumbai-libs.plugin-registerer) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-016-PtMumbai.embedded-protocol - octez-protocol-016-PtMumbai-libs.tezos-protocol-plugin - octez-shell-libs.tezos-validation) + octez-protocol-016-PtMumbai-libs.plugin + octez-shell-libs.validation) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/proto_016_PtMumbai/lib_plugin/index.mld b/src/proto_016_PtMumbai/lib_plugin/index.mld index 81f99cf99bde6782422df35ba2bbcab04d76d3a6..dca6defe3e6e4de07be19c42f510c32d86bf1ec2 100644 --- a/src/proto_016_PtMumbai/lib_plugin/index.mld +++ b/src/proto_016_PtMumbai/lib_plugin/index.mld @@ -5,9 +5,6 @@ This is a package containing some libraries related to the Tezos 016-PtMumbai pr It contains the following libraries: - {{!module-Tezos_client_016_PtMumbai}Tezos_client_016_PtMumbai}: Protocol specific library for `tezos-client` -- {{!module-Tezos_client_016_PtMumbai_commands}Tezos_client_016_PtMumbai_commands} -- {{!module-Tezos_client_016_PtMumbai_commands_registration}Tezos_client_016_PtMumbai_commands_registration} -- {{!module-Tezos_client_sapling_016_PtMumbai}Tezos_client_sapling_016_PtMumbai} - {{!module-Tezos_layer2_utils_016_PtMumbai}Tezos_layer2_utils_016_PtMumbai}: Protocol specific library for Layer 2 utils - {{!module-Tezos_protocol_plugin_016_PtMumbai}Tezos_protocol_plugin_016_PtMumbai}: Protocol plugin - {{!module-Tezos_protocol_plugin_016_PtMumbai_registerer}Tezos_protocol_plugin_016_PtMumbai_registerer}: Protocol plugin registerer diff --git a/src/proto_016_PtMumbai/lib_protocol/dune b/src/proto_016_PtMumbai/lib_protocol/dune index 3fa49383274c9df9bf0b5b8322f44bfed5c51af7..5c38e8edfc680a9ca62f08d76aab4ab60e2219af 100644 --- a/src/proto_016_PtMumbai/lib_protocol/dune +++ b/src/proto_016_PtMumbai/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-016-PtMumbai.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_016_PtMumbai)) @@ -281,8 +281,8 @@ (public_name tezos-protocol-016-PtMumbai.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-016-PtMumbai.protocol.raw) (flags (:standard) @@ -567,8 +567,8 @@ (public_name tezos-protocol-016-PtMumbai.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-016-PtMumbai.protocol) (flags (:standard) @@ -586,8 +586,8 @@ (library (name tezos_protocol_016_PtMumbai_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -nopervasives) @@ -857,8 +857,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-016-PtMumbai.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Registerer)) diff --git a/src/proto_016_PtMumbai/lib_sc_rollup/dune b/src/proto_016_PtMumbai/lib_sc_rollup/dune index 702cdae965ed02eff1ad761a48afa2f858ee5691..26daa2ab4d74aa4c3d8c84697d4ed871b3c32295 100644 --- a/src/proto_016_PtMumbai/lib_sc_rollup/dune +++ b/src/proto_016_PtMumbai/lib_sc_rollup/dune @@ -3,7 +3,7 @@ (library (name tezos_smart_rollup_016_PtMumbai) - (public_name octez-protocol-016-PtMumbai-libs.tezos-smart-rollup) + (public_name octez-protocol-016-PtMumbai-libs.smart-rollup) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base diff --git a/src/proto_016_PtMumbai/lib_sc_rollup_layer2/dune b/src/proto_016_PtMumbai/lib_sc_rollup_layer2/dune index 9ea213765af0d886ef34337fd04e13213cf6edc5..04b1e42256be70ef4617213663d25335357486c8 100644 --- a/src/proto_016_PtMumbai/lib_sc_rollup_layer2/dune +++ b/src/proto_016_PtMumbai/lib_sc_rollup_layer2/dune @@ -3,13 +3,13 @@ (library (name tezos_smart_rollup_layer2_016_PtMumbai) - (public_name octez-protocol-016-PtMumbai-libs.tezos-smart-rollup-layer2) + (public_name octez-protocol-016-PtMumbai-libs.smart-rollup-layer2) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-016-PtMumbai.protocol octez-injector - octez-l2-libs.octez-smart-rollup) + octez-l2-libs.smart-rollup) (inline_tests (flags -verbose) (modes native)) (preprocess (pps ppx_expect)) (library_flags (:standard -linkall)) diff --git a/src/proto_017_PtNairob/bin_accuser/dune b/src/proto_017_PtNairob/bin_accuser/dune index 1b59733d7cc25f5e4739ddf9817f14300a49e7cb..c3f036b9c3aed3f4f6cfdbb1718a11d255910a90 100644 --- a/src/proto_017_PtNairob/bin_accuser/dune +++ b/src/proto_017_PtNairob/bin_accuser/dune @@ -10,11 +10,11 @@ octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-017-PtNairob.protocol - octez-protocol-017-PtNairob-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-017-PtNairob-libs.tezos-baking-commands + octez-protocol-017-PtNairob-libs.client + octez-shell-libs.client-commands + octez-protocol-017-PtNairob-libs.baking-commands octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base-unix) + octez-shell-libs.client-base-unix) (link_flags (:standard) (:include %{workspace_root}/static-link-flags.sexp) diff --git a/src/proto_017_PtNairob/bin_baker/dune b/src/proto_017_PtNairob/bin_baker/dune index 1f2ae6846922be6ee7ff7fa6f41c5c2a0706e3d1..e104534ea6c1d633c8136c1b7016898eda244712 100644 --- a/src/proto_017_PtNairob/bin_baker/dune +++ b/src/proto_017_PtNairob/bin_baker/dune @@ -10,11 +10,11 @@ octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-017-PtNairob.protocol - octez-protocol-017-PtNairob-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-017-PtNairob-libs.tezos-baking-commands + octez-protocol-017-PtNairob-libs.client + octez-shell-libs.client-commands + octez-protocol-017-PtNairob-libs.baking-commands octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base-unix) + octez-shell-libs.client-base-unix) (link_flags (:standard) (:include %{workspace_root}/static-link-flags.sexp) diff --git a/src/proto_017_PtNairob/bin_sc_rollup_node/dune b/src/proto_017_PtNairob/bin_sc_rollup_node/dune index d757215b7e3b36fb835d6414a8af538eba76350e..de8abc28d522eec0710d8eced2452b4d3e903041 100644 --- a/src/proto_017_PtNairob/bin_sc_rollup_node/dune +++ b/src/proto_017_PtNairob/bin_sc_rollup_node/dune @@ -10,11 +10,11 @@ octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-017-PtNairob.protocol - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-client-base-unix - octez-shell-libs.tezos-client-commands - octez-protocol-017-PtNairob-libs.tezos-client + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-shell-libs.client-base-unix + octez-shell-libs.client-commands + octez-protocol-017-PtNairob-libs.client octez-smart-rollup-node-lib octez_smart_rollup_node_PtNairob) (link_flags diff --git a/src/proto_017_PtNairob/lib_benchmark/dune b/src/proto_017_PtNairob/lib_benchmark/dune index cc0eea8e6f2ef1d18c54ed4fbb4caea4576e144b..ab02b689e045dcba65c5af29d748735ebff75598 100644 --- a/src/proto_017_PtNairob/lib_benchmark/dune +++ b/src/proto_017_PtNairob/lib_benchmark/dune @@ -16,7 +16,7 @@ octez-libs.tezos-crypto tezos-protocol-017-PtNairob.parameters hashcons - octez-protocol-017-PtNairob-libs.tezos-test-helpers + octez-protocol-017-PtNairob-libs.test-helpers prbnmcn-stats) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_017_PtNairob/lib_benchmark/lib_benchmark_type_inference/test/dune b/src/proto_017_PtNairob/lib_benchmark/lib_benchmark_type_inference/test/dune index d27f6624d82f25f05c9e993323a2cd211ba1929b..edada2f46f7ce67587119381fcd0f69ae4a903b9 100644 --- a/src/proto_017_PtNairob/lib_benchmark/lib_benchmark_type_inference/test/dune +++ b/src/proto_017_PtNairob/lib_benchmark/lib_benchmark_type_inference/test/dune @@ -9,7 +9,7 @@ tezos-benchmark-type-inference-017-PtNairob tezos-protocol-017-PtNairob.protocol octez-libs.tezos-error-monad - octez-protocol-017-PtNairob-libs.tezos-client) + octez-protocol-017-PtNairob-libs.client) (link_flags (:standard) (:include %{workspace_root}/macos-link-flags.sexp)) diff --git a/src/proto_017_PtNairob/lib_benchmark/test/dune b/src/proto_017_PtNairob/lib_benchmark/test/dune index af20c674784e849508d0d646669c252176e0de01..46b8270c9888c95b1c8f063a384cb22a3b27d5ee 100644 --- a/src/proto_017_PtNairob/lib_benchmark/test/dune +++ b/src/proto_017_PtNairob/lib_benchmark/test/dune @@ -15,7 +15,7 @@ tezos-benchmark tezos-benchmark-type-inference-017-PtNairob tezos-benchmark-017-PtNairob - octez-protocol-017-PtNairob-libs.tezos-test-helpers + octez-protocol-017-PtNairob-libs.test-helpers octez-libs.tezos-error-monad prbnmcn-stats) (link_flags diff --git a/src/proto_017_PtNairob/lib_benchmarks_proto/dune b/src/proto_017_PtNairob/lib_benchmarks_proto/dune index 96d252a64d818052cdf1f8a9482cdc422ce47d32..b58e1aab0881d0b9da3ba8801b82ca41d1ab21cf 100644 --- a/src/proto_017_PtNairob/lib_benchmarks_proto/dune +++ b/src/proto_017_PtNairob/lib_benchmarks_proto/dune @@ -17,13 +17,13 @@ tezos-benchmark-type-inference-017-PtNairob tezos-protocol-017-PtNairob.protocol octez-libs.tezos-crypto - octez-shell-libs.tezos-shell-benchmarks + octez-shell-libs.shell-benchmarks octez-libs.tezos-micheline - octez-protocol-017-PtNairob-libs.tezos-test-helpers + octez-protocol-017-PtNairob-libs.test-helpers octez-libs.tezos-sapling - octez-protocol-017-PtNairob-libs.tezos-client - octez-protocol-017-PtNairob-libs.tezos-protocol-plugin - octez-proto-libs.tezos-protocol-environment) + octez-protocol-017-PtNairob-libs.client + octez-protocol-017-PtNairob-libs.plugin + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_017_PtNairob/lib_client/dune b/src/proto_017_PtNairob/lib_client/dune index 1620bf1401f2ca1c1c34dd234247c463f84038c7..83c8447c91ffdc47e83aa21ec72acaa7fdc15ca2 100644 --- a/src/proto_017_PtNairob/lib_client/dune +++ b/src/proto_017_PtNairob/lib_client/dune @@ -3,22 +3,22 @@ (library (name tezos_client_017_PtNairob) - (public_name octez-protocol-017-PtNairob-libs.tezos-client) + (public_name octez-protocol-017-PtNairob-libs.client) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base + octez-shell-libs.shell-services + octez-shell-libs.client-base tezos-protocol-017-PtNairob.protocol tezos-protocol-017-PtNairob.protocol.lifted - octez-shell-libs.tezos-mockup-registration - octez-shell-libs.tezos-proxy - octez-shell-libs.tezos-signer-backends - octez-protocol-017-PtNairob-libs.tezos-protocol-plugin + octez-shell-libs.mockup-registration + octez-shell-libs.proxy + octez-shell-libs.signer-backends + octez-protocol-017-PtNairob-libs.plugin tezos-protocol-017-PtNairob.parameters octez-libs.tezos-rpc - octez-protocol-017-PtNairob-libs.tezos-smart-rollup + octez-protocol-017-PtNairob-libs.smart-rollup uri) (inline_tests (flags -verbose) (modes native)) (preprocess (pps ppx_expect)) diff --git a/src/proto_017_PtNairob/lib_client/test/dune b/src/proto_017_PtNairob/lib_client/test/dune index 37e0ecfdafa0098f8a0d8a67458f0d6777a03525..4c8a725ed0592fc7ef3b9fdc60018bcd34a0259f 100644 --- a/src/proto_017_PtNairob/lib_client/test/dune +++ b/src/proto_017_PtNairob/lib_client/test/dune @@ -8,7 +8,7 @@ tezt.core octez-libs.tezos-base octez-libs.tezos-micheline - octez-protocol-017-PtNairob-libs.tezos-client + octez-protocol-017-PtNairob-libs.client tezos-protocol-017-PtNairob.protocol octez-libs.tezos-base-test-helpers octez-libs.tezos-test-helpers diff --git a/src/proto_017_PtNairob/lib_client_commands/dune b/src/proto_017_PtNairob/lib_client_commands/dune index c37e94060d7107c90692e8ed08c2410535196836..7f77be5c9fa3093f06f2dba4ded9f9f73c48a389 100644 --- a/src/proto_017_PtNairob/lib_client_commands/dune +++ b/src/proto_017_PtNairob/lib_client_commands/dune @@ -3,7 +3,7 @@ (library (name tezos_client_017_PtNairob_commands) - (public_name octez-protocol-017-PtNairob-libs.tezos-client.commands) + (public_name octez-protocol-017-PtNairob-libs.client.commands) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -11,17 +11,17 @@ tezos-protocol-017-PtNairob.protocol tezos-protocol-017-PtNairob.parameters octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-mockup - octez-shell-libs.tezos-mockup-registration - octez-shell-libs.tezos-mockup-commands - octez-shell-libs.tezos-client-base - octez-protocol-017-PtNairob-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.mockup + octez-shell-libs.mockup-registration + octez-shell-libs.mockup-commands + octez-shell-libs.client-base + octez-protocol-017-PtNairob-libs.client + octez-shell-libs.client-commands octez-libs.tezos-rpc - octez-shell-libs.tezos-client-base-unix - octez-protocol-017-PtNairob-libs.tezos-protocol-plugin + octez-shell-libs.client-base-unix + octez-protocol-017-PtNairob-libs.plugin uri) (library_flags (:standard -linkall)) (flags @@ -40,23 +40,22 @@ (library (name tezos_client_017_PtNairob_commands_registration) - (public_name - octez-protocol-017-PtNairob-libs.tezos-client.commands-registration) + (public_name octez-protocol-017-PtNairob-libs.client.commands-registration) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-017-PtNairob.protocol tezos-protocol-017-PtNairob.parameters - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-017-PtNairob-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-017-PtNairob-libs.tezos-client.commands - octez-protocol-017-PtNairob-libs.tezos-client.sapling + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-017-PtNairob-libs.client + octez-shell-libs.client-commands + octez-protocol-017-PtNairob-libs.client.commands + octez-protocol-017-PtNairob-libs.client.sapling octez-libs.tezos-rpc - octez-protocol-017-PtNairob-libs.tezos-protocol-plugin) + octez-protocol-017-PtNairob-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_017_PtNairob/lib_client_sapling/dune b/src/proto_017_PtNairob/lib_client_sapling/dune index 5f1d56551488d4a04cc47656c5991df9e45fa9d7..e65030063889f9c198925f094b36b6ab2353623a 100644 --- a/src/proto_017_PtNairob/lib_client_sapling/dune +++ b/src/proto_017_PtNairob/lib_client_sapling/dune @@ -3,19 +3,19 @@ (library (name tezos_client_sapling_017_PtNairob) - (public_name octez-protocol-017-PtNairob-libs.tezos-client.sapling) + (public_name octez-protocol-017-PtNairob-libs.client.sapling) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic octez-libs.tezos-crypto octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-signer-backends - octez-protocol-017-PtNairob-libs.tezos-client - octez-protocol-017-PtNairob-libs.tezos-client.commands + octez-shell-libs.client-base + octez-shell-libs.signer-backends + octez-protocol-017-PtNairob-libs.client + octez-protocol-017-PtNairob-libs.client.commands tezos-protocol-017-PtNairob.protocol - octez-protocol-017-PtNairob-libs.tezos-protocol-plugin) + octez-protocol-017-PtNairob-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_017_PtNairob/lib_dac_plugin/dune b/src/proto_017_PtNairob/lib_dac_plugin/dune index dd027ab39b40810c0d613bad7e8592752dc9cecd..9929658d67be90061142e5b7456ac9714882aca4 100644 --- a/src/proto_017_PtNairob/lib_dac_plugin/dune +++ b/src/proto_017_PtNairob/lib_dac_plugin/dune @@ -3,7 +3,7 @@ (library (name tezos_dac_017_PtNairob) - (public_name octez-protocol-017-PtNairob-libs.tezos-dac) + (public_name octez-protocol-017-PtNairob-libs.dac) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -11,7 +11,7 @@ octez-libs.tezos-stdlib-unix tezos-dac-lib tezos-dac-client-lib - octez-protocol-017-PtNairob-libs.tezos-client + octez-protocol-017-PtNairob-libs.client tezos-protocol-017-PtNairob.embedded-protocol tezos-protocol-017-PtNairob.protocol) (inline_tests (flags -verbose) (modes native)) diff --git a/src/proto_017_PtNairob/lib_dac_plugin/test/dune b/src/proto_017_PtNairob/lib_dac_plugin/test/dune index 490ce669d77d8c0ca100d1eededb5956781dfe3d..35e289605a55579a2099ffeb9433a2510353fb69 100644 --- a/src/proto_017_PtNairob/lib_dac_plugin/test/dune +++ b/src/proto_017_PtNairob/lib_dac_plugin/test/dune @@ -7,10 +7,10 @@ (libraries tezt.core octez-libs.tezos-base - octez-protocol-017-PtNairob-libs.tezos-dac + octez-protocol-017-PtNairob-libs.dac tezos-protocol-017-PtNairob.protocol octez-libs.tezos-base-test-helpers - octez-protocol-017-PtNairob-libs.tezos-test-helpers + octez-protocol-017-PtNairob-libs.test-helpers tezos-dac-lib tezos_dac_node_lib octez-alcotezt) diff --git a/src/proto_017_PtNairob/lib_dal/dune b/src/proto_017_PtNairob/lib_dal/dune index d5431e867694c416809bac8456da5ce0703099c1..1644079b7e7df4e9af076f8bc4486ac52e434519 100644 --- a/src/proto_017_PtNairob/lib_dal/dune +++ b/src/proto_017_PtNairob/lib_dal/dune @@ -3,17 +3,17 @@ (library (name tezos_dal_017_PtNairob) - (public_name octez-protocol-017-PtNairob-libs.tezos-dal) + (public_name octez-protocol-017-PtNairob-libs.dal) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-protocol-compiler.registerer octez-libs.tezos-stdlib-unix tezos-dal-node-lib - octez-protocol-017-PtNairob-libs.tezos-client - octez-protocol-017-PtNairob-libs.tezos-protocol-plugin + octez-protocol-017-PtNairob-libs.client + octez-protocol-017-PtNairob-libs.plugin tezos-protocol-017-PtNairob.embedded-protocol - octez-protocol-017-PtNairob-libs.tezos-layer2-utils + octez-protocol-017-PtNairob-libs.layer2-utils tezos-protocol-017-PtNairob.protocol) (inline_tests (flags -verbose) (modes native)) (preprocess (pps ppx_expect)) diff --git a/src/proto_017_PtNairob/lib_dal/test/dune b/src/proto_017_PtNairob/lib_dal/test/dune index 299c140565f8f237ae740c76ab7d38ab0934fc07..7f1b6f3e48c327aeaeff0f631c58b1410411cfdf 100644 --- a/src/proto_017_PtNairob/lib_dal/test/dune +++ b/src/proto_017_PtNairob/lib_dal/test/dune @@ -7,10 +7,10 @@ (libraries tezt.core octez-libs.tezos-base - octez-protocol-017-PtNairob-libs.tezos-dal + octez-protocol-017-PtNairob-libs.dal tezos-protocol-017-PtNairob.protocol octez-libs.tezos-base-test-helpers - octez-protocol-017-PtNairob-libs.tezos-test-helpers + octez-protocol-017-PtNairob-libs.test-helpers octez-alcotezt) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_017_PtNairob/lib_delegate/dune b/src/proto_017_PtNairob/lib_delegate/dune index 0913cd7e70f576d887bcd3dde1a0421c33ffe471..c1e5898af54575f67369f167f48b45a211409bcd 100644 --- a/src/proto_017_PtNairob/lib_delegate/dune +++ b/src/proto_017_PtNairob/lib_delegate/dune @@ -3,26 +3,26 @@ (library (name tezos_baking_017_PtNairob) - (public_name octez-protocol-017-PtNairob-libs.tezos-baking) + (public_name octez-protocol-017-PtNairob-libs.baking) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-version.value tezos-protocol-017-PtNairob.protocol - octez-protocol-017-PtNairob-libs.tezos-protocol-plugin - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-017-PtNairob-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-protocol-017-PtNairob-libs.plugin + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-017-PtNairob-libs.client + octez-shell-libs.client-commands octez-libs.tezos-stdlib octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-shell-context + octez-shell-libs.shell-context octez-libs.tezos-context octez-libs.tezos-context.memory octez-libs.tezos-rpc-http-client-unix - octez-shell-libs.tezos-context-ops + octez-shell-libs.context-ops octez-libs.tezos-rpc octez-libs.tezos-rpc-http tezos-dal-node-services @@ -50,18 +50,18 @@ (library (name tezos_baking_017_PtNairob_commands) - (public_name octez-protocol-017-PtNairob-libs.tezos-baking-commands) + (public_name octez-protocol-017-PtNairob-libs.baking-commands) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-017-PtNairob.protocol octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-017-PtNairob-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-017-PtNairob-libs.tezos-baking + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-017-PtNairob-libs.client + octez-shell-libs.client-commands + octez-protocol-017-PtNairob-libs.baking octez-libs.tezos-rpc uri) (library_flags (:standard -linkall)) @@ -80,19 +80,18 @@ (library (name tezos_baking_017_PtNairob_commands_registration) - (public_name - octez-protocol-017-PtNairob-libs.tezos-baking-commands.registration) + (public_name octez-protocol-017-PtNairob-libs.baking-commands.registration) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-017-PtNairob.protocol - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-017-PtNairob-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-017-PtNairob-libs.tezos-baking - octez-protocol-017-PtNairob-libs.tezos-baking-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-017-PtNairob-libs.client + octez-shell-libs.client-commands + octez-protocol-017-PtNairob-libs.baking + octez-protocol-017-PtNairob-libs.baking-commands octez-libs.tezos-rpc) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_017_PtNairob/lib_delegate/test/dune b/src/proto_017_PtNairob/lib_delegate/test/dune index 1290ac3d99e8a0afd1731b548202427ea62d786b..2a00e7e392886676eab5935922fa8b7efa0b3d2d 100644 --- a/src/proto_017_PtNairob/lib_delegate/test/dune +++ b/src/proto_017_PtNairob/lib_delegate/test/dune @@ -8,11 +8,11 @@ tezt.core octez-libs.tezos-base octez-libs.tezos-micheline - octez-protocol-017-PtNairob-libs.tezos-client + octez-protocol-017-PtNairob-libs.client tezos-protocol-017-PtNairob.protocol octez-libs.tezos-base-test-helpers - octez-protocol-017-PtNairob-libs.tezos-bakings.mockup-simulator - octez-protocol-017-PtNairob-libs.tezos-baking + octez-protocol-017-PtNairob-libs.bakings.mockup-simulator + octez-protocol-017-PtNairob-libs.baking tezos-protocol-017-PtNairob.parameters octez-libs.tezos-crypto octez-alcotezt diff --git a/src/proto_017_PtNairob/lib_delegate/test/mockup_simulator/dune b/src/proto_017_PtNairob/lib_delegate/test/mockup_simulator/dune index 125c8c0d936fb00cdbdc79c516e93b0d45566d52..6028fb874a6874fae1739ae58c9b060812a26948 100644 --- a/src/proto_017_PtNairob/lib_delegate/test/mockup_simulator/dune +++ b/src/proto_017_PtNairob/lib_delegate/test/mockup_simulator/dune @@ -3,20 +3,20 @@ (library (name tezos_017_PtNairob_mockup_simulator) - (public_name octez-protocol-017-PtNairob-libs.tezos-bakings.mockup-simulator) + (public_name octez-protocol-017-PtNairob-libs.bakings.mockup-simulator) (libraries octez-libs.tezos-base tezos-protocol-017-PtNairob.protocol - octez-protocol-017-PtNairob-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-017-PtNairob-libs.tezos-baking + octez-protocol-017-PtNairob-libs.client + octez-shell-libs.client-commands + octez-protocol-017-PtNairob-libs.baking octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base-unix + octez-shell-libs.client-base-unix tezos-protocol-017-PtNairob.parameters - octez-shell-libs.tezos-mockup - octez-shell-libs.tezos-mockup-proxy - octez-shell-libs.tezos-mockup-commands - octez-protocol-017-PtNairob-libs.tezos-baking.tenderbrute) + octez-shell-libs.mockup + octez-shell-libs.mockup-proxy + octez-shell-libs.mockup-commands + octez-protocol-017-PtNairob-libs.baking.tenderbrute) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/proto_017_PtNairob/lib_delegate/test/tenderbrute/dune b/src/proto_017_PtNairob/lib_delegate/test/tenderbrute/dune index b19b9e6a594934c6375991e08b36df1fac7ab732..428107fbeb097b13935d7e2763bf100f54823a2a 100644 --- a/src/proto_017_PtNairob/lib_delegate/test/tenderbrute/dune +++ b/src/proto_017_PtNairob/lib_delegate/test/tenderbrute/dune @@ -5,10 +5,10 @@ (name tenderbrute_main) (libraries octez-libs.tezos-base - octez-shell-libs.tezos-client-base - octez-protocol-017-PtNairob-libs.tezos-client + octez-shell-libs.client-base + octez-protocol-017-PtNairob-libs.client tezos-protocol-017-PtNairob.protocol - octez-protocol-017-PtNairob-libs.tezos-baking.tenderbrute) + octez-protocol-017-PtNairob-libs.baking.tenderbrute) (link_flags (:standard) (:include %{workspace_root}/macos-link-flags.sexp) diff --git a/src/proto_017_PtNairob/lib_delegate/test/tenderbrute/lib/dune b/src/proto_017_PtNairob/lib_delegate/test/tenderbrute/lib/dune index 2bc28ccc3a97df2ec3a074875894c413eeff565d..af79ae7c7f6142259af753f7898dda3a12d10854 100644 --- a/src/proto_017_PtNairob/lib_delegate/test/tenderbrute/lib/dune +++ b/src/proto_017_PtNairob/lib_delegate/test/tenderbrute/lib/dune @@ -3,14 +3,14 @@ (library (name tenderbrute_017_PtNairob) - (public_name octez-protocol-017-PtNairob-libs.tezos-baking.tenderbrute) + (public_name octez-protocol-017-PtNairob-libs.baking.tenderbrute) (libraries data-encoding octez-libs.tezos-base octez-libs.tezos-base.unix tezos-protocol-017-PtNairob.protocol - octez-shell-libs.tezos-client-base - octez-protocol-017-PtNairob-libs.tezos-client) + octez-shell-libs.client-base + octez-protocol-017-PtNairob-libs.client) (flags (:standard) -open Data_encoding diff --git a/src/proto_017_PtNairob/lib_layer2_utils/dune b/src/proto_017_PtNairob/lib_layer2_utils/dune index ef676c9aae2f2eb402f351068c9cc84b69dda86f..fe01297abc1b1dea8d29b80f1d932aca6072ee1a 100644 --- a/src/proto_017_PtNairob/lib_layer2_utils/dune +++ b/src/proto_017_PtNairob/lib_layer2_utils/dune @@ -3,12 +3,12 @@ (library (name tezos_layer2_utils_017_PtNairob) - (public_name octez-protocol-017-PtNairob-libs.tezos-layer2-utils) + (public_name octez-protocol-017-PtNairob-libs.layer2-utils) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-017-PtNairob.protocol - octez-protocol-017-PtNairob-libs.tezos-client) + octez-protocol-017-PtNairob-libs.client) (inline_tests (flags -verbose) (modes native)) (preprocess (pps ppx_expect)) (library_flags (:standard -linkall)) diff --git a/src/proto_017_PtNairob/lib_parameters/dune b/src/proto_017_PtNairob/lib_parameters/dune index 73ba0bc91298b56504963e23a20510a37dad9da5..c7885ff4b383c03e6bda995fe9a53108708b1a2e 100644 --- a/src/proto_017_PtNairob/lib_parameters/dune +++ b/src/proto_017_PtNairob/lib_parameters/dune @@ -7,7 +7,7 @@ (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base - octez-proto-libs.tezos-protocol-environment + octez-proto-libs.protocol-environment tezos-protocol-017-PtNairob.protocol) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_017_PtNairob/lib_plugin/dune b/src/proto_017_PtNairob/lib_plugin/dune index 158b4033e9d4de86b0b4c8e5ae8f938d2053724d..a58032836f3f2e640bc563bb25e7362f6b4e4f0f 100644 --- a/src/proto_017_PtNairob/lib_plugin/dune +++ b/src/proto_017_PtNairob/lib_plugin/dune @@ -3,12 +3,12 @@ (library (name tezos_protocol_plugin_017_PtNairob) - (public_name octez-protocol-017-PtNairob-libs.tezos-protocol-plugin) + (public_name octez-protocol-017-PtNairob-libs.plugin) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-017-PtNairob.protocol - octez-protocol-017-PtNairob-libs.tezos-smart-rollup) + octez-protocol-017-PtNairob-libs.smart-rollup) (flags (:standard) -open Tezos_base.TzPervasives @@ -21,14 +21,13 @@ (library (name tezos_protocol_plugin_017_PtNairob_registerer) - (public_name - octez-protocol-017-PtNairob-libs.tezos-protocol-plugin-registerer) + (public_name octez-protocol-017-PtNairob-libs.plugin-registerer) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-017-PtNairob.embedded-protocol - octez-protocol-017-PtNairob-libs.tezos-protocol-plugin - octez-shell-libs.tezos-validation) + octez-protocol-017-PtNairob-libs.plugin + octez-shell-libs.validation) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/proto_017_PtNairob/lib_plugin/index.mld b/src/proto_017_PtNairob/lib_plugin/index.mld index 57bd28e1f3ceaa637ce057d85221575768e772b6..4b4b9ab2598e9380013fa36074807dba134ba6f7 100644 --- a/src/proto_017_PtNairob/lib_plugin/index.mld +++ b/src/proto_017_PtNairob/lib_plugin/index.mld @@ -4,16 +4,10 @@ This is a package containing some libraries related to the Tezos 017-PtNairob pr It contains the following libraries: -- {{!module-Tenderbrute_017_PtNairob}Tenderbrute_017_PtNairob} -- {{!module-Tezos_017_PtNairob_mockup_simulator}Tezos_017_PtNairob_mockup_simulator} - {{!module-Tezos_017_PtNairob_test_helpers}Tezos_017_PtNairob_test_helpers}: Protocol testing framework - {{!module-Tezos_baking_017_PtNairob}Tezos_baking_017_PtNairob}: Base library for `tezos-baker/accuser` - {{!module-Tezos_baking_017_PtNairob_commands}Tezos_baking_017_PtNairob_commands}: Protocol-specific commands for baking -- {{!module-Tezos_baking_017_PtNairob_commands_registration}Tezos_baking_017_PtNairob_commands_registration} - {{!module-Tezos_client_017_PtNairob}Tezos_client_017_PtNairob}: Protocol specific library for `tezos-client` -- {{!module-Tezos_client_017_PtNairob_commands}Tezos_client_017_PtNairob_commands} -- {{!module-Tezos_client_017_PtNairob_commands_registration}Tezos_client_017_PtNairob_commands_registration} -- {{!module-Tezos_client_sapling_017_PtNairob}Tezos_client_sapling_017_PtNairob} - {{!module-Tezos_dac_017_PtNairob}Tezos_dac_017_PtNairob}: Protocol specific library for the Data availability Committee - {{!module-Tezos_dal_017_PtNairob}Tezos_dal_017_PtNairob}: Protocol specific library for the Data availability Layer - {{!module-Tezos_layer2_utils_017_PtNairob}Tezos_layer2_utils_017_PtNairob}: Protocol specific library for Layer 2 utils diff --git a/src/proto_017_PtNairob/lib_plugin/test/dune b/src/proto_017_PtNairob/lib_plugin/test/dune index 176a024e814d6c5b1dc0b61ad0cccea0d3b458c9..0e50e3c2670a2508ea0d2d4e0af9745bcd046fbc 100644 --- a/src/proto_017_PtNairob/lib_plugin/test/dune +++ b/src/proto_017_PtNairob/lib_plugin/test/dune @@ -14,10 +14,10 @@ qcheck-alcotest octez-libs.tezos-stdlib-unix octez-libs.tezos-micheline - octez-protocol-017-PtNairob-libs.tezos-protocol-plugin + octez-protocol-017-PtNairob-libs.plugin tezos-protocol-017-PtNairob.protocol tezos-protocol-017-PtNairob.parameters - octez-protocol-017-PtNairob-libs.tezos-test-helpers) + octez-protocol-017-PtNairob-libs.test-helpers) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_017_PtNairob/lib_protocol/dune b/src/proto_017_PtNairob/lib_protocol/dune index ff5cb8f759d8e22dc09861744982fc08e05a9de2..f4b2c6c280e0c78503bc17665b5b148c633fa41a 100644 --- a/src/proto_017_PtNairob/lib_protocol/dune +++ b/src/proto_017_PtNairob/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-017-PtNairob.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_017_PtNairob)) @@ -284,8 +284,8 @@ (public_name tezos-protocol-017-PtNairob.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-017-PtNairob.protocol.raw) (flags (:standard) @@ -573,8 +573,8 @@ (public_name tezos-protocol-017-PtNairob.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-017-PtNairob.protocol) (flags (:standard) @@ -592,8 +592,8 @@ (library (name tezos_protocol_017_PtNairob_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -nopervasives) @@ -866,8 +866,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-017-PtNairob.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Registerer)) diff --git a/src/proto_017_PtNairob/lib_protocol/test/helpers/dune b/src/proto_017_PtNairob/lib_protocol/test/helpers/dune index 2771804673f4f89b5c94a9ab14789b4fef3a74ba..1115c6895c7fae0b89c7a8b69b7fd6f9e57c515b 100644 --- a/src/proto_017_PtNairob/lib_protocol/test/helpers/dune +++ b/src/proto_017_PtNairob/lib_protocol/test/helpers/dune @@ -3,7 +3,7 @@ (library (name tezos_017_PtNairob_test_helpers) - (public_name octez-protocol-017-PtNairob-libs.tezos-test-helpers) + (public_name octez-protocol-017-PtNairob-libs.test-helpers) (instrumentation (backend bisect_ppx)) (libraries qcheck-alcotest @@ -12,11 +12,11 @@ octez-libs.tezos-micheline octez-libs.tezos-stdlib-unix tezos-protocol-017-PtNairob.protocol - octez-protocol-017-PtNairob-libs.tezos-client + octez-protocol-017-PtNairob-libs.client tezos-protocol-017-PtNairob.parameters - octez-proto-libs.tezos-protocol-environment - octez-protocol-017-PtNairob-libs.tezos-protocol-plugin - octez-shell-libs.tezos-shell-services + octez-proto-libs.protocol-environment + octez-protocol-017-PtNairob-libs.plugin + octez-shell-libs.shell-services octez-libs.octez-plompiler octez-libs.tezos-crypto-dal) (flags diff --git a/src/proto_017_PtNairob/lib_protocol/test/integration/consensus/dune b/src/proto_017_PtNairob/lib_protocol/test/integration/consensus/dune index 2aca46c36d481d14eebfb3c745d1b63399b23d4c..4f4ea46d8ac6340fc6e48c23fe22292a00524fdc 100644 --- a/src/proto_017_PtNairob/lib_protocol/test/integration/consensus/dune +++ b/src/proto_017_PtNairob/lib_protocol/test/integration/consensus/dune @@ -10,10 +10,10 @@ octez-alcotezt octez-libs.tezos-base tezos-protocol-017-PtNairob.protocol - octez-protocol-017-PtNairob-libs.tezos-test-helpers + octez-protocol-017-PtNairob-libs.test-helpers octez-libs.tezos-base-test-helpers tezos-protocol-017-PtNairob.parameters - octez-protocol-017-PtNairob-libs.tezos-protocol-plugin) + octez-protocol-017-PtNairob-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_017_PtNairob/lib_protocol/test/integration/dune b/src/proto_017_PtNairob/lib_protocol/test/integration/dune index 54e6dc6e0a3184c945472cf5556bf396a8e0a58c..04ac249f8fee64f86c2795eba8e5fcdcc00cb24b 100644 --- a/src/proto_017_PtNairob/lib_protocol/test/integration/dune +++ b/src/proto_017_PtNairob/lib_protocol/test/integration/dune @@ -10,10 +10,10 @@ octez-libs.tezos-context octez-alcotezt octez-libs.tezos-base - octez-protocol-017-PtNairob-libs.tezos-client + octez-protocol-017-PtNairob-libs.client tezos-protocol-017-PtNairob.protocol tezos-protocol-017-PtNairob.parameters - octez-protocol-017-PtNairob-libs.tezos-test-helpers + octez-protocol-017-PtNairob-libs.test-helpers octez-libs.tezos-base-test-helpers) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_017_PtNairob/lib_protocol/test/integration/gas/dune b/src/proto_017_PtNairob/lib_protocol/test/integration/gas/dune index b2656b2ba593856e54a6e83ba9d268865db72ed8..c367b9b0e1969f8587bd87ebcdf1319248cd32f7 100644 --- a/src/proto_017_PtNairob/lib_protocol/test/integration/gas/dune +++ b/src/proto_017_PtNairob/lib_protocol/test/integration/gas/dune @@ -9,7 +9,7 @@ octez-alcotezt octez-libs.tezos-base tezos-protocol-017-PtNairob.protocol - octez-protocol-017-PtNairob-libs.tezos-test-helpers + octez-protocol-017-PtNairob-libs.test-helpers octez-libs.tezos-base-test-helpers) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_017_PtNairob/lib_protocol/test/integration/michelson/dune b/src/proto_017_PtNairob/lib_protocol/test/integration/michelson/dune index d2e03a5a8cd789f5bcd12dcfefe0134895af07b4..90647598d8908e65e75485ba32f6337974ecc249 100644 --- a/src/proto_017_PtNairob/lib_protocol/test/integration/michelson/dune +++ b/src/proto_017_PtNairob/lib_protocol/test/integration/michelson/dune @@ -10,14 +10,14 @@ octez-alcotezt octez-libs.tezos-base tezos-protocol-017-PtNairob.protocol - octez-protocol-017-PtNairob-libs.tezos-test-helpers + octez-protocol-017-PtNairob-libs.test-helpers octez-libs.tezos-base-test-helpers - octez-protocol-017-PtNairob-libs.tezos-client + octez-protocol-017-PtNairob-libs.client tezos-benchmark octez-libs.tezos-micheline tezos-benchmark-017-PtNairob tezos-benchmark-type-inference-017-PtNairob - octez-protocol-017-PtNairob-libs.tezos-protocol-plugin + octez-protocol-017-PtNairob-libs.plugin tezos-protocol-017-PtNairob.parameters) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_017_PtNairob/lib_protocol/test/integration/operations/dune b/src/proto_017_PtNairob/lib_protocol/test/integration/operations/dune index f09e54f107ff254b4dfb99ef3d1e34250e12f735..bd2d3844ed2e7f8f1b2cb06ac792db6737768bf4 100644 --- a/src/proto_017_PtNairob/lib_protocol/test/integration/operations/dune +++ b/src/proto_017_PtNairob/lib_protocol/test/integration/operations/dune @@ -10,10 +10,10 @@ octez-alcotezt octez-libs.tezos-base tezos-protocol-017-PtNairob.protocol - octez-protocol-017-PtNairob-libs.tezos-client - octez-protocol-017-PtNairob-libs.tezos-test-helpers + octez-protocol-017-PtNairob-libs.client + octez-protocol-017-PtNairob-libs.test-helpers octez-libs.tezos-base-test-helpers - octez-protocol-017-PtNairob-libs.tezos-protocol-plugin) + octez-protocol-017-PtNairob-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_017_PtNairob/lib_protocol/test/integration/validate/dune b/src/proto_017_PtNairob/lib_protocol/test/integration/validate/dune index 0ba01b43776db788cf427b07367dd15c62733fce..b9e4b32114276d22bc8bca99657430d824d3d542 100644 --- a/src/proto_017_PtNairob/lib_protocol/test/integration/validate/dune +++ b/src/proto_017_PtNairob/lib_protocol/test/integration/validate/dune @@ -10,11 +10,11 @@ octez-libs.tezos-base tezos-protocol-017-PtNairob.protocol qcheck-alcotest - octez-protocol-017-PtNairob-libs.tezos-client + octez-protocol-017-PtNairob-libs.client octez-libs.tezos-test-helpers - octez-protocol-017-PtNairob-libs.tezos-test-helpers + octez-protocol-017-PtNairob-libs.test-helpers octez-libs.tezos-base-test-helpers - octez-protocol-017-PtNairob-libs.tezos-protocol-plugin) + octez-protocol-017-PtNairob-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_017_PtNairob/lib_protocol/test/pbt/dune b/src/proto_017_PtNairob/lib_protocol/test/pbt/dune index 710fee18824cc11009fdfeef3d8381d53bc39574..43f1ece40b49a5050972d766af8ae7b1fb753353 100644 --- a/src/proto_017_PtNairob/lib_protocol/test/pbt/dune +++ b/src/proto_017_PtNairob/lib_protocol/test/pbt/dune @@ -8,17 +8,17 @@ tezt.core octez-libs.tezos-base octez-libs.tezos-micheline - octez-protocol-017-PtNairob-libs.tezos-client + octez-protocol-017-PtNairob-libs.client tezos-protocol-017-PtNairob.protocol octez-libs.tezos-context.merkle_proof_encoding octez-libs.tezos-test-helpers - octez-protocol-017-PtNairob-libs.tezos-test-helpers + octez-protocol-017-PtNairob-libs.test-helpers octez-alcotezt qcheck-alcotest tezos-benchmark tezos-benchmark-017-PtNairob tezos-benchmark-type-inference-017-PtNairob - octez-protocol-017-PtNairob-libs.tezos-smart-rollup + octez-protocol-017-PtNairob-libs.smart-rollup octez-libs.tezos-crypto-dal octez-libs.tezos-base-test-helpers tezos-protocol-017-PtNairob.parameters) diff --git a/src/proto_017_PtNairob/lib_protocol/test/regression/dune b/src/proto_017_PtNairob/lib_protocol/test/regression/dune index 8e66b9d91f25f03085b6448df03864d5e31b24da..0d46b9645164f310261349938fa9890f01b72f98 100644 --- a/src/proto_017_PtNairob/lib_protocol/test/regression/dune +++ b/src/proto_017_PtNairob/lib_protocol/test/regression/dune @@ -9,9 +9,9 @@ octez-libs.tezos-base tezt-tezos tezos-protocol-017-PtNairob.protocol - octez-protocol-017-PtNairob-libs.tezos-client - octez-protocol-017-PtNairob-libs.tezos-protocol-plugin - octez-protocol-017-PtNairob-libs.tezos-test-helpers + octez-protocol-017-PtNairob-libs.client + octez-protocol-017-PtNairob-libs.plugin + octez-protocol-017-PtNairob-libs.test-helpers octez-libs.tezos-micheline) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_017_PtNairob/lib_protocol/test/unit/dune b/src/proto_017_PtNairob/lib_protocol/test/unit/dune index b489da60b6173a6a4a166ae1acb3af9a573fc089..19e370fe6a50fd2558b04b66be2a5cecab00ebf9 100644 --- a/src/proto_017_PtNairob/lib_protocol/test/unit/dune +++ b/src/proto_017_PtNairob/lib_protocol/test/unit/dune @@ -9,20 +9,20 @@ octez-libs.tezos-base octez-libs.tezos-base-test-helpers octez-libs.tezos-micheline - octez-protocol-017-PtNairob-libs.tezos-client - octez-shell-libs.tezos-client-base + octez-protocol-017-PtNairob-libs.client + octez-shell-libs.client-base tezos-protocol-017-PtNairob.parameters - octez-proto-libs.tezos-protocol-environment + octez-proto-libs.protocol-environment octez-libs.tezos-stdlib-unix tezos-protocol-017-PtNairob.protocol octez-libs.tezos-test-helpers - octez-protocol-017-PtNairob-libs.tezos-test-helpers + octez-protocol-017-PtNairob-libs.test-helpers octez-alcotezt - octez-l2-libs.tezos-scoru-wasm-helpers + octez-l2-libs.scoru-wasm-helpers octez-libs.tezos-stdlib octez-libs.tezos-crypto-dal - octez-l2-libs.tezos-scoru-wasm - octez-l2-libs.tezos-webassembly-interpreter-extra) + octez-l2-libs.scoru-wasm + octez-l2-libs.webassembly-interpreter-extra) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_017_PtNairob/lib_sc_rollup/dune b/src/proto_017_PtNairob/lib_sc_rollup/dune index 63836d82a12026d0a7d2fac93ee3a77dec94b813..e792747bdb969cf3ae6623d6f682d64e1fb2a41a 100644 --- a/src/proto_017_PtNairob/lib_sc_rollup/dune +++ b/src/proto_017_PtNairob/lib_sc_rollup/dune @@ -3,7 +3,7 @@ (library (name tezos_smart_rollup_017_PtNairob) - (public_name octez-protocol-017-PtNairob-libs.tezos-smart-rollup) + (public_name octez-protocol-017-PtNairob-libs.smart-rollup) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base diff --git a/src/proto_017_PtNairob/lib_sc_rollup_client/dune b/src/proto_017_PtNairob/lib_sc_rollup_client/dune index bfd5874858897cf72b61219a306b94d24db13935..434a4effb239df1bf08610d4d3f7a0f485667b90 100644 --- a/src/proto_017_PtNairob/lib_sc_rollup_client/dune +++ b/src/proto_017_PtNairob/lib_sc_rollup_client/dune @@ -8,13 +8,13 @@ (libraries octez-libs.tezos-base tezos-protocol-017-PtNairob.protocol - octez-shell-libs.tezos-client-commands - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-client-base-unix - octez-protocol-017-PtNairob-libs.tezos-client - octez-l2-libs.octez-smart-rollup - octez-protocol-017-PtNairob-libs.tezos-smart-rollup - octez-protocol-017-PtNairob-libs.tezos-smart-rollup-layer2) + octez-shell-libs.client-commands + octez-shell-libs.client-base + octez-shell-libs.client-base-unix + octez-protocol-017-PtNairob-libs.client + octez-l2-libs.smart-rollup + octez-protocol-017-PtNairob-libs.smart-rollup + octez-protocol-017-PtNairob-libs.smart-rollup-layer2) (flags (:standard) -open Tezos_base diff --git a/src/proto_017_PtNairob/lib_sc_rollup_layer2/dune b/src/proto_017_PtNairob/lib_sc_rollup_layer2/dune index 66cad55ded1b6d25cc7a71237bda8b6ed3b18d56..d045938136cf41ecf30a4ecb680fed9712b9c566 100644 --- a/src/proto_017_PtNairob/lib_sc_rollup_layer2/dune +++ b/src/proto_017_PtNairob/lib_sc_rollup_layer2/dune @@ -3,13 +3,13 @@ (library (name tezos_smart_rollup_layer2_017_PtNairob) - (public_name octez-protocol-017-PtNairob-libs.tezos-smart-rollup-layer2) + (public_name octez-protocol-017-PtNairob-libs.smart-rollup-layer2) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-017-PtNairob.protocol octez-injector - octez-l2-libs.octez-smart-rollup) + octez-l2-libs.smart-rollup) (inline_tests (flags -verbose) (modes native)) (preprocess (pps ppx_expect)) (library_flags (:standard -linkall)) diff --git a/src/proto_017_PtNairob/lib_sc_rollup_node/dune b/src/proto_017_PtNairob/lib_sc_rollup_node/dune index 002b3b7ffae1423bea74426d5825d5fed03ae0b6..f97c68dfe2dfda3a47d003d371798d6ad8757479 100644 --- a/src/proto_017_PtNairob/lib_sc_rollup_node/dune +++ b/src/proto_017_PtNairob/lib_sc_rollup_node/dune @@ -8,13 +8,13 @@ (libraries octez-libs.tezos-base octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-client-base-unix - octez-protocol-017-PtNairob-libs.tezos-client + octez-shell-libs.client-base + octez-shell-libs.client-base-unix + octez-protocol-017-PtNairob-libs.client octez-libs.tezos-context.encoding octez-libs.tezos-context.helpers tezos-protocol-017-PtNairob.protocol - octez-protocol-017-PtNairob-libs.tezos-protocol-plugin + octez-protocol-017-PtNairob-libs.plugin tezos-protocol-017-PtNairob.parameters octez-libs.tezos-rpc octez-libs.tezos-rpc-http @@ -23,12 +23,12 @@ tezos-dal-node-services tezos-dal-node-lib tezos-dac-lib - octez-shell-libs.tezos-shell-services - octez-l2-libs.octez-smart-rollup - octez-protocol-017-PtNairob-libs.tezos-smart-rollup - octez-protocol-017-PtNairob-libs.tezos-smart-rollup-layer2 - octez-protocol-017-PtNairob-libs.tezos-layer2-utils - octez-l2-libs.tezos_layer2_store + octez-shell-libs.shell-services + octez-l2-libs.smart-rollup + octez-protocol-017-PtNairob-libs.smart-rollup + octez-protocol-017-PtNairob-libs.smart-rollup-layer2 + octez-protocol-017-PtNairob-libs.layer2-utils + octez-l2-libs.layer2_store octez-crawler octez-libs.tezos-tree-encoding data-encoding @@ -39,8 +39,8 @@ aches-lwt octez-injector octez-smart-rollup-node-lib - octez-l2-libs.tezos-scoru-wasm - octez-l2-libs.tezos-scoru-wasm-fast + octez-l2-libs.scoru-wasm + octez-l2-libs.scoru-wasm-fast octez-libs.tezos-crypto-dal tezos-version.value) (flags diff --git a/src/proto_017_PtNairob/lib_sc_rollup_node/test/dune b/src/proto_017_PtNairob/lib_sc_rollup_node/test/dune index e58c697dc87bbac78ecff406f7f5e4137adadf7d..76e46aee590f3ed82b4a23e91aaa530a732f01ab 100644 --- a/src/proto_017_PtNairob/lib_sc_rollup_node/test/dune +++ b/src/proto_017_PtNairob/lib_sc_rollup_node/test/dune @@ -9,7 +9,7 @@ octez-libs.tezos-base tezos-protocol-017-PtNairob.protocol octez-libs.tezos-test-helpers - octez-protocol-017-PtNairob-libs.tezos-smart-rollup-layer2 + octez-protocol-017-PtNairob-libs.smart-rollup-layer2 octez_smart_rollup_node_PtNairob octez-alcotezt octez_smart_rollup_node_PtNairob_test_helpers) diff --git a/src/proto_017_PtNairob/lib_sc_rollup_node/test/helpers/dune b/src/proto_017_PtNairob/lib_sc_rollup_node/test/helpers/dune index fb136df70ff8806cc18563a555652e43c6b2d2a6..af7ac98b91b75ecdfd268652467fb34608c81cde 100644 --- a/src/proto_017_PtNairob/lib_sc_rollup_node/test/helpers/dune +++ b/src/proto_017_PtNairob/lib_sc_rollup_node/test/helpers/dune @@ -9,12 +9,12 @@ octez-libs.tezos-base tezos-protocol-017-PtNairob.protocol tezos-protocol-017-PtNairob.parameters - octez-protocol-017-PtNairob-libs.tezos-client + octez-protocol-017-PtNairob-libs.client octez-libs.tezos-test-helpers qcheck-alcotest qcheck-core logs.lwt - octez-protocol-017-PtNairob-libs.tezos-smart-rollup-layer2 + octez-protocol-017-PtNairob-libs.smart-rollup-layer2 octez_smart_rollup_node_PtNairob octez-alcotezt) (flags diff --git a/src/proto_018_Proxford/bin_accuser/dune b/src/proto_018_Proxford/bin_accuser/dune index d9b585c106c7c77ad48ef9da102b96987822cb44..7317879284e62ded911f749a5cd3f6d6566a31ae 100644 --- a/src/proto_018_Proxford/bin_accuser/dune +++ b/src/proto_018_Proxford/bin_accuser/dune @@ -10,11 +10,11 @@ octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-018-Proxford.protocol - octez-protocol-018-Proxford-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-018-Proxford-libs.tezos-baking-commands + octez-protocol-018-Proxford-libs.client + octez-shell-libs.client-commands + octez-protocol-018-Proxford-libs.baking-commands octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base-unix) + octez-shell-libs.client-base-unix) (link_flags (:standard) (:include %{workspace_root}/static-link-flags.sexp) diff --git a/src/proto_018_Proxford/bin_baker/dune b/src/proto_018_Proxford/bin_baker/dune index 432057c5cccf0181edd9abb9d916739a1d3116a7..30fa0b9d1fc81f5c96f67dcac2420c12088f2126 100644 --- a/src/proto_018_Proxford/bin_baker/dune +++ b/src/proto_018_Proxford/bin_baker/dune @@ -10,11 +10,11 @@ octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-018-Proxford.protocol - octez-protocol-018-Proxford-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-018-Proxford-libs.tezos-baking-commands + octez-protocol-018-Proxford-libs.client + octez-shell-libs.client-commands + octez-protocol-018-Proxford-libs.baking-commands octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base-unix) + octez-shell-libs.client-base-unix) (link_flags (:standard) (:include %{workspace_root}/static-link-flags.sexp) diff --git a/src/proto_018_Proxford/bin_sc_rollup_node/dune b/src/proto_018_Proxford/bin_sc_rollup_node/dune index 0367b4254d7bd2bdc12ff192dc4e80e41e94c771..1080a3e2e71a707175951a40c837c0b8598d678a 100644 --- a/src/proto_018_Proxford/bin_sc_rollup_node/dune +++ b/src/proto_018_Proxford/bin_sc_rollup_node/dune @@ -10,11 +10,11 @@ octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-018-Proxford.protocol - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-client-base-unix - octez-shell-libs.tezos-client-commands - octez-protocol-018-Proxford-libs.tezos-client + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-shell-libs.client-base-unix + octez-shell-libs.client-commands + octez-protocol-018-Proxford-libs.client octez-smart-rollup-node-lib octez_smart_rollup_node_Proxford) (link_flags diff --git a/src/proto_018_Proxford/lib_benchmark/dune b/src/proto_018_Proxford/lib_benchmark/dune index 1ccdfca4f1507c48763ea1d8da7e3b235298f7d6..eef75ef96d5a36a346e1bf3d923736caefea9161 100644 --- a/src/proto_018_Proxford/lib_benchmark/dune +++ b/src/proto_018_Proxford/lib_benchmark/dune @@ -16,7 +16,7 @@ octez-libs.tezos-crypto tezos-protocol-018-Proxford.parameters hashcons - octez-protocol-018-Proxford-libs.tezos-test-helpers + octez-protocol-018-Proxford-libs.test-helpers prbnmcn-stats) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_018_Proxford/lib_benchmark/lib_benchmark_type_inference/test/dune b/src/proto_018_Proxford/lib_benchmark/lib_benchmark_type_inference/test/dune index 38e5f10bd75962a4bba3f35a90b01dcd32e26665..fff654746e8847801c0c26ff3ef7467a1fb3bfe2 100644 --- a/src/proto_018_Proxford/lib_benchmark/lib_benchmark_type_inference/test/dune +++ b/src/proto_018_Proxford/lib_benchmark/lib_benchmark_type_inference/test/dune @@ -9,7 +9,7 @@ tezos-benchmark-type-inference-018-Proxford tezos-protocol-018-Proxford.protocol octez-libs.tezos-error-monad - octez-protocol-018-Proxford-libs.tezos-client) + octez-protocol-018-Proxford-libs.client) (link_flags (:standard) (:include %{workspace_root}/macos-link-flags.sexp)) diff --git a/src/proto_018_Proxford/lib_benchmark/test/dune b/src/proto_018_Proxford/lib_benchmark/test/dune index 318a659489a22f19f0471c975ca32e7fc1282883..9209044a60bedb596ef5b9a8ca639f4d85d2fdf5 100644 --- a/src/proto_018_Proxford/lib_benchmark/test/dune +++ b/src/proto_018_Proxford/lib_benchmark/test/dune @@ -15,7 +15,7 @@ tezos-benchmark tezos-benchmark-type-inference-018-Proxford tezos-benchmark-018-Proxford - octez-protocol-018-Proxford-libs.tezos-test-helpers + octez-protocol-018-Proxford-libs.test-helpers octez-libs.tezos-error-monad prbnmcn-stats) (link_flags diff --git a/src/proto_018_Proxford/lib_benchmarks_proto/dune b/src/proto_018_Proxford/lib_benchmarks_proto/dune index b6dc75cf6ae50cf469f070a9890b8552a87bbee0..04d0a41cba7fe8d6ee77f39d05b377821cfca61e 100644 --- a/src/proto_018_Proxford/lib_benchmarks_proto/dune +++ b/src/proto_018_Proxford/lib_benchmarks_proto/dune @@ -17,13 +17,13 @@ tezos-benchmark-type-inference-018-Proxford tezos-protocol-018-Proxford.protocol octez-libs.tezos-crypto - octez-shell-libs.tezos-shell-benchmarks + octez-shell-libs.shell-benchmarks octez-libs.tezos-micheline - octez-protocol-018-Proxford-libs.tezos-test-helpers + octez-protocol-018-Proxford-libs.test-helpers octez-libs.tezos-sapling - octez-protocol-018-Proxford-libs.tezos-client - octez-protocol-018-Proxford-libs.tezos-protocol-plugin - octez-proto-libs.tezos-protocol-environment) + octez-protocol-018-Proxford-libs.client + octez-protocol-018-Proxford-libs.plugin + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_018_Proxford/lib_client/dune b/src/proto_018_Proxford/lib_client/dune index 205867fafa2bffcc19f28dcddd60baccf51fad62..45a8c3a13af6d2d87c8dfc47c54c51069e8ed481 100644 --- a/src/proto_018_Proxford/lib_client/dune +++ b/src/proto_018_Proxford/lib_client/dune @@ -3,22 +3,22 @@ (library (name tezos_client_018_Proxford) - (public_name octez-protocol-018-Proxford-libs.tezos-client) + (public_name octez-protocol-018-Proxford-libs.client) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base + octez-shell-libs.shell-services + octez-shell-libs.client-base tezos-protocol-018-Proxford.protocol tezos-protocol-018-Proxford.protocol.lifted - octez-shell-libs.tezos-mockup-registration - octez-shell-libs.tezos-proxy - octez-shell-libs.tezos-signer-backends - octez-protocol-018-Proxford-libs.tezos-protocol-plugin + octez-shell-libs.mockup-registration + octez-shell-libs.proxy + octez-shell-libs.signer-backends + octez-protocol-018-Proxford-libs.plugin tezos-protocol-018-Proxford.parameters octez-libs.tezos-rpc - octez-protocol-018-Proxford-libs.tezos-smart-rollup + octez-protocol-018-Proxford-libs.smart-rollup uri) (inline_tests (flags -verbose) (modes native)) (preprocess (pps ppx_expect)) diff --git a/src/proto_018_Proxford/lib_client/test/dune b/src/proto_018_Proxford/lib_client/test/dune index 0db69c7d72fd9c6a4a46b980f42e7d267464eb0a..0ea90f01b368bada842e0e802127098a107bdb72 100644 --- a/src/proto_018_Proxford/lib_client/test/dune +++ b/src/proto_018_Proxford/lib_client/test/dune @@ -8,7 +8,7 @@ tezt.core octez-libs.tezos-base octez-libs.tezos-micheline - octez-protocol-018-Proxford-libs.tezos-client + octez-protocol-018-Proxford-libs.client tezos-protocol-018-Proxford.protocol octez-libs.tezos-base-test-helpers octez-libs.tezos-test-helpers diff --git a/src/proto_018_Proxford/lib_client_commands/dune b/src/proto_018_Proxford/lib_client_commands/dune index 1963d4851e7fd26561b6c7d6d2a8795f0793d92a..83ee76460af5359183fbada636835c81d67b17bb 100644 --- a/src/proto_018_Proxford/lib_client_commands/dune +++ b/src/proto_018_Proxford/lib_client_commands/dune @@ -3,7 +3,7 @@ (library (name tezos_client_018_Proxford_commands) - (public_name octez-protocol-018-Proxford-libs.tezos-client.commands) + (public_name octez-protocol-018-Proxford-libs.client.commands) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -11,17 +11,17 @@ tezos-protocol-018-Proxford.protocol tezos-protocol-018-Proxford.parameters octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-mockup - octez-shell-libs.tezos-mockup-registration - octez-shell-libs.tezos-mockup-commands - octez-shell-libs.tezos-client-base - octez-protocol-018-Proxford-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.mockup + octez-shell-libs.mockup-registration + octez-shell-libs.mockup-commands + octez-shell-libs.client-base + octez-protocol-018-Proxford-libs.client + octez-shell-libs.client-commands octez-libs.tezos-rpc - octez-shell-libs.tezos-client-base-unix - octez-protocol-018-Proxford-libs.tezos-protocol-plugin + octez-shell-libs.client-base-unix + octez-protocol-018-Proxford-libs.plugin uri) (library_flags (:standard -linkall)) (flags @@ -40,23 +40,22 @@ (library (name tezos_client_018_Proxford_commands_registration) - (public_name - octez-protocol-018-Proxford-libs.tezos-client.commands-registration) + (public_name octez-protocol-018-Proxford-libs.client.commands-registration) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-018-Proxford.protocol tezos-protocol-018-Proxford.parameters - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-018-Proxford-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-018-Proxford-libs.tezos-client.commands - octez-protocol-018-Proxford-libs.tezos-client.sapling + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-018-Proxford-libs.client + octez-shell-libs.client-commands + octez-protocol-018-Proxford-libs.client.commands + octez-protocol-018-Proxford-libs.client.sapling octez-libs.tezos-rpc - octez-protocol-018-Proxford-libs.tezos-protocol-plugin) + octez-protocol-018-Proxford-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_018_Proxford/lib_client_sapling/dune b/src/proto_018_Proxford/lib_client_sapling/dune index 5fce5629d5999febd2bc9db82fd91f42a436ff6f..074f045138a9e77132ad451918dd346e7be4fba6 100644 --- a/src/proto_018_Proxford/lib_client_sapling/dune +++ b/src/proto_018_Proxford/lib_client_sapling/dune @@ -3,19 +3,19 @@ (library (name tezos_client_sapling_018_Proxford) - (public_name octez-protocol-018-Proxford-libs.tezos-client.sapling) + (public_name octez-protocol-018-Proxford-libs.client.sapling) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic octez-libs.tezos-crypto octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-signer-backends - octez-protocol-018-Proxford-libs.tezos-client - octez-protocol-018-Proxford-libs.tezos-client.commands + octez-shell-libs.client-base + octez-shell-libs.signer-backends + octez-protocol-018-Proxford-libs.client + octez-protocol-018-Proxford-libs.client.commands tezos-protocol-018-Proxford.protocol - octez-protocol-018-Proxford-libs.tezos-protocol-plugin) + octez-protocol-018-Proxford-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_018_Proxford/lib_dac_plugin/dune b/src/proto_018_Proxford/lib_dac_plugin/dune index 3de3854104b9a8dd0e1202071f27a9ea38e81b42..7a4ff987954bc0b9a86b1ff708a53e677d4a60e1 100644 --- a/src/proto_018_Proxford/lib_dac_plugin/dune +++ b/src/proto_018_Proxford/lib_dac_plugin/dune @@ -3,7 +3,7 @@ (library (name tezos_dac_018_Proxford) - (public_name octez-protocol-018-Proxford-libs.tezos-dac) + (public_name octez-protocol-018-Proxford-libs.dac) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -11,7 +11,7 @@ octez-libs.tezos-stdlib-unix tezos-dac-lib tezos-dac-client-lib - octez-protocol-018-Proxford-libs.tezos-client + octez-protocol-018-Proxford-libs.client tezos-protocol-018-Proxford.embedded-protocol tezos-protocol-018-Proxford.protocol) (inline_tests (flags -verbose) (modes native)) diff --git a/src/proto_018_Proxford/lib_dac_plugin/test/dune b/src/proto_018_Proxford/lib_dac_plugin/test/dune index 0b26e9716c2f312d033b5a72abfa944a8b021fd5..128d320cffa48f7562e3c5b15813661c6866033d 100644 --- a/src/proto_018_Proxford/lib_dac_plugin/test/dune +++ b/src/proto_018_Proxford/lib_dac_plugin/test/dune @@ -7,10 +7,10 @@ (libraries tezt.core octez-libs.tezos-base - octez-protocol-018-Proxford-libs.tezos-dac + octez-protocol-018-Proxford-libs.dac tezos-protocol-018-Proxford.protocol octez-libs.tezos-base-test-helpers - octez-protocol-018-Proxford-libs.tezos-test-helpers + octez-protocol-018-Proxford-libs.test-helpers tezos-dac-lib tezos_dac_node_lib octez-alcotezt) diff --git a/src/proto_018_Proxford/lib_dal/dune b/src/proto_018_Proxford/lib_dal/dune index 7ce097551a5339b3cd281089d53c7a6b6cae5f3f..0ca68b518f963017bbe8af254b80383c0d23d1a9 100644 --- a/src/proto_018_Proxford/lib_dal/dune +++ b/src/proto_018_Proxford/lib_dal/dune @@ -3,17 +3,17 @@ (library (name tezos_dal_018_Proxford) - (public_name octez-protocol-018-Proxford-libs.tezos-dal) + (public_name octez-protocol-018-Proxford-libs.dal) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-protocol-compiler.registerer octez-libs.tezos-stdlib-unix tezos-dal-node-lib - octez-protocol-018-Proxford-libs.tezos-client - octez-protocol-018-Proxford-libs.tezos-protocol-plugin + octez-protocol-018-Proxford-libs.client + octez-protocol-018-Proxford-libs.plugin tezos-protocol-018-Proxford.embedded-protocol - octez-protocol-018-Proxford-libs.tezos-layer2-utils + octez-protocol-018-Proxford-libs.layer2-utils tezos-protocol-018-Proxford.protocol) (inline_tests (flags -verbose) (modes native)) (preprocess (pps ppx_expect)) diff --git a/src/proto_018_Proxford/lib_dal/test/dune b/src/proto_018_Proxford/lib_dal/test/dune index 0c88944decc9726791860f18a081c8468beacd74..5488983cc211aebe355c0dfff444301a17250285 100644 --- a/src/proto_018_Proxford/lib_dal/test/dune +++ b/src/proto_018_Proxford/lib_dal/test/dune @@ -7,10 +7,10 @@ (libraries tezt.core octez-libs.tezos-base - octez-protocol-018-Proxford-libs.tezos-dal + octez-protocol-018-Proxford-libs.dal tezos-protocol-018-Proxford.protocol octez-libs.tezos-base-test-helpers - octez-protocol-018-Proxford-libs.tezos-test-helpers + octez-protocol-018-Proxford-libs.test-helpers octez-alcotezt) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_018_Proxford/lib_delegate/dune b/src/proto_018_Proxford/lib_delegate/dune index d7a7d35504d8cc262d8a5dc04e7b5c932ac31ca2..1c0fb116e508d9c561cf7fe97210cb37470f4e80 100644 --- a/src/proto_018_Proxford/lib_delegate/dune +++ b/src/proto_018_Proxford/lib_delegate/dune @@ -3,7 +3,7 @@ (library (name tezos_baking_018_Proxford) - (public_name octez-protocol-018-Proxford-libs.tezos-baking) + (public_name octez-protocol-018-Proxford-libs.baking) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -11,19 +11,19 @@ tezos-version.value tezos-protocol-018-Proxford.protocol tezos-protocol-018-Proxford.protocol.lifted - octez-protocol-018-Proxford-libs.tezos-protocol-plugin - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-018-Proxford-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-protocol-018-Proxford-libs.plugin + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-018-Proxford-libs.client + octez-shell-libs.client-commands octez-libs.tezos-stdlib octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-shell-context + octez-shell-libs.shell-context octez-libs.tezos-context octez-libs.tezos-context.memory octez-libs.tezos-rpc-http-client-unix - octez-shell-libs.tezos-context-ops + octez-shell-libs.context-ops octez-libs.tezos-rpc octez-libs.tezos-rpc-http tezos-dal-node-services @@ -52,19 +52,19 @@ (library (name tezos_baking_018_Proxford_commands) - (public_name octez-protocol-018-Proxford-libs.tezos-baking-commands) + (public_name octez-protocol-018-Proxford-libs.baking-commands) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-018-Proxford.protocol tezos-protocol-018-Proxford.parameters octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-018-Proxford-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-018-Proxford-libs.tezos-baking + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-018-Proxford-libs.client + octez-shell-libs.client-commands + octez-protocol-018-Proxford-libs.baking octez-libs.tezos-rpc uri) (library_flags (:standard -linkall)) @@ -84,19 +84,18 @@ (library (name tezos_baking_018_Proxford_commands_registration) - (public_name - octez-protocol-018-Proxford-libs.tezos-baking-commands.registration) + (public_name octez-protocol-018-Proxford-libs.baking-commands.registration) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-018-Proxford.protocol - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-018-Proxford-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-018-Proxford-libs.tezos-baking - octez-protocol-018-Proxford-libs.tezos-baking-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-018-Proxford-libs.client + octez-shell-libs.client-commands + octez-protocol-018-Proxford-libs.baking + octez-protocol-018-Proxford-libs.baking-commands octez-libs.tezos-rpc) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_018_Proxford/lib_delegate/test/dune b/src/proto_018_Proxford/lib_delegate/test/dune index 9e6ddc50871d91cc0807cfc3ef3d044cc0693d03..f00f55bed7a7c75f03b932158bbf3aa8cc35e13e 100644 --- a/src/proto_018_Proxford/lib_delegate/test/dune +++ b/src/proto_018_Proxford/lib_delegate/test/dune @@ -8,11 +8,11 @@ tezt.core octez-libs.tezos-base octez-libs.tezos-micheline - octez-protocol-018-Proxford-libs.tezos-client + octez-protocol-018-Proxford-libs.client tezos-protocol-018-Proxford.protocol octez-libs.tezos-base-test-helpers - octez-protocol-018-Proxford-libs.tezos-bakings.mockup-simulator - octez-protocol-018-Proxford-libs.tezos-baking + octez-protocol-018-Proxford-libs.bakings.mockup-simulator + octez-protocol-018-Proxford-libs.baking tezos-protocol-018-Proxford.parameters octez-libs.tezos-crypto octez-alcotezt diff --git a/src/proto_018_Proxford/lib_delegate/test/mockup_simulator/dune b/src/proto_018_Proxford/lib_delegate/test/mockup_simulator/dune index ab49a29cb100a4f79782f24bfdf0198c11a5f0cd..a5839f39619e52f8c4ddf9346d4e5ecc76a54879 100644 --- a/src/proto_018_Proxford/lib_delegate/test/mockup_simulator/dune +++ b/src/proto_018_Proxford/lib_delegate/test/mockup_simulator/dune @@ -3,20 +3,20 @@ (library (name tezos_018_Proxford_mockup_simulator) - (public_name octez-protocol-018-Proxford-libs.tezos-bakings.mockup-simulator) + (public_name octez-protocol-018-Proxford-libs.bakings.mockup-simulator) (libraries octez-libs.tezos-base tezos-protocol-018-Proxford.protocol - octez-protocol-018-Proxford-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-018-Proxford-libs.tezos-baking + octez-protocol-018-Proxford-libs.client + octez-shell-libs.client-commands + octez-protocol-018-Proxford-libs.baking octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base-unix + octez-shell-libs.client-base-unix tezos-protocol-018-Proxford.parameters - octez-shell-libs.tezos-mockup - octez-shell-libs.tezos-mockup-proxy - octez-shell-libs.tezos-mockup-commands - octez-protocol-018-Proxford-libs.tezos-baking.tenderbrute) + octez-shell-libs.mockup + octez-shell-libs.mockup-proxy + octez-shell-libs.mockup-commands + octez-protocol-018-Proxford-libs.baking.tenderbrute) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/proto_018_Proxford/lib_delegate/test/tenderbrute/dune b/src/proto_018_Proxford/lib_delegate/test/tenderbrute/dune index 3145b07eb7a8dea8d92e43a515d3a988595921f1..47f7fb326a82b6e2d68a9cc339a92105772cf8c5 100644 --- a/src/proto_018_Proxford/lib_delegate/test/tenderbrute/dune +++ b/src/proto_018_Proxford/lib_delegate/test/tenderbrute/dune @@ -5,10 +5,10 @@ (name tenderbrute_main) (libraries octez-libs.tezos-base - octez-shell-libs.tezos-client-base - octez-protocol-018-Proxford-libs.tezos-client + octez-shell-libs.client-base + octez-protocol-018-Proxford-libs.client tezos-protocol-018-Proxford.protocol - octez-protocol-018-Proxford-libs.tezos-baking.tenderbrute) + octez-protocol-018-Proxford-libs.baking.tenderbrute) (link_flags (:standard) (:include %{workspace_root}/macos-link-flags.sexp) diff --git a/src/proto_018_Proxford/lib_delegate/test/tenderbrute/lib/dune b/src/proto_018_Proxford/lib_delegate/test/tenderbrute/lib/dune index 34379dad252a42188afb5d61ea576fd0a96628af..b6a6b6de4123003b0e9896af83819fd13f522af6 100644 --- a/src/proto_018_Proxford/lib_delegate/test/tenderbrute/lib/dune +++ b/src/proto_018_Proxford/lib_delegate/test/tenderbrute/lib/dune @@ -3,14 +3,14 @@ (library (name tenderbrute_018_Proxford) - (public_name octez-protocol-018-Proxford-libs.tezos-baking.tenderbrute) + (public_name octez-protocol-018-Proxford-libs.baking.tenderbrute) (libraries data-encoding octez-libs.tezos-base octez-libs.tezos-base.unix tezos-protocol-018-Proxford.protocol - octez-shell-libs.tezos-client-base - octez-protocol-018-Proxford-libs.tezos-client) + octez-shell-libs.client-base + octez-protocol-018-Proxford-libs.client) (flags (:standard) -open Data_encoding diff --git a/src/proto_018_Proxford/lib_layer2_utils/dune b/src/proto_018_Proxford/lib_layer2_utils/dune index b939da86dd4a62c4e01fe58b476dee2f399b59a2..f34528937a239568fd8865406fba0f10cd943780 100644 --- a/src/proto_018_Proxford/lib_layer2_utils/dune +++ b/src/proto_018_Proxford/lib_layer2_utils/dune @@ -3,12 +3,12 @@ (library (name tezos_layer2_utils_018_Proxford) - (public_name octez-protocol-018-Proxford-libs.tezos-layer2-utils) + (public_name octez-protocol-018-Proxford-libs.layer2-utils) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-018-Proxford.protocol - octez-protocol-018-Proxford-libs.tezos-client) + octez-protocol-018-Proxford-libs.client) (inline_tests (flags -verbose) (modes native)) (preprocess (pps ppx_expect)) (library_flags (:standard -linkall)) diff --git a/src/proto_018_Proxford/lib_parameters/dune b/src/proto_018_Proxford/lib_parameters/dune index 13cf1b52f76c045822f03f239f5e284555d46f97..b2bf8a963a6984d05e438144c8ca1af1f54be22c 100644 --- a/src/proto_018_Proxford/lib_parameters/dune +++ b/src/proto_018_Proxford/lib_parameters/dune @@ -7,7 +7,7 @@ (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base - octez-proto-libs.tezos-protocol-environment + octez-proto-libs.protocol-environment tezos-protocol-018-Proxford.protocol) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_018_Proxford/lib_plugin/dune b/src/proto_018_Proxford/lib_plugin/dune index 90d621b4da243e72a239a24f20612031acb9f345..4fd45199f2d6189f24f726882958faff6de18c9b 100644 --- a/src/proto_018_Proxford/lib_plugin/dune +++ b/src/proto_018_Proxford/lib_plugin/dune @@ -3,12 +3,12 @@ (library (name tezos_protocol_plugin_018_Proxford) - (public_name octez-protocol-018-Proxford-libs.tezos-protocol-plugin) + (public_name octez-protocol-018-Proxford-libs.plugin) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-018-Proxford.protocol - octez-protocol-018-Proxford-libs.tezos-smart-rollup) + octez-protocol-018-Proxford-libs.smart-rollup) (flags (:standard) -open Tezos_base.TzPervasives @@ -21,14 +21,13 @@ (library (name tezos_protocol_plugin_018_Proxford_registerer) - (public_name - octez-protocol-018-Proxford-libs.tezos-protocol-plugin-registerer) + (public_name octez-protocol-018-Proxford-libs.plugin-registerer) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-018-Proxford.embedded-protocol - octez-protocol-018-Proxford-libs.tezos-protocol-plugin - octez-shell-libs.tezos-validation) + octez-protocol-018-Proxford-libs.plugin + octez-shell-libs.validation) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/proto_018_Proxford/lib_plugin/index.mld b/src/proto_018_Proxford/lib_plugin/index.mld index a98771a5c8ba5a89b2c9fe7b77bc76367eb262e3..17de44d742fa49a8e386210a953f1283a59447e2 100644 --- a/src/proto_018_Proxford/lib_plugin/index.mld +++ b/src/proto_018_Proxford/lib_plugin/index.mld @@ -4,16 +4,10 @@ This is a package containing some libraries related to the Tezos 018-Proxford pr It contains the following libraries: -- {{!module-Tenderbrute_018_Proxford}Tenderbrute_018_Proxford} -- {{!module-Tezos_018_Proxford_mockup_simulator}Tezos_018_Proxford_mockup_simulator} - {{!module-Tezos_018_Proxford_test_helpers}Tezos_018_Proxford_test_helpers}: Protocol testing framework - {{!module-Tezos_baking_018_Proxford}Tezos_baking_018_Proxford}: Base library for `tezos-baker/accuser` - {{!module-Tezos_baking_018_Proxford_commands}Tezos_baking_018_Proxford_commands}: Protocol-specific commands for baking -- {{!module-Tezos_baking_018_Proxford_commands_registration}Tezos_baking_018_Proxford_commands_registration} - {{!module-Tezos_client_018_Proxford}Tezos_client_018_Proxford}: Protocol specific library for `tezos-client` -- {{!module-Tezos_client_018_Proxford_commands}Tezos_client_018_Proxford_commands} -- {{!module-Tezos_client_018_Proxford_commands_registration}Tezos_client_018_Proxford_commands_registration} -- {{!module-Tezos_client_sapling_018_Proxford}Tezos_client_sapling_018_Proxford} - {{!module-Tezos_dac_018_Proxford}Tezos_dac_018_Proxford}: Protocol specific library for the Data availability Committee - {{!module-Tezos_dal_018_Proxford}Tezos_dal_018_Proxford}: Protocol specific library for the Data availability Layer - {{!module-Tezos_layer2_utils_018_Proxford}Tezos_layer2_utils_018_Proxford}: Protocol specific library for Layer 2 utils diff --git a/src/proto_018_Proxford/lib_plugin/test/dune b/src/proto_018_Proxford/lib_plugin/test/dune index 79419668ecffaaa2a8302a63637cc3321cfd23bc..8ff3303f45f3f787d9a844c2864f796709bc0f2a 100644 --- a/src/proto_018_Proxford/lib_plugin/test/dune +++ b/src/proto_018_Proxford/lib_plugin/test/dune @@ -14,10 +14,10 @@ qcheck-alcotest octez-libs.tezos-stdlib-unix octez-libs.tezos-micheline - octez-protocol-018-Proxford-libs.tezos-protocol-plugin + octez-protocol-018-Proxford-libs.plugin tezos-protocol-018-Proxford.protocol tezos-protocol-018-Proxford.parameters - octez-protocol-018-Proxford-libs.tezos-test-helpers) + octez-protocol-018-Proxford-libs.test-helpers) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_018_Proxford/lib_protocol/dune b/src/proto_018_Proxford/lib_protocol/dune index b77dfcfec22dfed73e7c93d2918b262627d2c13a..a370d0bb2a7ff759f8c7f8804091a7374f5e9337 100644 --- a/src/proto_018_Proxford/lib_protocol/dune +++ b/src/proto_018_Proxford/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-018-Proxford.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_018_Proxford)) @@ -270,8 +270,8 @@ (public_name tezos-protocol-018-Proxford.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-018-Proxford.protocol.raw) (flags (:standard) @@ -544,8 +544,8 @@ (public_name tezos-protocol-018-Proxford.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-018-Proxford.protocol) (flags (:standard) @@ -563,8 +563,8 @@ (library (name tezos_protocol_018_Proxford_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -nopervasives) @@ -822,8 +822,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-018-Proxford.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Registerer)) diff --git a/src/proto_018_Proxford/lib_protocol/test/helpers/dune b/src/proto_018_Proxford/lib_protocol/test/helpers/dune index c0464796b2bb0b82cc2c29d30d09807044b35369..31e99148acc62dbbeca4623265cac75cf0a14062 100644 --- a/src/proto_018_Proxford/lib_protocol/test/helpers/dune +++ b/src/proto_018_Proxford/lib_protocol/test/helpers/dune @@ -3,7 +3,7 @@ (library (name tezos_018_Proxford_test_helpers) - (public_name octez-protocol-018-Proxford-libs.tezos-test-helpers) + (public_name octez-protocol-018-Proxford-libs.test-helpers) (instrumentation (backend bisect_ppx)) (libraries qcheck-alcotest @@ -12,14 +12,14 @@ octez-libs.tezos-micheline octez-libs.tezos-stdlib-unix tezos-protocol-018-Proxford.protocol - octez-protocol-018-Proxford-libs.tezos-client + octez-protocol-018-Proxford-libs.client tezos-protocol-018-Proxford.parameters - octez-proto-libs.tezos-protocol-environment - octez-protocol-018-Proxford-libs.tezos-protocol-plugin - octez-shell-libs.tezos-shell-services + octez-proto-libs.protocol-environment + octez-protocol-018-Proxford-libs.plugin + octez-shell-libs.shell-services octez-libs.octez-plompiler octez-libs.tezos-crypto-dal - octez-protocol-018-Proxford-libs.tezos-smart-rollup) + octez-protocol-018-Proxford-libs.smart-rollup) (flags (:standard) -open Tezos_test_helpers diff --git a/src/proto_018_Proxford/lib_protocol/test/integration/consensus/dune b/src/proto_018_Proxford/lib_protocol/test/integration/consensus/dune index 0a9f2b7647710f54cbccb076c8eae11b17fb13de..e12c18bb6b7275f49b30e0f317c7ff599f7e0873 100644 --- a/src/proto_018_Proxford/lib_protocol/test/integration/consensus/dune +++ b/src/proto_018_Proxford/lib_protocol/test/integration/consensus/dune @@ -10,10 +10,10 @@ octez-alcotezt octez-libs.tezos-base tezos-protocol-018-Proxford.protocol - octez-protocol-018-Proxford-libs.tezos-test-helpers + octez-protocol-018-Proxford-libs.test-helpers octez-libs.tezos-base-test-helpers tezos-protocol-018-Proxford.parameters - octez-protocol-018-Proxford-libs.tezos-protocol-plugin) + octez-protocol-018-Proxford-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_018_Proxford/lib_protocol/test/integration/dune b/src/proto_018_Proxford/lib_protocol/test/integration/dune index f2b8b6833faf8688bead518f3b63ee173638c316..f1b6cec7d0448b1ff9ebbe7932cc5306cc791047 100644 --- a/src/proto_018_Proxford/lib_protocol/test/integration/dune +++ b/src/proto_018_Proxford/lib_protocol/test/integration/dune @@ -10,10 +10,10 @@ octez-libs.tezos-context octez-alcotezt octez-libs.tezos-base - octez-protocol-018-Proxford-libs.tezos-client + octez-protocol-018-Proxford-libs.client tezos-protocol-018-Proxford.protocol tezos-protocol-018-Proxford.parameters - octez-protocol-018-Proxford-libs.tezos-test-helpers + octez-protocol-018-Proxford-libs.test-helpers octez-libs.tezos-base-test-helpers) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_018_Proxford/lib_protocol/test/integration/gas/dune b/src/proto_018_Proxford/lib_protocol/test/integration/gas/dune index d0fe34782ad359c0c6d91b6ad605728d57561a76..7c2bff8f7485e174a1bca528d5b3db93aca70ba7 100644 --- a/src/proto_018_Proxford/lib_protocol/test/integration/gas/dune +++ b/src/proto_018_Proxford/lib_protocol/test/integration/gas/dune @@ -9,7 +9,7 @@ octez-alcotezt octez-libs.tezos-base tezos-protocol-018-Proxford.protocol - octez-protocol-018-Proxford-libs.tezos-test-helpers + octez-protocol-018-Proxford-libs.test-helpers octez-libs.tezos-base-test-helpers) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_018_Proxford/lib_protocol/test/integration/michelson/dune b/src/proto_018_Proxford/lib_protocol/test/integration/michelson/dune index 573d2695ad89145b32bb34453dd365b9d79fd001..de9bc19978270a81044c177d2017c48da68c6cae 100644 --- a/src/proto_018_Proxford/lib_protocol/test/integration/michelson/dune +++ b/src/proto_018_Proxford/lib_protocol/test/integration/michelson/dune @@ -10,14 +10,14 @@ octez-alcotezt octez-libs.tezos-base tezos-protocol-018-Proxford.protocol - octez-protocol-018-Proxford-libs.tezos-test-helpers + octez-protocol-018-Proxford-libs.test-helpers octez-libs.tezos-base-test-helpers - octez-protocol-018-Proxford-libs.tezos-client + octez-protocol-018-Proxford-libs.client tezos-benchmark octez-libs.tezos-micheline tezos-benchmark-018-Proxford tezos-benchmark-type-inference-018-Proxford - octez-protocol-018-Proxford-libs.tezos-protocol-plugin + octez-protocol-018-Proxford-libs.plugin tezos-protocol-018-Proxford.parameters) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_018_Proxford/lib_protocol/test/integration/operations/dune b/src/proto_018_Proxford/lib_protocol/test/integration/operations/dune index 38f58b9f2f38be31f85deddf56fb36e14920b437..14f25b567add6e7a002f64c925294ab7f7911149 100644 --- a/src/proto_018_Proxford/lib_protocol/test/integration/operations/dune +++ b/src/proto_018_Proxford/lib_protocol/test/integration/operations/dune @@ -10,10 +10,10 @@ octez-alcotezt octez-libs.tezos-base tezos-protocol-018-Proxford.protocol - octez-protocol-018-Proxford-libs.tezos-client - octez-protocol-018-Proxford-libs.tezos-test-helpers + octez-protocol-018-Proxford-libs.client + octez-protocol-018-Proxford-libs.test-helpers octez-libs.tezos-base-test-helpers - octez-protocol-018-Proxford-libs.tezos-protocol-plugin) + octez-protocol-018-Proxford-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_018_Proxford/lib_protocol/test/integration/validate/dune b/src/proto_018_Proxford/lib_protocol/test/integration/validate/dune index f7bca461e35b4d7d1eb834c81889e820410fe57a..bd54ce916f8351580b7f18711d7a76177d85475a 100644 --- a/src/proto_018_Proxford/lib_protocol/test/integration/validate/dune +++ b/src/proto_018_Proxford/lib_protocol/test/integration/validate/dune @@ -10,11 +10,11 @@ octez-libs.tezos-base tezos-protocol-018-Proxford.protocol qcheck-alcotest - octez-protocol-018-Proxford-libs.tezos-client + octez-protocol-018-Proxford-libs.client octez-libs.tezos-test-helpers - octez-protocol-018-Proxford-libs.tezos-test-helpers + octez-protocol-018-Proxford-libs.test-helpers octez-libs.tezos-base-test-helpers - octez-protocol-018-Proxford-libs.tezos-protocol-plugin) + octez-protocol-018-Proxford-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_018_Proxford/lib_protocol/test/pbt/dune b/src/proto_018_Proxford/lib_protocol/test/pbt/dune index 0534eef86487806182d723cae5261147ded599d2..0f1c9c9fe2711743707aa9be4bb1e86163a3fed0 100644 --- a/src/proto_018_Proxford/lib_protocol/test/pbt/dune +++ b/src/proto_018_Proxford/lib_protocol/test/pbt/dune @@ -8,17 +8,17 @@ tezt.core octez-libs.tezos-base octez-libs.tezos-micheline - octez-protocol-018-Proxford-libs.tezos-client + octez-protocol-018-Proxford-libs.client tezos-protocol-018-Proxford.protocol octez-libs.tezos-context.merkle_proof_encoding octez-libs.tezos-test-helpers - octez-protocol-018-Proxford-libs.tezos-test-helpers + octez-protocol-018-Proxford-libs.test-helpers octez-alcotezt qcheck-alcotest tezos-benchmark tezos-benchmark-018-Proxford tezos-benchmark-type-inference-018-Proxford - octez-protocol-018-Proxford-libs.tezos-smart-rollup + octez-protocol-018-Proxford-libs.smart-rollup octez-libs.tezos-crypto-dal octez-libs.tezos-base-test-helpers tezos-protocol-018-Proxford.parameters) diff --git a/src/proto_018_Proxford/lib_protocol/test/regression/dune b/src/proto_018_Proxford/lib_protocol/test/regression/dune index 20f8cee1c8be0119b4d4bc426eccbb9fea46c9e1..8cb50084545d004340f7a0ae7186b772c7a57f22 100644 --- a/src/proto_018_Proxford/lib_protocol/test/regression/dune +++ b/src/proto_018_Proxford/lib_protocol/test/regression/dune @@ -9,9 +9,9 @@ octez-libs.tezos-base tezt-tezos tezos-protocol-018-Proxford.protocol - octez-protocol-018-Proxford-libs.tezos-client - octez-protocol-018-Proxford-libs.tezos-protocol-plugin - octez-protocol-018-Proxford-libs.tezos-test-helpers + octez-protocol-018-Proxford-libs.client + octez-protocol-018-Proxford-libs.plugin + octez-protocol-018-Proxford-libs.test-helpers octez-libs.tezos-micheline) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_018_Proxford/lib_protocol/test/unit/dune b/src/proto_018_Proxford/lib_protocol/test/unit/dune index a31599a3f17d9a9a299877177e71fe53a2b9f36a..bc55798fe2d05229493c054e2db71246f4447761 100644 --- a/src/proto_018_Proxford/lib_protocol/test/unit/dune +++ b/src/proto_018_Proxford/lib_protocol/test/unit/dune @@ -9,20 +9,20 @@ octez-libs.tezos-base octez-libs.tezos-base-test-helpers octez-libs.tezos-micheline - octez-protocol-018-Proxford-libs.tezos-client - octez-shell-libs.tezos-client-base + octez-protocol-018-Proxford-libs.client + octez-shell-libs.client-base tezos-protocol-018-Proxford.parameters - octez-proto-libs.tezos-protocol-environment + octez-proto-libs.protocol-environment octez-libs.tezos-stdlib-unix tezos-protocol-018-Proxford.protocol octez-libs.tezos-test-helpers - octez-protocol-018-Proxford-libs.tezos-test-helpers + octez-protocol-018-Proxford-libs.test-helpers octez-alcotezt - octez-l2-libs.tezos-scoru-wasm-helpers + octez-l2-libs.scoru-wasm-helpers octez-libs.tezos-stdlib octez-libs.tezos-crypto-dal - octez-l2-libs.tezos-scoru-wasm - octez-l2-libs.tezos-webassembly-interpreter-extra) + octez-l2-libs.scoru-wasm + octez-l2-libs.webassembly-interpreter-extra) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_018_Proxford/lib_sc_rollup/dune b/src/proto_018_Proxford/lib_sc_rollup/dune index dd9f513ac888cf98e871d7c7026c3cd9eb66fbc7..9004fa547921125e804f810ba7ec23f481f86ac4 100644 --- a/src/proto_018_Proxford/lib_sc_rollup/dune +++ b/src/proto_018_Proxford/lib_sc_rollup/dune @@ -3,7 +3,7 @@ (library (name tezos_smart_rollup_018_Proxford) - (public_name octez-protocol-018-Proxford-libs.tezos-smart-rollup) + (public_name octez-protocol-018-Proxford-libs.smart-rollup) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base diff --git a/src/proto_018_Proxford/lib_sc_rollup_client/dune b/src/proto_018_Proxford/lib_sc_rollup_client/dune index dc892ca83cde36a7b759cd544f8614ccc7315f26..738f64ea15209351ab1a263fcd617c1b9dc12097 100644 --- a/src/proto_018_Proxford/lib_sc_rollup_client/dune +++ b/src/proto_018_Proxford/lib_sc_rollup_client/dune @@ -8,13 +8,13 @@ (libraries octez-libs.tezos-base tezos-protocol-018-Proxford.protocol - octez-shell-libs.tezos-client-commands - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-client-base-unix - octez-protocol-018-Proxford-libs.tezos-client - octez-l2-libs.octez-smart-rollup - octez-protocol-018-Proxford-libs.tezos-smart-rollup - octez-protocol-018-Proxford-libs.tezos-smart-rollup-layer2) + octez-shell-libs.client-commands + octez-shell-libs.client-base + octez-shell-libs.client-base-unix + octez-protocol-018-Proxford-libs.client + octez-l2-libs.smart-rollup + octez-protocol-018-Proxford-libs.smart-rollup + octez-protocol-018-Proxford-libs.smart-rollup-layer2) (flags (:standard) -open Tezos_base diff --git a/src/proto_018_Proxford/lib_sc_rollup_layer2/dune b/src/proto_018_Proxford/lib_sc_rollup_layer2/dune index 42547aa7b87448ffdba45029ef3d6a4ec0ae5ddb..1226c858663e0b5d1490b821af54a8b073968b36 100644 --- a/src/proto_018_Proxford/lib_sc_rollup_layer2/dune +++ b/src/proto_018_Proxford/lib_sc_rollup_layer2/dune @@ -3,13 +3,13 @@ (library (name tezos_smart_rollup_layer2_018_Proxford) - (public_name octez-protocol-018-Proxford-libs.tezos-smart-rollup-layer2) + (public_name octez-protocol-018-Proxford-libs.smart-rollup-layer2) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-018-Proxford.protocol octez-injector - octez-l2-libs.octez-smart-rollup) + octez-l2-libs.smart-rollup) (inline_tests (flags -verbose) (modes native)) (preprocess (pps ppx_expect)) (library_flags (:standard -linkall)) diff --git a/src/proto_018_Proxford/lib_sc_rollup_node/dune b/src/proto_018_Proxford/lib_sc_rollup_node/dune index 7c61dfac8d9e0869c215ee474b179bf7cfac6c2a..145d06f525fae690677aca0a874923f1d7bca0a7 100644 --- a/src/proto_018_Proxford/lib_sc_rollup_node/dune +++ b/src/proto_018_Proxford/lib_sc_rollup_node/dune @@ -8,13 +8,13 @@ (libraries octez-libs.tezos-base octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-client-base-unix - octez-protocol-018-Proxford-libs.tezos-client + octez-shell-libs.client-base + octez-shell-libs.client-base-unix + octez-protocol-018-Proxford-libs.client octez-libs.tezos-context.encoding octez-libs.tezos-context.helpers tezos-protocol-018-Proxford.protocol - octez-protocol-018-Proxford-libs.tezos-protocol-plugin + octez-protocol-018-Proxford-libs.plugin tezos-protocol-018-Proxford.parameters octez-libs.tezos-rpc octez-libs.tezos-rpc-http @@ -22,15 +22,15 @@ octez-libs.tezos-workers tezos-dal-node-services tezos-dal-node-lib - octez-protocol-018-Proxford-libs.tezos-dac + octez-protocol-018-Proxford-libs.dac tezos-dac-lib tezos-dac-client-lib - octez-shell-libs.tezos-shell-services - octez-l2-libs.octez-smart-rollup - octez-protocol-018-Proxford-libs.tezos-smart-rollup - octez-protocol-018-Proxford-libs.tezos-smart-rollup-layer2 - octez-protocol-018-Proxford-libs.tezos-layer2-utils - octez-l2-libs.tezos_layer2_store + octez-shell-libs.shell-services + octez-l2-libs.smart-rollup + octez-protocol-018-Proxford-libs.smart-rollup + octez-protocol-018-Proxford-libs.smart-rollup-layer2 + octez-protocol-018-Proxford-libs.layer2-utils + octez-l2-libs.layer2_store octez-crawler octez-libs.tezos-tree-encoding data-encoding @@ -41,8 +41,8 @@ aches-lwt octez-injector octez-smart-rollup-node-lib - octez-l2-libs.tezos-scoru-wasm - octez-l2-libs.tezos-scoru-wasm-fast + octez-l2-libs.scoru-wasm + octez-l2-libs.scoru-wasm-fast octez-libs.tezos-crypto-dal tezos-version.value) (flags diff --git a/src/proto_018_Proxford/lib_sc_rollup_node/test/dune b/src/proto_018_Proxford/lib_sc_rollup_node/test/dune index b3105ce8d95122a93b4b657a372c86877b5cad1d..4bf5fbaf39e5c348e14c9b65dd9de374d3a06ee8 100644 --- a/src/proto_018_Proxford/lib_sc_rollup_node/test/dune +++ b/src/proto_018_Proxford/lib_sc_rollup_node/test/dune @@ -9,7 +9,7 @@ octez-libs.tezos-base tezos-protocol-018-Proxford.protocol octez-libs.tezos-test-helpers - octez-protocol-018-Proxford-libs.tezos-smart-rollup-layer2 + octez-protocol-018-Proxford-libs.smart-rollup-layer2 octez_smart_rollup_node_Proxford octez-alcotezt octez_smart_rollup_node_Proxford_test_helpers) diff --git a/src/proto_018_Proxford/lib_sc_rollup_node/test/helpers/dune b/src/proto_018_Proxford/lib_sc_rollup_node/test/helpers/dune index 124ad106816d66eb6c8e24d7c6a2201dbf596d6a..e3d43c108b50b8f066dc932995c4e326dbd8822d 100644 --- a/src/proto_018_Proxford/lib_sc_rollup_node/test/helpers/dune +++ b/src/proto_018_Proxford/lib_sc_rollup_node/test/helpers/dune @@ -9,12 +9,12 @@ octez-libs.tezos-base tezos-protocol-018-Proxford.protocol tezos-protocol-018-Proxford.parameters - octez-protocol-018-Proxford-libs.tezos-client + octez-protocol-018-Proxford-libs.client octez-libs.tezos-test-helpers qcheck-alcotest qcheck-core logs.lwt - octez-protocol-018-Proxford-libs.tezos-smart-rollup-layer2 + octez-protocol-018-Proxford-libs.smart-rollup-layer2 octez_smart_rollup_node_Proxford octez-alcotezt) (flags diff --git a/src/proto_alpha/bin_accuser/dune b/src/proto_alpha/bin_accuser/dune index fc68199f43eac304929aae996b264e0423e90b40..be67e2e1a50cd27dae35bd193c60d49fae0a0d7d 100644 --- a/src/proto_alpha/bin_accuser/dune +++ b/src/proto_alpha/bin_accuser/dune @@ -10,11 +10,11 @@ octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-alpha.protocol - octez-protocol-alpha-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-alpha-libs.tezos-baking-commands + octez-protocol-alpha-libs.client + octez-shell-libs.client-commands + octez-protocol-alpha-libs.baking-commands octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base-unix) + octez-shell-libs.client-base-unix) (link_flags (:standard) (:include %{workspace_root}/static-link-flags.sexp) diff --git a/src/proto_alpha/bin_baker/dune b/src/proto_alpha/bin_baker/dune index 93bcda863d1bf2db2ca115483fe1b23e29557cb1..42dd08f00edcfabaa6afd495b0d8fcfd6ddbfdde 100644 --- a/src/proto_alpha/bin_baker/dune +++ b/src/proto_alpha/bin_baker/dune @@ -10,11 +10,11 @@ octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-alpha.protocol - octez-protocol-alpha-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-alpha-libs.tezos-baking-commands + octez-protocol-alpha-libs.client + octez-shell-libs.client-commands + octez-protocol-alpha-libs.baking-commands octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base-unix) + octez-shell-libs.client-base-unix) (link_flags (:standard) (:include %{workspace_root}/static-link-flags.sexp) diff --git a/src/proto_alpha/bin_sc_rollup_node/dune b/src/proto_alpha/bin_sc_rollup_node/dune index 4c90c0231efa975cfbbb96ab4c639da79628effc..4101766332f89e6ae82ad0e663a87bfb420d9a38 100644 --- a/src/proto_alpha/bin_sc_rollup_node/dune +++ b/src/proto_alpha/bin_sc_rollup_node/dune @@ -10,11 +10,11 @@ octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-alpha.protocol - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-client-base-unix - octez-shell-libs.tezos-client-commands - octez-protocol-alpha-libs.tezos-client + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-shell-libs.client-base-unix + octez-shell-libs.client-commands + octez-protocol-alpha-libs.client octez-smart-rollup-node-lib octez_smart_rollup_node_alpha) (link_flags diff --git a/src/proto_alpha/lib_benchmark/dune b/src/proto_alpha/lib_benchmark/dune index b45bf0454f8fa1f31d9e5b78c5f124a0d36044e2..71f458abdf4add56e2fcce160ff83be2034d795a 100644 --- a/src/proto_alpha/lib_benchmark/dune +++ b/src/proto_alpha/lib_benchmark/dune @@ -16,7 +16,7 @@ octez-libs.tezos-crypto tezos-protocol-alpha.parameters hashcons - octez-protocol-alpha-libs.tezos-test-helpers + octez-protocol-alpha-libs.test-helpers prbnmcn-stats) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_alpha/lib_benchmark/lib_benchmark_type_inference/test/dune b/src/proto_alpha/lib_benchmark/lib_benchmark_type_inference/test/dune index cdc02b64960aac49f4938b3747c7dc83a9560e78..153e2d2b196cbd59b5eebff33b4ddaccf1483d24 100644 --- a/src/proto_alpha/lib_benchmark/lib_benchmark_type_inference/test/dune +++ b/src/proto_alpha/lib_benchmark/lib_benchmark_type_inference/test/dune @@ -9,7 +9,7 @@ tezos-benchmark-type-inference-alpha tezos-protocol-alpha.protocol octez-libs.tezos-error-monad - octez-protocol-alpha-libs.tezos-client) + octez-protocol-alpha-libs.client) (link_flags (:standard) (:include %{workspace_root}/macos-link-flags.sexp)) diff --git a/src/proto_alpha/lib_benchmark/test/dune b/src/proto_alpha/lib_benchmark/test/dune index 2826ab0236d80dca88bba303743515089f08098b..34a15eae98bf8f0d60f277f73bc44e6ac22025dd 100644 --- a/src/proto_alpha/lib_benchmark/test/dune +++ b/src/proto_alpha/lib_benchmark/test/dune @@ -15,7 +15,7 @@ tezos-benchmark tezos-benchmark-type-inference-alpha tezos-benchmark-alpha - octez-protocol-alpha-libs.tezos-test-helpers + octez-protocol-alpha-libs.test-helpers octez-libs.tezos-error-monad prbnmcn-stats) (link_flags diff --git a/src/proto_alpha/lib_benchmarks_proto/dune b/src/proto_alpha/lib_benchmarks_proto/dune index ed903050780ead6a393c9d1ffbd6511403f624aa..04b3f1db3b88ce47f1a6fda873b5023f5ff7fabd 100644 --- a/src/proto_alpha/lib_benchmarks_proto/dune +++ b/src/proto_alpha/lib_benchmarks_proto/dune @@ -17,13 +17,13 @@ tezos-benchmark-type-inference-alpha tezos-protocol-alpha.protocol octez-libs.tezos-crypto - octez-shell-libs.tezos-shell-benchmarks + octez-shell-libs.shell-benchmarks octez-libs.tezos-micheline - octez-protocol-alpha-libs.tezos-test-helpers + octez-protocol-alpha-libs.test-helpers octez-libs.tezos-sapling - octez-protocol-alpha-libs.tezos-client - octez-protocol-alpha-libs.tezos-protocol-plugin - octez-proto-libs.tezos-protocol-environment) + octez-protocol-alpha-libs.client + octez-protocol-alpha-libs.plugin + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_alpha/lib_client/dune b/src/proto_alpha/lib_client/dune index d94df2e8fb5398a4aa22db1a61ef1404b2c9e097..325299dc1f24ccd9f1fb9787c64351b376f1c1f2 100644 --- a/src/proto_alpha/lib_client/dune +++ b/src/proto_alpha/lib_client/dune @@ -3,22 +3,22 @@ (library (name tezos_client_alpha) - (public_name octez-protocol-alpha-libs.tezos-client) + (public_name octez-protocol-alpha-libs.client) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base + octez-shell-libs.shell-services + octez-shell-libs.client-base tezos-protocol-alpha.protocol tezos-protocol-alpha.protocol.lifted - octez-shell-libs.tezos-mockup-registration - octez-shell-libs.tezos-proxy - octez-shell-libs.tezos-signer-backends - octez-protocol-alpha-libs.tezos-protocol-plugin + octez-shell-libs.mockup-registration + octez-shell-libs.proxy + octez-shell-libs.signer-backends + octez-protocol-alpha-libs.plugin tezos-protocol-alpha.parameters octez-libs.tezos-rpc - octez-protocol-alpha-libs.tezos-smart-rollup + octez-protocol-alpha-libs.smart-rollup uri) (inline_tests (flags -verbose) (modes native)) (preprocess (pps ppx_expect)) diff --git a/src/proto_alpha/lib_client/test/dune b/src/proto_alpha/lib_client/test/dune index 506082df31331c25f655c6eb8bca52ccea15e23c..b6380f653cb987f73b66b399a21b12128aeaf077 100644 --- a/src/proto_alpha/lib_client/test/dune +++ b/src/proto_alpha/lib_client/test/dune @@ -8,7 +8,7 @@ tezt.core octez-libs.tezos-base octez-libs.tezos-micheline - octez-protocol-alpha-libs.tezos-client + octez-protocol-alpha-libs.client tezos-protocol-alpha.protocol octez-libs.tezos-base-test-helpers octez-libs.tezos-test-helpers diff --git a/src/proto_alpha/lib_client_commands/dune b/src/proto_alpha/lib_client_commands/dune index 82237c4fced0f536fe73c3d4f0f3c0722723f3f8..35e4c2b6a863b1d37412e12c58ad31878a4d59a5 100644 --- a/src/proto_alpha/lib_client_commands/dune +++ b/src/proto_alpha/lib_client_commands/dune @@ -3,7 +3,7 @@ (library (name tezos_client_alpha_commands) - (public_name octez-protocol-alpha-libs.tezos-client.commands) + (public_name octez-protocol-alpha-libs.client.commands) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -11,17 +11,17 @@ tezos-protocol-alpha.protocol tezos-protocol-alpha.parameters octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-mockup - octez-shell-libs.tezos-mockup-registration - octez-shell-libs.tezos-mockup-commands - octez-shell-libs.tezos-client-base - octez-protocol-alpha-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.mockup + octez-shell-libs.mockup-registration + octez-shell-libs.mockup-commands + octez-shell-libs.client-base + octez-protocol-alpha-libs.client + octez-shell-libs.client-commands octez-libs.tezos-rpc - octez-shell-libs.tezos-client-base-unix - octez-protocol-alpha-libs.tezos-protocol-plugin + octez-shell-libs.client-base-unix + octez-protocol-alpha-libs.plugin uri) (library_flags (:standard -linkall)) (flags @@ -40,22 +40,22 @@ (library (name tezos_client_alpha_commands_registration) - (public_name octez-protocol-alpha-libs.tezos-client.commands-registration) + (public_name octez-protocol-alpha-libs.client.commands-registration) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic tezos-protocol-alpha.protocol tezos-protocol-alpha.parameters - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-alpha-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-alpha-libs.tezos-client.commands - octez-protocol-alpha-libs.tezos-client.sapling + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-alpha-libs.client + octez-shell-libs.client-commands + octez-protocol-alpha-libs.client.commands + octez-protocol-alpha-libs.client.sapling octez-libs.tezos-rpc - octez-protocol-alpha-libs.tezos-protocol-plugin) + octez-protocol-alpha-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_alpha/lib_client_sapling/dune b/src/proto_alpha/lib_client_sapling/dune index 26e5e3e1b2aac77b5e9eda1ca72bef8dfe8e852f..075deba871eaa507ae1e8160e101220877f97d64 100644 --- a/src/proto_alpha/lib_client_sapling/dune +++ b/src/proto_alpha/lib_client_sapling/dune @@ -3,19 +3,19 @@ (library (name tezos_client_sapling_alpha) - (public_name octez-protocol-alpha-libs.tezos-client.sapling) + (public_name octez-protocol-alpha-libs.client.sapling) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-libs.tezos-clic octez-libs.tezos-crypto octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-signer-backends - octez-protocol-alpha-libs.tezos-client - octez-protocol-alpha-libs.tezos-client.commands + octez-shell-libs.client-base + octez-shell-libs.signer-backends + octez-protocol-alpha-libs.client + octez-protocol-alpha-libs.client.commands tezos-protocol-alpha.protocol - octez-protocol-alpha-libs.tezos-protocol-plugin) + octez-protocol-alpha-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_alpha/lib_dac_plugin/dune b/src/proto_alpha/lib_dac_plugin/dune index f36430d049873d4976607daf57b16d3e6d578f26..4cff67786069f8ae1425193a1166f6edab56145b 100644 --- a/src/proto_alpha/lib_dac_plugin/dune +++ b/src/proto_alpha/lib_dac_plugin/dune @@ -3,7 +3,7 @@ (library (name tezos_dac_alpha) - (public_name octez-protocol-alpha-libs.tezos-dac) + (public_name octez-protocol-alpha-libs.dac) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -11,7 +11,7 @@ octez-libs.tezos-stdlib-unix tezos-dac-lib tezos-dac-client-lib - octez-protocol-alpha-libs.tezos-client + octez-protocol-alpha-libs.client tezos-protocol-alpha.embedded-protocol tezos-protocol-alpha.protocol) (inline_tests (flags -verbose) (modes native)) diff --git a/src/proto_alpha/lib_dac_plugin/test/dune b/src/proto_alpha/lib_dac_plugin/test/dune index 2e8ff936ea494dca39f2c4b4cd29fd13d87406eb..312ca91315bd69cce3483d96a798631bee6820cb 100644 --- a/src/proto_alpha/lib_dac_plugin/test/dune +++ b/src/proto_alpha/lib_dac_plugin/test/dune @@ -7,10 +7,10 @@ (libraries tezt.core octez-libs.tezos-base - octez-protocol-alpha-libs.tezos-dac + octez-protocol-alpha-libs.dac tezos-protocol-alpha.protocol octez-libs.tezos-base-test-helpers - octez-protocol-alpha-libs.tezos-test-helpers + octez-protocol-alpha-libs.test-helpers tezos-dac-lib tezos_dac_node_lib octez-alcotezt) diff --git a/src/proto_alpha/lib_dal/dune b/src/proto_alpha/lib_dal/dune index 2ecadad336415e8896ec1dffe2ce2d5b3d9693e7..070daac7096f0fca8e5970716e4e08a49805d257 100644 --- a/src/proto_alpha/lib_dal/dune +++ b/src/proto_alpha/lib_dal/dune @@ -3,17 +3,17 @@ (library (name tezos_dal_alpha) - (public_name octez-protocol-alpha-libs.tezos-dal) + (public_name octez-protocol-alpha-libs.dal) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base octez-protocol-compiler.registerer octez-libs.tezos-stdlib-unix tezos-dal-node-lib - octez-protocol-alpha-libs.tezos-client - octez-protocol-alpha-libs.tezos-protocol-plugin + octez-protocol-alpha-libs.client + octez-protocol-alpha-libs.plugin tezos-protocol-alpha.embedded-protocol - octez-protocol-alpha-libs.tezos-layer2-utils + octez-protocol-alpha-libs.layer2-utils tezos-protocol-alpha.protocol) (inline_tests (flags -verbose) (modes native)) (preprocess (pps ppx_expect)) diff --git a/src/proto_alpha/lib_dal/test/dune b/src/proto_alpha/lib_dal/test/dune index 10e39d2c43f79936db24025d61a4ab807e7c7b83..b517412caaed0ba6da84a124452dedefd1688954 100644 --- a/src/proto_alpha/lib_dal/test/dune +++ b/src/proto_alpha/lib_dal/test/dune @@ -7,10 +7,10 @@ (libraries tezt.core octez-libs.tezos-base - octez-protocol-alpha-libs.tezos-dal + octez-protocol-alpha-libs.dal tezos-protocol-alpha.protocol octez-libs.tezos-base-test-helpers - octez-protocol-alpha-libs.tezos-test-helpers + octez-protocol-alpha-libs.test-helpers octez-alcotezt) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_alpha/lib_delegate/dune b/src/proto_alpha/lib_delegate/dune index 14fb3b903587eb3a5543541c40ec78d3843f90df..ce6ab2f3d80081ca46c710c4bb20e393d67b32d0 100644 --- a/src/proto_alpha/lib_delegate/dune +++ b/src/proto_alpha/lib_delegate/dune @@ -3,7 +3,7 @@ (library (name tezos_baking_alpha) - (public_name octez-protocol-alpha-libs.tezos-baking) + (public_name octez-protocol-alpha-libs.baking) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base @@ -11,19 +11,19 @@ tezos-version.value tezos-protocol-alpha.protocol tezos-protocol-alpha.protocol.lifted - octez-protocol-alpha-libs.tezos-protocol-plugin - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-alpha-libs.tezos-client - octez-shell-libs.tezos-client-commands + octez-protocol-alpha-libs.plugin + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-alpha-libs.client + octez-shell-libs.client-commands octez-libs.tezos-stdlib octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-shell-context + octez-shell-libs.shell-context octez-libs.tezos-context octez-libs.tezos-context.memory octez-libs.tezos-rpc-http-client-unix - octez-shell-libs.tezos-context-ops + octez-shell-libs.context-ops octez-libs.tezos-rpc octez-libs.tezos-rpc-http tezos-dal-node-services @@ -52,19 +52,19 @@ (library (name tezos_baking_alpha_commands) - (public_name octez-protocol-alpha-libs.tezos-baking-commands) + (public_name octez-protocol-alpha-libs.baking-commands) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-alpha.protocol tezos-protocol-alpha.parameters octez-libs.tezos-stdlib-unix - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-alpha-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-alpha-libs.tezos-baking + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-alpha-libs.client + octez-shell-libs.client-commands + octez-protocol-alpha-libs.baking octez-libs.tezos-rpc uri) (library_flags (:standard -linkall)) @@ -84,18 +84,18 @@ (library (name tezos_baking_alpha_commands_registration) - (public_name octez-protocol-alpha-libs.tezos-baking-commands.registration) + (public_name octez-protocol-alpha-libs.baking-commands.registration) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-alpha.protocol - octez-proto-libs.tezos-protocol-environment - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-protocol-alpha-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-alpha-libs.tezos-baking - octez-protocol-alpha-libs.tezos-baking-commands + octez-proto-libs.protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-protocol-alpha-libs.client + octez-shell-libs.client-commands + octez-protocol-alpha-libs.baking + octez-protocol-alpha-libs.baking-commands octez-libs.tezos-rpc) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_alpha/lib_delegate/test/dune b/src/proto_alpha/lib_delegate/test/dune index 59ec91bfcb99b70388f969e07e1bc57e6ccd30bc..1db8ec49b87f6cabc18965ab7ee113c48fa3a25f 100644 --- a/src/proto_alpha/lib_delegate/test/dune +++ b/src/proto_alpha/lib_delegate/test/dune @@ -8,11 +8,11 @@ tezt.core octez-libs.tezos-base octez-libs.tezos-micheline - octez-protocol-alpha-libs.tezos-client + octez-protocol-alpha-libs.client tezos-protocol-alpha.protocol octez-libs.tezos-base-test-helpers - octez-protocol-alpha-libs.tezos-bakings.mockup-simulator - octez-protocol-alpha-libs.tezos-baking + octez-protocol-alpha-libs.bakings.mockup-simulator + octez-protocol-alpha-libs.baking tezos-protocol-alpha.parameters octez-libs.tezos-crypto octez-alcotezt diff --git a/src/proto_alpha/lib_delegate/test/mockup_simulator/dune b/src/proto_alpha/lib_delegate/test/mockup_simulator/dune index afb5c527249a8dad9558fb7b51fa9bf0971f1624..235c8648dcb9cc06798f7bfa30ebd86b99af582a 100644 --- a/src/proto_alpha/lib_delegate/test/mockup_simulator/dune +++ b/src/proto_alpha/lib_delegate/test/mockup_simulator/dune @@ -3,20 +3,20 @@ (library (name tezos_alpha_mockup_simulator) - (public_name octez-protocol-alpha-libs.tezos-bakings.mockup-simulator) + (public_name octez-protocol-alpha-libs.bakings.mockup-simulator) (libraries octez-libs.tezos-base tezos-protocol-alpha.protocol - octez-protocol-alpha-libs.tezos-client - octez-shell-libs.tezos-client-commands - octez-protocol-alpha-libs.tezos-baking + octez-protocol-alpha-libs.client + octez-shell-libs.client-commands + octez-protocol-alpha-libs.baking octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base-unix + octez-shell-libs.client-base-unix tezos-protocol-alpha.parameters - octez-shell-libs.tezos-mockup - octez-shell-libs.tezos-mockup-proxy - octez-shell-libs.tezos-mockup-commands - octez-protocol-alpha-libs.tezos-baking.tenderbrute) + octez-shell-libs.mockup + octez-shell-libs.mockup-proxy + octez-shell-libs.mockup-commands + octez-protocol-alpha-libs.baking.tenderbrute) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/proto_alpha/lib_delegate/test/tenderbrute/dune b/src/proto_alpha/lib_delegate/test/tenderbrute/dune index 4186a6714341c314f3d36511858f8dc5801ebdcd..9108138ca980d6f846e43c6a6055d1a909c7418e 100644 --- a/src/proto_alpha/lib_delegate/test/tenderbrute/dune +++ b/src/proto_alpha/lib_delegate/test/tenderbrute/dune @@ -5,10 +5,10 @@ (name tenderbrute_main) (libraries octez-libs.tezos-base - octez-shell-libs.tezos-client-base - octez-protocol-alpha-libs.tezos-client + octez-shell-libs.client-base + octez-protocol-alpha-libs.client tezos-protocol-alpha.protocol - octez-protocol-alpha-libs.tezos-baking.tenderbrute) + octez-protocol-alpha-libs.baking.tenderbrute) (link_flags (:standard) (:include %{workspace_root}/macos-link-flags.sexp) diff --git a/src/proto_alpha/lib_delegate/test/tenderbrute/lib/dune b/src/proto_alpha/lib_delegate/test/tenderbrute/lib/dune index c3b0e78cfae78d767371e72a07bbece9eca884cc..68e7c297e72573526780a5ef3b62931734a9a62e 100644 --- a/src/proto_alpha/lib_delegate/test/tenderbrute/lib/dune +++ b/src/proto_alpha/lib_delegate/test/tenderbrute/lib/dune @@ -3,14 +3,14 @@ (library (name tenderbrute_alpha) - (public_name octez-protocol-alpha-libs.tezos-baking.tenderbrute) + (public_name octez-protocol-alpha-libs.baking.tenderbrute) (libraries data-encoding octez-libs.tezos-base octez-libs.tezos-base.unix tezos-protocol-alpha.protocol - octez-shell-libs.tezos-client-base - octez-protocol-alpha-libs.tezos-client) + octez-shell-libs.client-base + octez-protocol-alpha-libs.client) (flags (:standard) -open Data_encoding diff --git a/src/proto_alpha/lib_layer2_utils/dune b/src/proto_alpha/lib_layer2_utils/dune index 0fffaf48a004094dca2a58327625af60ed36d526..486b5a32ddf7c0562d716d6c9758f5ef26d11b66 100644 --- a/src/proto_alpha/lib_layer2_utils/dune +++ b/src/proto_alpha/lib_layer2_utils/dune @@ -3,12 +3,12 @@ (library (name tezos_layer2_utils_alpha) - (public_name octez-protocol-alpha-libs.tezos-layer2-utils) + (public_name octez-protocol-alpha-libs.layer2-utils) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-alpha.protocol - octez-protocol-alpha-libs.tezos-client) + octez-protocol-alpha-libs.client) (inline_tests (flags -verbose) (modes native)) (preprocess (pps ppx_expect)) (library_flags (:standard -linkall)) diff --git a/src/proto_alpha/lib_parameters/dune b/src/proto_alpha/lib_parameters/dune index 5ae956895f6bdc3962a846f965455d3fde0f5c34..ec15c6c28fd826f54f803dba6a925aa9d603f1f1 100644 --- a/src/proto_alpha/lib_parameters/dune +++ b/src/proto_alpha/lib_parameters/dune @@ -7,7 +7,7 @@ (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base - octez-proto-libs.tezos-protocol-environment + octez-proto-libs.protocol-environment tezos-protocol-alpha.protocol) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_alpha/lib_plugin/dune b/src/proto_alpha/lib_plugin/dune index a1aacd1097e5ea928831ac781bc98fc062b0dbe0..acecc2c26e1411e2cdc652d4be2d1c11dda92d02 100644 --- a/src/proto_alpha/lib_plugin/dune +++ b/src/proto_alpha/lib_plugin/dune @@ -3,12 +3,12 @@ (library (name tezos_protocol_plugin_alpha) - (public_name octez-protocol-alpha-libs.tezos-protocol-plugin) + (public_name octez-protocol-alpha-libs.plugin) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-alpha.protocol - octez-protocol-alpha-libs.tezos-smart-rollup) + octez-protocol-alpha-libs.smart-rollup) (flags (:standard) -open Tezos_base.TzPervasives @@ -21,13 +21,13 @@ (library (name tezos_protocol_plugin_alpha_registerer) - (public_name octez-protocol-alpha-libs.tezos-protocol-plugin-registerer) + (public_name octez-protocol-alpha-libs.plugin-registerer) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-alpha.embedded-protocol - octez-protocol-alpha-libs.tezos-protocol-plugin - octez-shell-libs.tezos-validation) + octez-protocol-alpha-libs.plugin + octez-shell-libs.validation) (flags (:standard) -open Tezos_base.TzPervasives diff --git a/src/proto_alpha/lib_plugin/index.mld b/src/proto_alpha/lib_plugin/index.mld index bff8ecc47fca0f370cae485a3a0e05c193cf9536..b17ed4e0c2d6c179bdc0189e3fbbbbad3f2e7192 100644 --- a/src/proto_alpha/lib_plugin/index.mld +++ b/src/proto_alpha/lib_plugin/index.mld @@ -4,16 +4,10 @@ This is a package containing some libraries related to the Tezos alpha protocol. It contains the following libraries: -- {{!module-Tenderbrute_alpha}Tenderbrute_alpha} -- {{!module-Tezos_alpha_mockup_simulator}Tezos_alpha_mockup_simulator} - {{!module-Tezos_alpha_test_helpers}Tezos_alpha_test_helpers}: Protocol testing framework - {{!module-Tezos_baking_alpha}Tezos_baking_alpha}: Base library for `tezos-baker/accuser` - {{!module-Tezos_baking_alpha_commands}Tezos_baking_alpha_commands}: Protocol-specific commands for baking -- {{!module-Tezos_baking_alpha_commands_registration}Tezos_baking_alpha_commands_registration} - {{!module-Tezos_client_alpha}Tezos_client_alpha}: Protocol specific library for `tezos-client` -- {{!module-Tezos_client_alpha_commands}Tezos_client_alpha_commands} -- {{!module-Tezos_client_alpha_commands_registration}Tezos_client_alpha_commands_registration} -- {{!module-Tezos_client_sapling_alpha}Tezos_client_sapling_alpha} - {{!module-Tezos_dac_alpha}Tezos_dac_alpha}: Protocol specific library for the Data availability Committee - {{!module-Tezos_dal_alpha}Tezos_dal_alpha}: Protocol specific library for the Data availability Layer - {{!module-Tezos_layer2_utils_alpha}Tezos_layer2_utils_alpha}: Protocol specific library for Layer 2 utils diff --git a/src/proto_alpha/lib_plugin/test/dune b/src/proto_alpha/lib_plugin/test/dune index 9190524dfa5fcac7e5f1ac11b9ffe081e7051a4b..8b0fa126c93cb50ed4358dfba18e98d8aab7bda1 100644 --- a/src/proto_alpha/lib_plugin/test/dune +++ b/src/proto_alpha/lib_plugin/test/dune @@ -14,10 +14,10 @@ qcheck-alcotest octez-libs.tezos-stdlib-unix octez-libs.tezos-micheline - octez-protocol-alpha-libs.tezos-protocol-plugin + octez-protocol-alpha-libs.plugin tezos-protocol-alpha.protocol tezos-protocol-alpha.parameters - octez-protocol-alpha-libs.tezos-test-helpers) + octez-protocol-alpha-libs.test-helpers) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_alpha/lib_protocol/dune b/src/proto_alpha/lib_protocol/dune index 5f85ae725cf5acf25ac58e474d7b30d582bce829..9ea3a555bb7a0cf053498e58f2cd9f9384937002 100644 --- a/src/proto_alpha/lib_protocol/dune +++ b/src/proto_alpha/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-alpha.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_alpha)) @@ -272,8 +272,8 @@ (public_name tezos-protocol-alpha.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-alpha.protocol.raw) (flags (:standard) @@ -548,8 +548,8 @@ (public_name tezos-protocol-alpha.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-alpha.protocol) (flags (:standard) @@ -567,8 +567,8 @@ (library (name tezos_protocol_alpha_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -nopervasives) @@ -828,8 +828,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-alpha.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Registerer)) diff --git a/src/proto_alpha/lib_protocol/test/helpers/dune b/src/proto_alpha/lib_protocol/test/helpers/dune index e77e4bcb7fd31ece788a2a9d6d3a4e202fb11c07..6b0a294e450e5f27dbce8f7e19a4b7246f17947d 100644 --- a/src/proto_alpha/lib_protocol/test/helpers/dune +++ b/src/proto_alpha/lib_protocol/test/helpers/dune @@ -3,7 +3,7 @@ (library (name tezos_alpha_test_helpers) - (public_name octez-protocol-alpha-libs.tezos-test-helpers) + (public_name octez-protocol-alpha-libs.test-helpers) (instrumentation (backend bisect_ppx)) (libraries qcheck-alcotest @@ -12,14 +12,14 @@ octez-libs.tezos-micheline octez-libs.tezos-stdlib-unix tezos-protocol-alpha.protocol - octez-protocol-alpha-libs.tezos-client + octez-protocol-alpha-libs.client tezos-protocol-alpha.parameters - octez-proto-libs.tezos-protocol-environment - octez-protocol-alpha-libs.tezos-protocol-plugin - octez-shell-libs.tezos-shell-services + octez-proto-libs.protocol-environment + octez-protocol-alpha-libs.plugin + octez-shell-libs.shell-services octez-libs.octez-plompiler octez-libs.tezos-crypto-dal - octez-protocol-alpha-libs.tezos-smart-rollup) + octez-protocol-alpha-libs.smart-rollup) (flags (:standard) -open Tezos_test_helpers diff --git a/src/proto_alpha/lib_protocol/test/integration/consensus/dune b/src/proto_alpha/lib_protocol/test/integration/consensus/dune index f3fb911b8509b903fd990a6a6688bfd0df3c6e30..e0feec1ebba533761ed62c6ff0aa1af6e9879c04 100644 --- a/src/proto_alpha/lib_protocol/test/integration/consensus/dune +++ b/src/proto_alpha/lib_protocol/test/integration/consensus/dune @@ -9,10 +9,10 @@ octez-alcotezt octez-libs.tezos-base tezos-protocol-alpha.protocol - octez-protocol-alpha-libs.tezos-test-helpers + octez-protocol-alpha-libs.test-helpers octez-libs.tezos-base-test-helpers tezos-protocol-alpha.parameters - octez-protocol-alpha-libs.tezos-protocol-plugin) + octez-protocol-alpha-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_alpha/lib_protocol/test/integration/dune b/src/proto_alpha/lib_protocol/test/integration/dune index 318f5b5d7111b47519e3ced68051484008aa43cc..770e4bf8c21575bfe068906a6e4e104123e38398 100644 --- a/src/proto_alpha/lib_protocol/test/integration/dune +++ b/src/proto_alpha/lib_protocol/test/integration/dune @@ -10,10 +10,10 @@ octez-libs.tezos-context octez-alcotezt octez-libs.tezos-base - octez-protocol-alpha-libs.tezos-client + octez-protocol-alpha-libs.client tezos-protocol-alpha.protocol tezos-protocol-alpha.parameters - octez-protocol-alpha-libs.tezos-test-helpers + octez-protocol-alpha-libs.test-helpers octez-libs.tezos-base-test-helpers) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_alpha/lib_protocol/test/integration/gas/dune b/src/proto_alpha/lib_protocol/test/integration/gas/dune index 65e903da7941b5fa791b45e700c9eddce6729daf..9b686ce48dfd1ffa5345ded945ea6e27bd190447 100644 --- a/src/proto_alpha/lib_protocol/test/integration/gas/dune +++ b/src/proto_alpha/lib_protocol/test/integration/gas/dune @@ -9,7 +9,7 @@ octez-alcotezt octez-libs.tezos-base tezos-protocol-alpha.protocol - octez-protocol-alpha-libs.tezos-test-helpers + octez-protocol-alpha-libs.test-helpers octez-libs.tezos-base-test-helpers) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_alpha/lib_protocol/test/integration/michelson/dune b/src/proto_alpha/lib_protocol/test/integration/michelson/dune index 60d4835dbb30f000ba7c05907e38048be0abd566..db4e951bc257b1d30a66e62d1220184135ad687e 100644 --- a/src/proto_alpha/lib_protocol/test/integration/michelson/dune +++ b/src/proto_alpha/lib_protocol/test/integration/michelson/dune @@ -9,14 +9,14 @@ octez-alcotezt octez-libs.tezos-base tezos-protocol-alpha.protocol - octez-protocol-alpha-libs.tezos-test-helpers + octez-protocol-alpha-libs.test-helpers octez-libs.tezos-base-test-helpers - octez-protocol-alpha-libs.tezos-client + octez-protocol-alpha-libs.client tezos-benchmark octez-libs.tezos-micheline tezos-benchmark-alpha tezos-benchmark-type-inference-alpha - octez-protocol-alpha-libs.tezos-protocol-plugin + octez-protocol-alpha-libs.plugin tezos-protocol-alpha.parameters) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_alpha/lib_protocol/test/integration/operations/dune b/src/proto_alpha/lib_protocol/test/integration/operations/dune index c792e145a2ec32abbc88db27cb6fd8fd935db6cc..a55af3331cd1d2ea4ff3cb3df6c8baf14a5aa339 100644 --- a/src/proto_alpha/lib_protocol/test/integration/operations/dune +++ b/src/proto_alpha/lib_protocol/test/integration/operations/dune @@ -9,10 +9,10 @@ octez-alcotezt octez-libs.tezos-base tezos-protocol-alpha.protocol - octez-protocol-alpha-libs.tezos-client - octez-protocol-alpha-libs.tezos-test-helpers + octez-protocol-alpha-libs.client + octez-protocol-alpha-libs.test-helpers octez-libs.tezos-base-test-helpers - octez-protocol-alpha-libs.tezos-protocol-plugin) + octez-protocol-alpha-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_alpha/lib_protocol/test/integration/validate/dune b/src/proto_alpha/lib_protocol/test/integration/validate/dune index 3921f01adf35711c6fee36f6f7cf9d71dffba57e..3699e3394b27a1d4b6dc810b67fbcb87a46448be 100644 --- a/src/proto_alpha/lib_protocol/test/integration/validate/dune +++ b/src/proto_alpha/lib_protocol/test/integration/validate/dune @@ -10,11 +10,11 @@ octez-libs.tezos-base tezos-protocol-alpha.protocol qcheck-alcotest - octez-protocol-alpha-libs.tezos-client + octez-protocol-alpha-libs.client octez-libs.tezos-test-helpers - octez-protocol-alpha-libs.tezos-test-helpers + octez-protocol-alpha-libs.test-helpers octez-libs.tezos-base-test-helpers - octez-protocol-alpha-libs.tezos-protocol-plugin) + octez-protocol-alpha-libs.plugin) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_alpha/lib_protocol/test/pbt/dune b/src/proto_alpha/lib_protocol/test/pbt/dune index cdc2c59b5c7469203ca8f0a613ca0ed0df1e0785..3df5b3c9801ed6a64279690ad0b9f4156d2d3be7 100644 --- a/src/proto_alpha/lib_protocol/test/pbt/dune +++ b/src/proto_alpha/lib_protocol/test/pbt/dune @@ -8,17 +8,17 @@ tezt.core octez-libs.tezos-base octez-libs.tezos-micheline - octez-protocol-alpha-libs.tezos-client + octez-protocol-alpha-libs.client tezos-protocol-alpha.protocol octez-libs.tezos-context.merkle_proof_encoding octez-libs.tezos-test-helpers - octez-protocol-alpha-libs.tezos-test-helpers + octez-protocol-alpha-libs.test-helpers octez-alcotezt qcheck-alcotest tezos-benchmark tezos-benchmark-alpha tezos-benchmark-type-inference-alpha - octez-protocol-alpha-libs.tezos-smart-rollup + octez-protocol-alpha-libs.smart-rollup octez-libs.tezos-crypto-dal octez-libs.tezos-base-test-helpers tezos-protocol-alpha.parameters) diff --git a/src/proto_alpha/lib_protocol/test/regression/dune b/src/proto_alpha/lib_protocol/test/regression/dune index 8d4772121946bfe9398c0baeeac210937c2252f1..3d52b0e5c521915bd7a7ed6948da3360950a445b 100644 --- a/src/proto_alpha/lib_protocol/test/regression/dune +++ b/src/proto_alpha/lib_protocol/test/regression/dune @@ -9,9 +9,9 @@ octez-libs.tezos-base tezt-tezos tezos-protocol-alpha.protocol - octez-protocol-alpha-libs.tezos-client - octez-protocol-alpha-libs.tezos-protocol-plugin - octez-protocol-alpha-libs.tezos-test-helpers + octez-protocol-alpha-libs.client + octez-protocol-alpha-libs.plugin + octez-protocol-alpha-libs.test-helpers octez-libs.tezos-micheline) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_alpha/lib_protocol/test/unit/dune b/src/proto_alpha/lib_protocol/test/unit/dune index 7b199a7de9b94bcadb88b5abe40da4c5029d5572..f13ae91c8024d7a4aaab32a4ccb3b57f510d118f 100644 --- a/src/proto_alpha/lib_protocol/test/unit/dune +++ b/src/proto_alpha/lib_protocol/test/unit/dune @@ -9,20 +9,20 @@ octez-libs.tezos-base octez-libs.tezos-base-test-helpers octez-libs.tezos-micheline - octez-protocol-alpha-libs.tezos-client - octez-shell-libs.tezos-client-base + octez-protocol-alpha-libs.client + octez-shell-libs.client-base tezos-protocol-alpha.parameters - octez-proto-libs.tezos-protocol-environment + octez-proto-libs.protocol-environment octez-libs.tezos-stdlib-unix tezos-protocol-alpha.protocol octez-libs.tezos-test-helpers - octez-protocol-alpha-libs.tezos-test-helpers + octez-protocol-alpha-libs.test-helpers octez-alcotezt - octez-l2-libs.tezos-scoru-wasm-helpers + octez-l2-libs.scoru-wasm-helpers octez-libs.tezos-stdlib octez-libs.tezos-crypto-dal - octez-l2-libs.tezos-scoru-wasm - octez-l2-libs.tezos-webassembly-interpreter-extra) + octez-l2-libs.scoru-wasm + octez-l2-libs.webassembly-interpreter-extra) (library_flags (:standard -linkall)) (flags (:standard) diff --git a/src/proto_alpha/lib_sc_rollup/dune b/src/proto_alpha/lib_sc_rollup/dune index 76aa860883bd5bb7209933f2642ddc759ad6f522..1abba39af89cae32d9a0b0c396163815d3277ae4 100644 --- a/src/proto_alpha/lib_sc_rollup/dune +++ b/src/proto_alpha/lib_sc_rollup/dune @@ -3,7 +3,7 @@ (library (name tezos_smart_rollup_alpha) - (public_name octez-protocol-alpha-libs.tezos-smart-rollup) + (public_name octez-protocol-alpha-libs.smart-rollup) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base diff --git a/src/proto_alpha/lib_sc_rollup_client/dune b/src/proto_alpha/lib_sc_rollup_client/dune index 7282a01075fd3931a90aab02ebb92bbcb379ff87..114680db506ab208dc976cd797ed56402c1ecfdb 100644 --- a/src/proto_alpha/lib_sc_rollup_client/dune +++ b/src/proto_alpha/lib_sc_rollup_client/dune @@ -8,13 +8,13 @@ (libraries octez-libs.tezos-base tezos-protocol-alpha.protocol - octez-shell-libs.tezos-client-commands - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-client-base-unix - octez-protocol-alpha-libs.tezos-client - octez-l2-libs.octez-smart-rollup - octez-protocol-alpha-libs.tezos-smart-rollup - octez-protocol-alpha-libs.tezos-smart-rollup-layer2) + octez-shell-libs.client-commands + octez-shell-libs.client-base + octez-shell-libs.client-base-unix + octez-protocol-alpha-libs.client + octez-l2-libs.smart-rollup + octez-protocol-alpha-libs.smart-rollup + octez-protocol-alpha-libs.smart-rollup-layer2) (flags (:standard) -open Tezos_base diff --git a/src/proto_alpha/lib_sc_rollup_layer2/dune b/src/proto_alpha/lib_sc_rollup_layer2/dune index 0a6120f1b28c94ce3ca127c34d9d730d01b730e7..99977729b7c83bcc5fcbd95e2636e90b47a8586c 100644 --- a/src/proto_alpha/lib_sc_rollup_layer2/dune +++ b/src/proto_alpha/lib_sc_rollup_layer2/dune @@ -3,13 +3,13 @@ (library (name tezos_smart_rollup_layer2_alpha) - (public_name octez-protocol-alpha-libs.tezos-smart-rollup-layer2) + (public_name octez-protocol-alpha-libs.smart-rollup-layer2) (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base tezos-protocol-alpha.protocol octez-injector - octez-l2-libs.octez-smart-rollup) + octez-l2-libs.smart-rollup) (inline_tests (flags -verbose) (modes native)) (preprocess (pps ppx_expect)) (library_flags (:standard -linkall)) diff --git a/src/proto_alpha/lib_sc_rollup_node/dune b/src/proto_alpha/lib_sc_rollup_node/dune index b07ae2d9a61429434800195ccb0fe6966e4bb04f..7af730be9c98214974b62bc38f01312e3b747145 100644 --- a/src/proto_alpha/lib_sc_rollup_node/dune +++ b/src/proto_alpha/lib_sc_rollup_node/dune @@ -8,13 +8,13 @@ (libraries octez-libs.tezos-base octez-libs.tezos-stdlib-unix - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-client-base-unix - octez-protocol-alpha-libs.tezos-client + octez-shell-libs.client-base + octez-shell-libs.client-base-unix + octez-protocol-alpha-libs.client octez-libs.tezos-context.encoding octez-libs.tezos-context.helpers tezos-protocol-alpha.protocol - octez-protocol-alpha-libs.tezos-protocol-plugin + octez-protocol-alpha-libs.plugin tezos-protocol-alpha.parameters octez-libs.tezos-rpc octez-libs.tezos-rpc-http @@ -22,15 +22,15 @@ octez-libs.tezos-workers tezos-dal-node-services tezos-dal-node-lib - octez-protocol-alpha-libs.tezos-dac + octez-protocol-alpha-libs.dac tezos-dac-lib tezos-dac-client-lib - octez-shell-libs.tezos-shell-services - octez-l2-libs.octez-smart-rollup - octez-protocol-alpha-libs.tezos-smart-rollup - octez-protocol-alpha-libs.tezos-smart-rollup-layer2 - octez-protocol-alpha-libs.tezos-layer2-utils - octez-l2-libs.tezos_layer2_store + octez-shell-libs.shell-services + octez-l2-libs.smart-rollup + octez-protocol-alpha-libs.smart-rollup + octez-protocol-alpha-libs.smart-rollup-layer2 + octez-protocol-alpha-libs.layer2-utils + octez-l2-libs.layer2_store octez-crawler octez-libs.tezos-tree-encoding data-encoding @@ -41,8 +41,8 @@ aches-lwt octez-injector octez-smart-rollup-node-lib - octez-l2-libs.tezos-scoru-wasm - octez-l2-libs.tezos-scoru-wasm-fast + octez-l2-libs.scoru-wasm + octez-l2-libs.scoru-wasm-fast octez-libs.tezos-crypto-dal tezos-version.value) (flags diff --git a/src/proto_alpha/lib_sc_rollup_node/test/dune b/src/proto_alpha/lib_sc_rollup_node/test/dune index 6e3075b62d616f61d6966eb395a5220f995002ba..891e9db845a8c581242ffd889751801cf10ebdae 100644 --- a/src/proto_alpha/lib_sc_rollup_node/test/dune +++ b/src/proto_alpha/lib_sc_rollup_node/test/dune @@ -9,7 +9,7 @@ octez-libs.tezos-base tezos-protocol-alpha.protocol octez-libs.tezos-test-helpers - octez-protocol-alpha-libs.tezos-smart-rollup-layer2 + octez-protocol-alpha-libs.smart-rollup-layer2 octez_smart_rollup_node_alpha octez-alcotezt octez_smart_rollup_node_alpha_test_helpers) diff --git a/src/proto_alpha/lib_sc_rollup_node/test/helpers/dune b/src/proto_alpha/lib_sc_rollup_node/test/helpers/dune index cba308a4a19436c7233054ff82787712873c979a..d65499798a70fc61f661b5120b0442630d465125 100644 --- a/src/proto_alpha/lib_sc_rollup_node/test/helpers/dune +++ b/src/proto_alpha/lib_sc_rollup_node/test/helpers/dune @@ -9,12 +9,12 @@ octez-libs.tezos-base tezos-protocol-alpha.protocol tezos-protocol-alpha.parameters - octez-protocol-alpha-libs.tezos-client + octez-protocol-alpha-libs.client octez-libs.tezos-test-helpers qcheck-alcotest qcheck-core logs.lwt - octez-protocol-alpha-libs.tezos-smart-rollup-layer2 + octez-protocol-alpha-libs.smart-rollup-layer2 octez_smart_rollup_node_alpha octez-alcotezt) (flags diff --git a/src/proto_demo_counter/lib_client/dune b/src/proto_demo_counter/lib_client/dune index 3415e3a80033b79c1a720c26556aa0cb31076586..20729f96bb4de96dda2f8c91fb947414f8e09e70 100644 --- a/src/proto_demo_counter/lib_client/dune +++ b/src/proto_demo_counter/lib_client/dune @@ -7,9 +7,9 @@ (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-shell-libs.tezos-client-commands + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-shell-libs.client-commands tezos-protocol-demo-counter.protocol tezos-protocol-demo-counter.protocol.lifted) (library_flags (:standard -linkall)) diff --git a/src/proto_demo_counter/lib_protocol/dune b/src/proto_demo_counter/lib_protocol/dune index ca2035ab3b5a80917d155c6185fe71de763ccf69..c656d60caabf68086f0bc0484926607d3dc04bdd 100644 --- a/src/proto_demo_counter/lib_protocol/dune +++ b/src/proto_demo_counter/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-demo-counter.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_demo_counter)) @@ -47,8 +47,8 @@ (public_name tezos-protocol-demo-counter.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-demo-counter.protocol.raw) (flags (:standard) @@ -94,8 +94,8 @@ (public_name tezos-protocol-demo-counter.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-demo-counter.protocol) (flags (:standard) @@ -113,8 +113,8 @@ (library (name tezos_protocol_demo_counter_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -nopervasives) @@ -145,8 +145,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-demo-counter.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Registerer)) diff --git a/src/proto_demo_noops/lib_protocol/dune b/src/proto_demo_noops/lib_protocol/dune index 35d0bbd58d855503609631405de77a4954851cf2..d7f25fc21b3593802ec717815fe024894965afd3 100644 --- a/src/proto_demo_noops/lib_protocol/dune +++ b/src/proto_demo_noops/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-demo-noops.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_demo_noops)) @@ -38,8 +38,8 @@ (public_name tezos-protocol-demo-noops.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-demo-noops.protocol.raw) (flags (:standard) @@ -75,8 +75,8 @@ (public_name tezos-protocol-demo-noops.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-demo-noops.protocol) (flags (:standard) @@ -94,8 +94,8 @@ (library (name tezos_protocol_demo_noops_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -nopervasives) @@ -117,8 +117,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-demo-noops.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Registerer)) diff --git a/src/proto_genesis/lib_client/dune b/src/proto_genesis/lib_client/dune index f814f3dffd229a4f8aec7967aa774daff4c8b770..0411d3622debcfbb0630e33228071fcc19c2c024 100644 --- a/src/proto_genesis/lib_client/dune +++ b/src/proto_genesis/lib_client/dune @@ -7,13 +7,13 @@ (instrumentation (backend bisect_ppx)) (libraries octez-libs.tezos-base - octez-shell-libs.tezos-shell-services - octez-shell-libs.tezos-client-base - octez-proto-libs.tezos-protocol-environment + octez-shell-libs.shell-services + octez-shell-libs.client-base + octez-proto-libs.protocol-environment tezos-protocol-genesis.protocol tezos-protocol-genesis.protocol.lifted - octez-shell-libs.tezos-client-commands - octez-shell-libs.tezos-proxy + octez-shell-libs.client-commands + octez-shell-libs.proxy octez-libs.tezos-stdlib-unix) (library_flags (:standard -linkall)) (flags diff --git a/src/proto_genesis/lib_protocol/dune b/src/proto_genesis/lib_protocol/dune index ebd49d7f0b71816c2cd809da8ea941ca5dc0d11b..e40f732124d3d081fbc1d1b1d3e1d454e3c001e1 100644 --- a/src/proto_genesis/lib_protocol/dune +++ b/src/proto_genesis/lib_protocol/dune @@ -6,7 +6,7 @@ (public_name tezos-protocol-genesis.protocol.environment) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment) + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Tezos_protocol_environment_genesis)) @@ -38,8 +38,8 @@ (public_name tezos-protocol-genesis.protocol) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-genesis.protocol.raw) (flags (:standard) @@ -77,8 +77,8 @@ (public_name tezos-protocol-genesis.protocol.lifted) (instrumentation (backend bisect_ppx)) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs tezos-protocol-genesis.protocol) (flags (:standard) @@ -96,8 +96,8 @@ (library (name tezos_protocol_genesis_functor) (libraries - octez-proto-libs.tezos-protocol-environment - octez-proto-libs.tezos-protocol-environment.sigs) + octez-proto-libs.protocol-environment + octez-proto-libs.protocol-environment.sigs) (flags (:standard) -nopervasives) @@ -121,8 +121,8 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-protocol-genesis.protocol - octez-shell-libs.tezos-protocol-updater - octez-proto-libs.tezos-protocol-environment) + octez-shell-libs.protocol-updater + octez-proto-libs.protocol-environment) (library_flags (:standard -linkall)) (modules Registerer)) diff --git a/tezt/long_tests/dune b/tezt/long_tests/dune index 307d9a8ca9cee22ec076271846cd0a5128661a4a..7d438d342430ff7d3aefc4d3558504050a4ee69b 100644 --- a/tezt/long_tests/dune +++ b/tezt/long_tests/dune @@ -4,7 +4,7 @@ tezt-tezos tezt-tezos.tezt-performance-regression octez-libs.tezos-lwt-result-stdlib - octez-protocol-alpha-libs.tezos-test-helpers + octez-protocol-alpha-libs.test-helpers octez-libs.tezos-micheline tezos-openapi tezos-protocol-alpha.protocol diff --git a/tezt/vesting_contract_test/dune b/tezt/vesting_contract_test/dune index 9bdfd408b805848b8d5435f14a96449881b402cc..7a8fc67dc6acfd8d2a706994ec26931805aea3f6 100644 --- a/tezt/vesting_contract_test/dune +++ b/tezt/vesting_contract_test/dune @@ -1,7 +1,7 @@ (executable (name main) (libraries octez-libs.tezos-stdlib - octez-protocol-alpha-libs.tezos-test-helpers + octez-protocol-alpha-libs.test-helpers octez-libs.tezos-micheline tezos-protocol-alpha.protocol tezt-tezos