coral-xyz / anchor

⚓ Solana Sealevel Framework
https://anchor-lang.com
Apache License 2.0
3.36k stars 1.25k forks source link

[cli] idl_write to wait for buffer being finished #3020

Open ochaloup opened 2 weeks ago

ochaloup commented 2 weeks ago

On deploying IDL I struggle with trouble around failing to push the data to the buffer which ends with unfinished upload and failure to post the IDL on-chain.

The issue is that for me the client.send_and_confirm_transaction_with_spinner may fail on not being confirmed (with some blockhash not found or similar) while it still landed on the chain. With that, any follow-up retry always fails.

My fix to get the IDL uploaded eventually is provided here as draft-PR and I would like to check if that makes sense to somebody else or if there is a different way to manage this.

vercel[bot] commented 2 weeks ago

@ochaloup is attempting to deploy a commit to the coral-xyz Team on Vercel.

A member of the Team first needs to authorize it.