Compare commits
10 Commits
v1.2.0
..
a221b905c2
| Author | SHA1 | Date | |
|---|---|---|---|
| a221b905c2 | |||
| 749f7943d8 | |||
| ece32da3e8 | |||
| 6fae7b4119 | |||
| 295799435b | |||
| 7046b9625d | |||
| 670fe59a21 | |||
| f37cec34da | |||
| e24ddef246 | |||
| 9124228ff4 |
@@ -7,8 +7,8 @@ jobs:
|
||||
runs-on: linux_amd64
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v3
|
||||
- name: eunit
|
||||
run: |
|
||||
. /home/act_runner/.erts/27.2.1/activate
|
||||
. /opt/act_runner/erts/27.2/activate
|
||||
./rebar3 eunit
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
[{base58,
|
||||
{git,
|
||||
"https://git.qpq.swiss/QPQ-AG/erl-base58.git",
|
||||
{ref, "e6aa62eeae3d4388311401f06e4b939bf4e94b9c"}}},
|
||||
{ref, "7290fa23664b4134d15da353061ac97aa158b332"}}},
|
||||
{enacl,
|
||||
{git,
|
||||
"https://git.qpq.swiss/QPQ-AG/enacl.git",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[{<<"base58">>,
|
||||
{git,"https://git.qpq.swiss/QPQ-AG/erl-base58.git",
|
||||
{ref,"e6aa62eeae3d4388311401f06e4b939bf4e94b9c"}},
|
||||
{ref,"7290fa23664b4134d15da353061ac97aa158b332"}},
|
||||
0},
|
||||
{<<"enacl">>,
|
||||
{git,"https://git.qpq.swiss/QPQ-AG/enacl.git",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
{author,"Hans Svensson"}.
|
||||
{desc,"Serialization helpers for the Gajumaru."}.
|
||||
{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}.
|
||||
{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