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

rust client: ix cu limits based on health compute cost #768

Merged
merged 2 commits into from
Nov 3, 2023

Conversation

ckamm
Copy link
Contributor

@ckamm ckamm commented Oct 31, 2023

Many instructions now return PreparedInstructions instead of a direct Instruction or Vec. That way they can keep track of the expected cu cost of the instructions for the compute limit instruction that gets added once all instructions are made.

@ckamm ckamm requested a review from microwavedcola1 October 31, 2023 09:47
Many instructions now return PreparedInstructions instead of a direct
Instruction or Vec<Instruction>. That way they can keep track of the
expected cu cost of the instructions for the compute limit instruction
that gets added once all instructions are made.
@ckamm ckamm force-pushed the ckamm/dynamic-cu-request branch from 58017b4 to edae113 Compare November 2, 2023 09:12
@github-actions github-actions bot added the program On-chain program changes label Nov 2, 2023
@ckamm ckamm merged commit f690514 into dev Nov 3, 2023
14 checks passed
@ckamm ckamm deleted the ckamm/dynamic-cu-request branch November 3, 2023 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
program On-chain program changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants