Mavryk_shell_context
module Proxy_delegate_maker : sig ... end
module Shell_context : sig ... end
Shell_context
is a persisting recursive map backed by an on-disk Irmin tree, i.e. Mavryk_context.Context
(in src/lib_context
), used by nodes. It is the "main" kind of context. It abstracts away Mavryk_context.Context
, by hiding the internals, and making it an instance of the generic Protocol_environment
.Context.t. Other *_context
modules of Mavryk_protocol_environment
, i.e. siblings of this file, are backed by different type of values coming from Mavryk_context
.