Switch to eblake2
All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in -4m15s
All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in -4m15s
This commit is contained in:
parent
9d2ecc00d3
commit
cd6f7b5751
@ -1,11 +1,24 @@
|
|||||||
{application,gmserialization,
|
{application,gmserialization,
|
||||||
[{description,"Serialization of data for the Gajumaru"},
|
[{description,"Serialization helpers for the Gajumaru."},
|
||||||
{vsn,"0.1.2"},
|
{vsn,"0.1.2"},
|
||||||
{registered,[]},
|
{registered,[]},
|
||||||
{applications,[kernel,stdlib,crypto,base58]},
|
{applications,[kernel,stdlib,crypto,base58]},
|
||||||
{env,[]},
|
{env,[]},
|
||||||
{modules,[gmser_api_encoder,gmser_chain_objects,
|
{modules,[base58,timing,enacl_eqc,enacl_ext_eqc,enacl,enacl_ext,
|
||||||
|
enacl_nif,enacl_SUITE,pc,pc_compilation,pc_port_env,
|
||||||
|
pc_port_specs,pc_prv_clean,pc_prv_compile,pc_util,
|
||||||
|
base58,timing,enacl_eqc,enacl_ext_eqc,enacl,enacl_ext,
|
||||||
|
enacl_nif,enacl_SUITE,gmser_api_encoder,
|
||||||
|
gmser_chain_objects,gmser_contract_code,
|
||||||
|
gmser_delegation,gmser_id,gmser_rlp,gmserialization,
|
||||||
|
gmser_api_encoder_tests,gmser_chain_objects_tests,
|
||||||
|
gmser_contract_code_tests,gmser_delegation_tests,
|
||||||
|
gmser_rlp_tests,pc,pc_compilation,pc_port_env,
|
||||||
|
pc_port_specs,pc_prv_clean,pc_prv_compile,pc_util,
|
||||||
|
gmser_api_encoder,gmser_chain_objects,
|
||||||
gmser_contract_code,gmser_delegation,gmser_id,
|
gmser_contract_code,gmser_delegation,gmser_id,
|
||||||
gmser_rlp,gmserialization]},
|
gmser_rlp,gmserialization,gmser_api_encoder_tests,
|
||||||
|
gmser_chain_objects_tests,gmser_contract_code_tests,
|
||||||
|
gmser_delegation_tests,gmser_rlp_tests]},
|
||||||
{licenses,[]},
|
{licenses,[]},
|
||||||
{links,[]}]}.
|
{links,[]}]}.
|
||||||
|
@ -4,7 +4,4 @@
|
|||||||
{git,
|
{git,
|
||||||
"https://git.qpq.swiss/QPQ-AG/erl-base58.git",
|
"https://git.qpq.swiss/QPQ-AG/erl-base58.git",
|
||||||
{ref, "e6aa62eeae3d4388311401f06e4b939bf4e94b9c"}}},
|
{ref, "e6aa62eeae3d4388311401f06e4b939bf4e94b9c"}}},
|
||||||
{enacl,
|
{eblake2, "1.0.0"}]}.
|
||||||
{git,
|
|
||||||
"https://git.qpq.swiss/QPQ-AG/enacl.git",
|
|
||||||
{ref, "4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}}}]}.
|
|
||||||
|
@ -2,7 +2,5 @@
|
|||||||
{git,"https://git.qpq.swiss/QPQ-AG/erl-base58.git",
|
{git,"https://git.qpq.swiss/QPQ-AG/erl-base58.git",
|
||||||
{ref,"e6aa62eeae3d4388311401f06e4b939bf4e94b9c"}},
|
{ref,"e6aa62eeae3d4388311401f06e4b939bf4e94b9c"}},
|
||||||
0},
|
0},
|
||||||
{<<"enacl">>,
|
{<<"eblake2">>,
|
||||||
{git,"https://git.qpq.swiss/QPQ-AG/enacl.git",
|
{pkg,<<"eblake2">>,<<"1.0.0">>},0}].
|
||||||
{ref,"4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}},
|
|
||||||
0}].
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user