Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cardano signatures are not produced on testing-sanchonet and testing-mainnet #1681

Closed
13 tasks done
jpraynaud opened this issue May 16, 2024 · 1 comment
Closed
13 tasks done
Assignees
Labels
bug ⚠️ Something isn't working

Comments

@jpraynaud
Copy link
Member

jpraynaud commented May 16, 2024

Why

Cardano transactions are not produced consistently on the testing-sanchonet and testing-mainnet. The problem is not occurring on the testing-preview network which is running the same code as testing-sanchonet.

What

Investigate and fix the problem which prevent consistent signing.

How

  • Investigate the problem on the signature process
    • testing-sanchonet: parse problem with some blocks
      • Activate GitHub environment variable AGGREGATOR_ALLOW_UNPARSABLE_BLOCK to true
      • File a bug on pallas repository
    • testing-mainnet:
      • timeout when importing some immutable files
  • Fix the signature process
    • testing-sanchonet:
      • Apply patch
      • Rollback GitHub environment variable AGGREGATOR_ALLOW_UNPARSABLE_BLOCK to false
      • Reset Cardano transactions stores of aggregator and signers
    • testing-mainnet:
      • Apply patch for timeout
@jpraynaud jpraynaud added the bug ⚠️ Something isn't working label May 16, 2024
@dlachaume dlachaume self-assigned this May 16, 2024
@jpraynaud
Copy link
Member Author

I commented on the issue txpipe/pallas#410 (comment) with the problem that we have noticed with blocks parsing with pallas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ⚠️ Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants