-
Notifications
You must be signed in to change notification settings - Fork 548
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14648 from MinaProtocol/feature/local-engine-netw…
…ork-config-develop Lucy Local Framework extension
- Loading branch information
Showing
18 changed files
with
2,421 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,66 @@ | ||
(executable | ||
(name test_executive) | ||
(libraries | ||
;; opam libraries | ||
async_kernel | ||
async | ||
core | ||
uri | ||
yojson | ||
core_kernel | ||
cmdliner | ||
base.base_internalhash_types | ||
base.caml | ||
async_unix | ||
unsigned_extended | ||
stdio | ||
sexplib0 | ||
;; local libraries | ||
mina_wire_types | ||
with_hash | ||
data_hash_lib | ||
kimchi_backend | ||
kimchi_backend.pasta | ||
kimchi_backend.pasta.basic | ||
pickles | ||
pickles_types | ||
random_oracle_input | ||
genesis_constants | ||
bash_colors | ||
integration_test_lib | ||
signature_lib | ||
mina_signature_kind | ||
mina_base | ||
mina_stdlib | ||
mina_transaction | ||
file_system | ||
currency | ||
mina_runtime_config | ||
secrets | ||
integration_test_cloud_engine | ||
mina_generators | ||
logger | ||
random_oracle | ||
mina_numbers | ||
transaction_snark | ||
snark_params | ||
pickles.backend | ||
pipe_lib | ||
mina_base.import | ||
key_gen | ||
integers | ||
user_command_input | ||
participating_state | ||
graph_algorithms | ||
visualization | ||
sgn | ||
zkapp_command_builder | ||
network_pool | ||
zkapps_examples | ||
cache_dir | ||
snarky.backendless | ||
) | ||
(instrumentation (backend bisect_ppx)) | ||
(preprocess (pps ppx_mina ppx_jane ppx_deriving_yojson ppx_mina ppx_version))) | ||
;; opam libraries | ||
async_kernel | ||
async | ||
core | ||
uri | ||
yojson | ||
core_kernel | ||
cmdliner | ||
base.base_internalhash_types | ||
base.caml | ||
async_unix | ||
unsigned_extended | ||
stdio | ||
sexplib0 | ||
;; local libraries | ||
mina_wire_types | ||
with_hash | ||
data_hash_lib | ||
kimchi_backend | ||
kimchi_backend.pasta | ||
kimchi_backend.pasta.basic | ||
pickles | ||
pickles_types | ||
random_oracle_input | ||
genesis_constants | ||
bash_colors | ||
integration_test_lib | ||
signature_lib | ||
mina_signature_kind | ||
mina_base | ||
mina_stdlib | ||
mina_transaction | ||
file_system | ||
currency | ||
mina_runtime_config | ||
secrets | ||
integration_test_cloud_engine | ||
integration_test_local_engine | ||
mina_generators | ||
logger | ||
random_oracle | ||
mina_numbers | ||
transaction_snark | ||
snark_params | ||
pickles.backend | ||
pipe_lib | ||
mina_base.import | ||
key_gen | ||
integers | ||
user_command_input | ||
participating_state | ||
graph_algorithms | ||
visualization | ||
sgn | ||
zkapp_command_builder | ||
network_pool | ||
zkapps_examples | ||
cache_dir | ||
snarky.backendless) | ||
(instrumentation | ||
(backend bisect_ppx)) | ||
(preprocess | ||
(pps ppx_mina ppx_jane ppx_deriving_yojson ppx_mina ppx_version))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,70 @@ | ||
(library | ||
(public_name integration_test_cloud_engine) | ||
(name integration_test_cloud_engine) | ||
(inline_tests (flags -verbose -show-counts)) | ||
(instrumentation (backend bisect_ppx)) | ||
(preprocessor_deps ../../graphql-ppx-config.inc ../../../graphql_schema.json) | ||
(preprocess (pps | ||
ppx_here | ||
ppx_mina ppx_version ppx_let ppx_inline_test ppx_pipebang | ||
ppx_custom_printf ppx_deriving_yojson lens.ppx_deriving | ||
ppx_sexp_conv | ||
graphql_ppx -- %{read-lines:../../graphql-ppx-config.inc})) | ||
(libraries | ||
;; opam libraries | ||
async_unix | ||
async_kernel | ||
core_kernel | ||
core | ||
async | ||
cmdliner | ||
base | ||
uri | ||
sexplib0 | ||
stdio | ||
result | ||
base.caml | ||
integers | ||
re2 | ||
;; local libraries | ||
key_gen | ||
integration_test_lib | ||
graphql_lib | ||
mina_runtime_config | ||
mina_base | ||
genesis_constants | ||
genesis_ledger_helper | ||
logger | ||
mina_base_import | ||
signature_lib | ||
currency | ||
mina_version | ||
timeout_lib | ||
mina_numbers | ||
mina_state | ||
mina_stdlib | ||
mina_transaction | ||
file_system | ||
pickles | ||
pickles_types | ||
backend | ||
kimchi_pasta | ||
kimchi_backend.pasta.basic | ||
with_hash | ||
data_hash_lib | ||
generated_graphql_queries | ||
mina_graphql | ||
error_json | ||
) | ||
) | ||
(inline_tests | ||
(flags -verbose -show-counts)) | ||
(instrumentation | ||
(backend bisect_ppx)) | ||
(preprocessor_deps | ||
../../graphql-ppx-config.inc | ||
../../../graphql_schema.json) | ||
(preprocess | ||
(pps | ||
ppx_here | ||
ppx_mina | ||
ppx_version | ||
ppx_let | ||
ppx_inline_test | ||
ppx_pipebang | ||
ppx_custom_printf | ||
ppx_deriving_yojson | ||
lens.ppx_deriving | ||
ppx_sexp_conv | ||
graphql_ppx | ||
-- | ||
%{read-lines:../../graphql-ppx-config.inc})) | ||
(libraries | ||
;; opam libraries | ||
async_unix | ||
async_kernel | ||
core_kernel | ||
core | ||
async | ||
cmdliner | ||
base | ||
uri | ||
sexplib0 | ||
stdio | ||
result | ||
base.caml | ||
integers | ||
re2 | ||
;; local libraries | ||
key_gen | ||
integration_test_lib | ||
graphql_lib | ||
mina_runtime_config | ||
mina_base | ||
genesis_constants | ||
genesis_ledger_helper | ||
logger | ||
mina_base_import | ||
signature_lib | ||
currency | ||
mina_version | ||
timeout_lib | ||
mina_numbers | ||
mina_state | ||
mina_stdlib | ||
mina_transaction | ||
file_system | ||
pickles | ||
pickles_types | ||
backend | ||
kimchi_pasta | ||
kimchi_backend.pasta.basic | ||
with_hash | ||
data_hash_lib | ||
generated_graphql_queries | ||
mina_graphql | ||
error_json)) |
Oops, something went wrong.