mirror of
https://github.com/planetmint/planetmint-go.git
synced 2026-03-11 11:14:45 +00:00
379 create redeem claim does not call service (#383)
* feat: add rddl-claim-service/client --------- Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com> Signed-off-by: Julian Strobl <jmastr@mailbox.org> Co-authored-by: Julian Strobl <jmastr@mailbox.org>
This commit is contained in:
committed by
GitHub
parent
937104b3cd
commit
b0f8516cd6
48
.github/workflows/audit.yaml
vendored
48
.github/workflows/audit.yaml
vendored
@@ -15,6 +15,18 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Checkout dependency
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: rddl-network/bc-slip39-go
|
||||
path: bc-slip39-go
|
||||
|
||||
- name: Build dependency
|
||||
run: |
|
||||
pushd bc-slip39-go
|
||||
./deps.sh
|
||||
popd
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
@@ -87,6 +99,18 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Checkout dependency
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: rddl-network/bc-slip39-go
|
||||
path: bc-slip39-go
|
||||
|
||||
- name: Build dependency
|
||||
run: |
|
||||
pushd bc-slip39-go
|
||||
./deps.sh
|
||||
popd
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
@@ -108,6 +132,18 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Checkout dependency
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: rddl-network/bc-slip39-go
|
||||
path: bc-slip39-go
|
||||
|
||||
- name: Build dependency
|
||||
run: |
|
||||
pushd bc-slip39-go
|
||||
./deps.sh
|
||||
popd
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
@@ -156,6 +192,18 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Checkout dependency
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: rddl-network/bc-slip39-go
|
||||
path: bc-slip39-go
|
||||
|
||||
- name: Build dependency
|
||||
run: |
|
||||
pushd bc-slip39-go
|
||||
./deps.sh
|
||||
popd
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user