Compare commits

..

11 Commits

Author SHA1 Message Date
zxq9 e40ed7dc63 Merge branch 'master' into zomp
Gajumaru Serialization Tests / tests (push) Failing after -4m24s
2025-01-23 19:39:37 +09:00
zxq9 a221b905c2 Updating deps
Gajumaru Serialization Tests / tests (push) Failing after -4m24s
2025-01-23 19:37:11 +09:00
zxq9 749f7943d8 Add app file back
Gajumaru Serialization Tests / tests (push) Successful in -4m21s
2025-01-22 19:31:40 +09:00
zxq9 ece32da3e8 Update zomp meta copyright
Gajumaru Serialization Tests / tests (push) Successful in -4m22s
2025-01-22 16:57:18 +09:00
zxq9 6fae7b4119 Merge branch 'master' into zomp
Gajumaru Serialization Tests / tests (push) Successful in -4m22s
2025-01-22 14:34:52 +09:00
zxq9 295799435b Update meta 2025-01-22 14:28:38 +09:00
zxq9 7046b9625d Merge down master 2024-11-01 13:40:41 +09:00
zxq9 670fe59a21 Merge branch 'master' into zomp 2024-11-01 13:28:00 +09:00
zxq9 f37cec34da Merge down 2024-10-07 13:08:25 +09:00
zxq9 e24ddef246 Merge branch 'master' into zomp 2024-09-23 16:57:40 +09:00
zxq9 9124228ff4 Package for zomp 2023-05-30 15:41:16 +09:00
5 changed files with 17 additions and 25 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ jobs:
runs-on: linux_amd64 runs-on: linux_amd64
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v3
- name: eunit - name: eunit
run: | run: |
. /home/act_runner/.erts/27.2.1/activate . /opt/act_runner/erts/27.2/activate
./rebar3 eunit ./rebar3 eunit
+3 -16
View File
@@ -1,24 +1,11 @@
{application,gmserialization, {application,gmserialization,
[{description,"Serialization helpers for the Gajumaru."}, [{description,"Serialization of data 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,[base58,timing,enacl_eqc,enacl_ext_eqc,enacl,enacl_ext, {modules,[gmser_api_encoder,gmser_chain_objects,
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_api_encoder_tests, gmser_rlp,gmserialization]},
gmser_chain_objects_tests,gmser_contract_code_tests,
gmser_delegation_tests,gmser_rlp_tests]},
{licenses,[]}, {licenses,[]},
{links,[]}]}. {links,[]}]}.
+5 -2
View File
@@ -3,5 +3,8 @@
[{base58, [{base58,
{git, {git,
"https://git.qpq.swiss/QPQ-AG/erl-base58.git", "https://git.qpq.swiss/QPQ-AG/erl-base58.git",
{ref, "e6aa62eeae3d4388311401f06e4b939bf4e94b9c"}}}, {ref, "7290fa23664b4134d15da353061ac97aa158b332"}}},
{eblake2, "1.0.0"}]}. {enacl,
{git,
"https://git.qpq.swiss/QPQ-AG/enacl.git",
{ref, "4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}}}]}.
+5 -3
View File
@@ -1,6 +1,8 @@
[{<<"base58">>, [{<<"base58">>,
{git,"https://git.qpq.swiss/QPQ-AG/erl-base58.git", {git,"https://git.qpq.swiss/QPQ-AG/erl-base58.git",
{ref,"e6aa62eeae3d4388311401f06e4b939bf4e94b9c"}}, {ref,"7290fa23664b4134d15da353061ac97aa158b332"}},
0}, 0},
{<<"eblake2">>, {<<"enacl">>,
{pkg,<<"eblake2">>,<<"1.0.0">>},0}]. {git,"https://git.qpq.swiss/QPQ-AG/enacl.git",
{ref,"4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}},
0}].
+2 -2
View File
@@ -5,7 +5,7 @@
{author,"Hans Svensson"}. {author,"Hans Svensson"}.
{desc,"Serialization helpers for the Gajumaru."}. {desc,"Serialization helpers for the Gajumaru."}.
{package_id,{"otpr","gmserialization",{0,1,2}}}. {package_id,{"otpr","gmserialization",{0,1,2}}}.
{deps,[{"otpr","eblake2",{1,0,1}},{"otpr","base58",{0,1,1}}]}. {deps,[{"otpr","base58",{0,1,1}},{"otpr","eblake2",{1,0,0}}]}.
{key_name,none}. {key_name,none}.
{a_email,[]}. {a_email,[]}.
{c_email,[]}. {c_email,[]}.
@@ -13,5 +13,5 @@
{file_exts,[]}. {file_exts,[]}.
{license,skip}. {license,skip}.
{repo_url,"https://git.qpq.swiss/QPQ-AG/gmserialization"}. {repo_url,"https://git.qpq.swiss/QPQ-AG/gmserialization"}.
{tags,["blockchain","crypto","gm","gajumaru"]}. {tags,["blockchain","crypto","gm", "gajumaru"]}.
{ws_url,[]}. {ws_url,[]}.