You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.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.
The text was updated successfully, but these errors were encountered: