Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

fix: wait until the slot after a program is deployed #1309

Merged
merged 1 commit into from
May 24, 2023
Merged

Conversation

steveluscher
Copy link
Contributor

fix: wait until the slot after a program is deployed

Summary

solana-labs/solana#29654 introduced a delay between the slot a program is deployed and when it can be called. Let's build this into the loader now so as to remove a footgun from folks trying to call programs immediately after deploying them.

Test Plan

pnpm test:live-with-test-validator

## Summary

solana-labs/solana#29654 introduced a delay between the slot a program is deployed and when it can be called. Let's build this into the loader now so as to remove a footgun from folks trying to call programs immediately after deploying them.

## Test Plan

```
pnpm test:live-with-test-validator
```
@github-actions
Copy link
Contributor

🎉 This PR is included in version 1.77.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link
Contributor

github-actions bot commented Jun 8, 2023

Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant