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

cli: Accept integers for warp_slot #3235

Conversation

acheroncrypto
Copy link
Collaborator

Problem

solana-test-validator's warp_slot option is of type Option<Slot>, and Slot is defined as u64. However, this is incompatible with our definition:

pub warp_slot: Option<String>,

Summary of changes

Change the warp_slot type to Option<u64> to be compatible with solana-test-validator's definition.

Copy link

vercel bot commented Sep 9, 2024

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

A member of the Team first needs to authorize it.

@acheroncrypto acheroncrypto merged commit e48e7e6 into coral-xyz:master Sep 9, 2024
0 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant