2016-09-08 19:13:10 +02:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
2017-11-14 00:36:14 +01:00
|
|
|
(* Copyright (c) 2014 - 2017. *)
|
2016-09-08 19:13:10 +02:00
|
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
|
|
(* *)
|
|
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
|
|
|
|
|
|
|
let protocol =
|
2017-04-05 09:54:21 +02:00
|
|
|
Protocol_hash.of_b58check_exn
|
2017-02-19 18:22:32 +01:00
|
|
|
"ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK"
|
2016-09-08 19:13:10 +02:00
|
|
|
|
|
|
|
let () =
|
2016-12-03 13:05:02 +01:00
|
|
|
Client_commands.register protocol @@
|
2017-11-07 17:38:11 +01:00
|
|
|
Client_proto_programs_commands.commands () @
|
|
|
|
Client_proto_contracts_commands.commands () @
|
|
|
|
Client_proto_context_commands.commands () @
|
|
|
|
Client_baking_main.commands ()
|