Compare commits
8 Commits
a221b905c2
..
eureka
| Author | SHA1 | Date | |
|---|---|---|---|
| 49d1103e5d | |||
| f19f8a86ab | |||
| 5877379b05 | |||
| cd6f7b5751 | |||
| 9d2ecc00d3 | |||
| 356d86cd72 | |||
| f3da241917 | |||
| 2db9ea6134 |
@@ -7,8 +7,8 @@ jobs:
|
||||
runs-on: linux_amd64
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: eunit
|
||||
run: |
|
||||
. /opt/act_runner/erts/27.2/activate
|
||||
. /home/act_runner/.erts/27.2.1/activate
|
||||
./rebar3 eunit
|
||||
|
||||
@@ -1,11 +1,24 @@
|
||||
{application,gmserialization,
|
||||
[{description,"Serialization of data for the Gajumaru"},
|
||||
[{description,"Serialization helpers for the Gajumaru."},
|
||||
{vsn,"0.1.2"},
|
||||
{registered,[]},
|
||||
{applications,[kernel,stdlib,crypto,base58]},
|
||||
{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_rlp,gmserialization]},
|
||||
gmser_rlp,gmserialization,gmser_api_encoder_tests,
|
||||
gmser_chain_objects_tests,gmser_contract_code_tests,
|
||||
gmser_delegation_tests,gmser_rlp_tests]},
|
||||
{licenses,[]},
|
||||
{links,[]}]}.
|
||||
|
||||
+2
-5
@@ -3,8 +3,5 @@
|
||||
[{base58,
|
||||
{git,
|
||||
"https://git.qpq.swiss/QPQ-AG/erl-base58.git",
|
||||
{ref, "7290fa23664b4134d15da353061ac97aa158b332"}}},
|
||||
{enacl,
|
||||
{git,
|
||||
"https://git.qpq.swiss/QPQ-AG/enacl.git",
|
||||
{ref, "4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}}}]}.
|
||||
{ref, "e6aa62eeae3d4388311401f06e4b939bf4e94b9c"}}},
|
||||
{eblake2, "1.0.0"}]}.
|
||||
|
||||
+3
-5
@@ -1,8 +1,6 @@
|
||||
[{<<"base58">>,
|
||||
{git,"https://git.qpq.swiss/QPQ-AG/erl-base58.git",
|
||||
{ref,"7290fa23664b4134d15da353061ac97aa158b332"}},
|
||||
{ref,"e6aa62eeae3d4388311401f06e4b939bf4e94b9c"}},
|
||||
0},
|
||||
{<<"enacl">>,
|
||||
{git,"https://git.qpq.swiss/QPQ-AG/enacl.git",
|
||||
{ref,"4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}},
|
||||
0}].
|
||||
{<<"eblake2">>,
|
||||
{pkg,<<"eblake2">>,<<"1.0.0">>},0}].
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
{author,"Hans Svensson"}.
|
||||
{desc,"Serialization helpers for the Gajumaru."}.
|
||||
{package_id,{"otpr","gmserialization",{0,1,2}}}.
|
||||
{deps,[{"otpr","base58",{0,1,1}},{"otpr","eblake2",{1,0,0}}]}.
|
||||
{deps,[{"otpr","eblake2",{1,0,1}},{"otpr","base58",{0,1,1}}]}.
|
||||
{key_name,none}.
|
||||
{a_email,[]}.
|
||||
{c_email,[]}.
|
||||
@@ -13,5 +13,5 @@
|
||||
{file_exts,[]}.
|
||||
{license,skip}.
|
||||
{repo_url,"https://git.qpq.swiss/QPQ-AG/gmserialization"}.
|
||||
{tags,["blockchain","crypto","gm", "gajumaru"]}.
|
||||
{tags,["blockchain","crypto","gm","gajumaru"]}.
|
||||
{ws_url,[]}.
|
||||
|
||||
Reference in New Issue
Block a user