Skip to content

Commit 6e3a590

Browse files
committed
merge 'main'
2 parents a931db0 + 17afb2c commit 6e3a590

File tree

221 files changed

+8480
-1084
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

221 files changed

+8480
-1084
lines changed

.github/workflows/test-client.yml

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ on:
3131
required: false
3232
type: string
3333
default: https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/pre-release-preview/genesis.vkey
34+
transactions_hashes_to_certify:
35+
description: Comma separated list of transactions hashes to test certification on.
36+
required: false
37+
type: string
3438
enable_debug:
3539
description: Enable debug output ("-vvv") for the mithril-client calls
3640
required: true
@@ -193,6 +197,7 @@ jobs:
193197
run: |
194198
echo "AGGREGATOR_ENDPOINT=${{ inputs.aggregator_endpoint }}" > ./www-test/.env
195199
echo "GENESIS_VERIFICATION_KEY=$(curl -s ${{ inputs.genesis_verification_key }})" >> ./www-test/.env
200+
echo "TRANSACTIONS_HASHES_TO_CERTIFY=${{ inputs.transactions_hashes_to_certify }}" >> ./www-test/.env
196201
197202
- name: Start the server
198203
working-directory: mithril-client-wasm

0 commit comments

Comments
 (0)