https://gitlab.com/tezos/tezos
Raw File
Tip revision: 54cf2be93ff31428bac2335808b6f94a3f044348 authored by Zaynah Dargaye on 21 February 2022, 17:40:16 UTC
Proto: compute at most one stake update per transfer per delegate
Tip revision: 54cf2be
dune
(library
 (name tezos_client_011_PtHangz2)
 (instrumentation (backend bisect_ppx))
 (public_name tezos-client-011-PtHangz2)
 (libraries tezos-base
            tezos-protocol-011-PtHangz2
            tezos-shell-services
            tezos-client-base
            tezos-mockup-registration
            tezos-proxy
            tezos-rpc
            tezos-signer-backends
            tezos-protocol-011-PtHangz2-parameters
            tezos-protocol-plugin-011-PtHangz2)
 (inline_tests)
 (preprocess (pps ppx_inline_test))
 (library_flags (:standard -linkall))
 (flags (:standard -open Tezos_base__TzPervasives
                   -open Tezos_shell_services
                   -open Tezos_client_base
                   -open Tezos_protocol_011_PtHangz2
                   -open Tezos_protocol_plugin_011_PtHangz2
                   -open Tezos_protocol_011_PtHangz2_parameters
                   -open Tezos_rpc)))
back to top