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 Commitment Parameter to Solana JSON RPC Client #57

Closed
wants to merge 1 commit into from

Conversation

suhasasumukh
Copy link
Contributor

The "commitment" parameter is included in the RPC requests made by the client and the validation logic for the "commitment" parameter has been integrated as well

This PR fixes #41

@GitBolt
Copy link
Collaborator

GitBolt commented Apr 16, 2024

Sorry for the delay. Appreciate the change however right now the structure is a bit different and we have commitment in individual methods defined as well. Might lead to conflicting structure. I think we overall need a revamp with how commitments are set tbh. Closing this for now due to the conflicting structure concern, but feel free to re-open if you can re-establish a better commitment passing structure so that we dont have to repeat it in specific instruction function from Client class

@GitBolt GitBolt closed this Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add commitment to RPC request
2 participants