Skip to content

Conversation

alex-semenyuk
Copy link
Member

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

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
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
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
Member Author

Interesting, the same error...

@EnriqueL8
Copy link
Contributor

@SupernaviX could you take a look at this one?

@EnriqueL8
Copy link
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
Copy link
Contributor

SupernaviX commented Jul 7, 2025

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
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
Contributor

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

@EnriqueL8
Copy link
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