Proto/Compiler: display hash of compiled protocol
This commit is contained in:
parent
1c2a771832
commit
5575b8b8f2
@ -78,13 +78,6 @@ module Fitness = struct
|
|||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
let precheck_block
|
|
||||||
~ancestor_context:_
|
|
||||||
~ancestor_timestamp:_
|
|
||||||
(raw_block: block_header) =
|
|
||||||
Fitness.to_int64 raw_block.shell.fitness >>=? fun _ ->
|
|
||||||
return_unit
|
|
||||||
|
|
||||||
let begin_application
|
let begin_application
|
||||||
~predecessor_context:context
|
~predecessor_context:context
|
||||||
~predecessor_timestamp:_
|
~predecessor_timestamp:_
|
||||||
|
@ -31,7 +31,7 @@ done
|
|||||||
sleep 2
|
sleep 2
|
||||||
|
|
||||||
# autogenerated from the demo source
|
# autogenerated from the demo source
|
||||||
protocol_version="PrqRSDRSu849eAgN6UQXcZBAsK3jCHY7g9nQ6HWXAGkmDY4ffCH"
|
protocol_version="PsVi9P3i73N4zstqkty4EiL76cofTFkthzSQPfLmChCvF7JopPh"
|
||||||
|
|
||||||
$admin_client inject protocol "$test_dir/demo"
|
$admin_client inject protocol "$test_dir/demo"
|
||||||
$admin_client list protocols
|
$admin_client list protocols
|
||||||
|
@ -232,5 +232,7 @@ let main { compile_ml ; pack_objects ; link_shared } =
|
|||||||
Format.printf "let src_digest = %S ;;\n" (Digest.to_hex dsrc) ;
|
Format.printf "let src_digest = %S ;;\n" (Digest.to_hex dsrc) ;
|
||||||
Format.printf "let impl_digest = %S ;;\n" (Digest.to_hex dimpl) ;
|
Format.printf "let impl_digest = %S ;;\n" (Digest.to_hex dimpl) ;
|
||||||
Format.printf "let intf_digest = %S ;;\n" (Digest.to_hex dintf)
|
Format.printf "let intf_digest = %S ;;\n" (Digest.to_hex dintf)
|
||||||
end
|
end ;
|
||||||
|
|
||||||
|
Format.printf "Success: %a@." Protocol_hash.pp hash
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user