Skip to content

Conversation

@neithanmo
Copy link
Collaborator

The gateway service was failing to initialize properly because the escrow contract wasn't being funded correctly. This was causing the gateway's health check to fail with connection reset errors, even though the container was running.

  • Added proper error handling and logging for the escrow funding process
  • Integrated the escrow funding into the main setup script at the correct point (after gateway deployment, before health check)

This also has the benefit of using local-network configuration directly in our funding instead of defining constants.

Note

Previous funding script remains in place, maybe useful out of the local-testnet setup

@coveralls
Copy link

coveralls commented May 19, 2025

Pull Request Test Coverage Report for Build 15119028081

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.07%) to 72.384%

Totals Coverage Status
Change from base Build 15117130549: 0.07%
Covered Lines: 8812
Relevant Lines: 12174

💛 - Coveralls

This fixes an issue with the gateway not being fully deploy
@neithanmo neithanmo force-pushed the fix/local-testnet branch from bddabbc to 93ef6af Compare May 19, 2025 17:08
Copy link
Collaborator

@suchapalaver suchapalaver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love how you're learning more and more about the system!

@neithanmo neithanmo merged commit 3d7e811 into main May 19, 2025
10 checks passed
@neithanmo neithanmo deleted the fix/local-testnet branch May 19, 2025 17:18
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.

4 participants