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

Solana 1.18.8 hangs when deploying #35529

Closed
b1acKr0se opened this issue Apr 24, 2024 · 1 comment
Closed

Solana 1.18.8 hangs when deploying #35529

b1acKr0se opened this issue Apr 24, 2024 · 1 comment
Labels
community Community contribution

Comments

@b1acKr0se
Copy link

Problem

When running solana program deploy with solana v1.18.8, the process will hang indefinitely and not resign/resend transactions after a while. There's no 5 retries like previous versions.

⠲   1.6% | Resent 1132 transactions...              [block height 241935494; re-sign in 0 blocks] 

This causes the buffer account's seed phrase to never be printed, therefore we can't resume the deploy, we can only close the account through solana program close.

Proposed Solution

It should throw an error together with the seed phrase of the buffer account like it did before, so we know when to restart/resume the deploy.

@b1acKr0se b1acKr0se added the community Community contribution label Apr 24, 2024
Copy link
Contributor

This repository is no longer in use. Please re-open this issue in the agave repo: https://github.com/anza-xyz/agave

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Community contribution
Projects
None yet
Development

No branches or pull requests

1 participant