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

Add Speculative Execution for livenet deploys. #446

Open
zie1ony opened this issue May 20, 2024 · 1 comment
Open

Add Speculative Execution for livenet deploys. #446

zie1ony opened this issue May 20, 2024 · 1 comment

Comments

@zie1ony
Copy link
Contributor

zie1ony commented May 20, 2024

No description provided.

@github-project-automation github-project-automation bot moved this to 🆕 Discuss in ⚔️Tavern 🐉 May 20, 2024
@zie1ony zie1ony moved this from 🆕 Discuss to 🔖 Ready in ⚔️Tavern 🐉 May 20, 2024
@zie1ony
Copy link
Contributor Author

zie1ony commented May 22, 2024

Try to catch 'speculative_exec' is not a supported json-rpc method on this server and then communicate gas need to be set manually.

pub enum GasStrategy {
   SpeculativeFirst,
   ManualIfSetThenSpeculative,
   ManualFirst // skips sepeculative
}

Maybe add livenet_env.set_gas_strategy(GasStrategy::ManualOnly)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🔖 Ready
Development

No branches or pull requests

1 participant