ligo/src/node/shell
Milo Davis 0a7f9a39a9 Switch to Jbuilder
This is a rewrite of the build system with `jbuilder`, with just a
minimal toplevel Makefile for backward compatibility.

This first patch preserves the project architecture, we only gain
proper dependencies handling and always up-to-date `.merlin` files.
A latter patch may split the project in smaller "sub-package",
i.e. multiple `.opam` files.

The embedded versions of the economic protocol are now compiled with
`jbuilder` instead of `tezos-protocol-compiler`, potentially allowing
proper inlining at the cost of slightly-less-stricter
sandboxing. Nevertheless, dynamically loaded protocol are still
compiled with the `tezos-protocol-compiler` and thus strictly
sandboxed ; and a CI rule also checks the proper sandboxing of
embedded protocols.

This patch is coauthored with @hnrgrgr
2017-10-31 20:33:56 +00:00
..
chain_traversal.ml Shell: implements Chain.live_blocks 2017-06-12 11:07:37 +02:00
chain_traversal.mli Shell: implements Chain.live_blocks 2017-06-12 11:07:37 +02:00
chain.ml Shell: remove the on-disk index of operations 2017-06-12 11:04:43 +02:00
chain.mli Shell: remove the on-disk index of operations 2017-06-12 11:04:43 +02:00
distributed_db_functors.ml Shell: document internal distributed_db error, 2017-07-21 16:16:39 +02:00
distributed_db_functors.mli Shell: document internal distributed_db error, 2017-07-21 16:16:39 +02:00
distributed_db_message.ml Reset the chain 2017-09-22 19:11:21 +02:00
distributed_db_message.mli Shell: remove the on-disk index of operations 2017-06-12 11:04:43 +02:00
distributed_db_metadata.ml Shell: refactor the distributed DB. 2017-02-25 18:14:05 +01:00
distributed_db_metadata.mli Shell: refactor the distributed DB. 2017-02-25 18:14:05 +01:00
distributed_db.ml Shell: document internal distributed_db error, 2017-07-21 16:16:39 +02:00
distributed_db.mli Shell: export Distributed_db.*.clear 2017-06-12 11:07:37 +02:00
jbuild Switch to Jbuilder 2017-10-31 20:33:56 +00:00
node_rpc_services.ml Makefile: simplify the compilation process. 2017-10-11 13:44:09 +00:00
node_rpc_services.mli Shell: rework the preapply RPC 2017-06-12 11:07:35 +02:00
node_rpc.ml Utils: add Data_encoding.delayed 2017-10-31 20:33:45 +00:00
node_rpc.mli First public release 2016-09-08 19:29:33 -07:00
node.ml Makefile: simplify the compilation process. 2017-10-11 13:44:09 +00:00
node.mli Shell: rework the preapply RPC 2017-06-12 11:07:35 +02:00
prevalidation.ml Improved error message 2017-10-31 20:33:49 +00:00
prevalidation.mli Shell: rework the preapply RPC 2017-06-12 11:07:35 +02:00
prevalidator.ml Prevalidation: minor bugfix. 2017-08-07 08:29:52 +02:00
prevalidator.mli Shell: remove the on-disk index of operations 2017-06-12 11:04:43 +02:00
state.ml Rename tezos_protocol_registerer.ml 2017-10-31 20:33:50 +00:00
state.mli Updater: simplify signature and error registration. 2017-10-31 20:33:48 +00:00
validator.ml Shell: fix possible stack overflow in validation. 2017-10-31 17:59:14 +01:00
validator.mli Shell: remove the on-disk index of operations 2017-06-12 11:04:43 +02:00