Skip to content

Minor workflows fixes#38

Open
alex-semenyuk wants to merge 1 commit into
hyperledger:mainfrom
alex-semenyuk:fix-workflows
Open

Minor workflows fixes#38
alex-semenyuk wants to merge 1 commit into
hyperledger:mainfrom
alex-semenyuk:fix-workflows

Conversation

@alex-semenyuk

@alex-semenyuk alex-semenyuk commented Jun 7, 2025

Copy link
Copy Markdown
Member

Context

Minor workflows fixes - use latest version for actions/checkout

Important Changes Introduced

@alex-semenyuk alex-semenyuk requested a review from a team as a code owner June 7, 2025 08:45
@alex-semenyuk alex-semenyuk marked this pull request as draft June 7, 2025 09:10
@EnriqueL8

Copy link
Copy Markdown
Contributor

@SupernaviX

Error: request failed: {"error":"Could not sign transaction: error sending request for url (http://firefly-cardanosigner:8555/sign): client error (Connect): dns error: failed to lookup address information: Try again: failed to lookup address information: Try again","submissionRejected":true}

@SupernaviX

Copy link
Copy Markdown
Contributor

blocked on #40

@EnriqueL8 EnriqueL8 mentioned this pull request Jul 7, 2025
18 tasks
Signed-off-by: alexey semenyuk <alexsemenyuk88@gmail.com>
@alex-semenyuk alex-semenyuk marked this pull request as ready for review July 7, 2025 10:40
@alex-semenyuk

Copy link
Copy Markdown
Member Author

Interesting, the same error...

@EnriqueL8

Copy link
Copy Markdown
Contributor

@SupernaviX could you take a look at this one?

@EnriqueL8

Copy link
Copy Markdown
Contributor

Is this hostname added to /etc/hosts?

Error: request failed: {"error":"Could not sign transaction: error sending request for url (http://firefly-cardanosigner:8555/sign): client error (Connect): dns error: failed to lookup address information: Try again","submissionRejected":true}

@SupernaviX

SupernaviX commented Jul 7, 2025

Copy link
Copy Markdown
Contributor

The error from docker logs is

firefly-cardanosigner-1   | 2025-07-07T11:01:17.411655Z ERROR init_state: firefly_cardanosigner: error=EOF while parsing a value at line 2 column 0 config=FireflySignerConfig { api: ApiConfig { address: "0.0.0.0", port: 8555, info: Info { title: "FireFly Cardano Signer", summary: None, description: None, terms_of_service: None, contact: None, license: None, version: "", extensions: {} } }, file_wallet: Some(FileWalletConfig { path: "/wallet" }), log: LogConfig { level: "info" } }
firefly-cardanosigner-1   | Error: EOF while parsing a value at line 2 column 0

it looks like the configuration for the signer is either unavailable or malformed.

@SupernaviX

Copy link
Copy Markdown
Contributor

@Quantumplation @EnriqueL8 the wallet to use for this test is provided as a secret named DEMO_WALLET. When tests are run from a fork, they don't have access to that secret.

I'm not sure what the appropriate fix is. That secret is the signing key for a preview wallet; it's not extremely sensitive, but it probably shouldn't be committed in plaintext.

@EnriqueL8

Copy link
Copy Markdown
Contributor

Oh I see... so the way we normally do this is by approving runs on the PR from forks

@EnriqueL8

Copy link
Copy Markdown
Contributor

uhm that might not work we already have this
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants