-
Notifications
You must be signed in to change notification settings - Fork 45
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
Compute budget reimbursement + configuration #430
Conversation
Include SetComputeUnitPrice in reimbursement calculation
configuration for setting fees
Already handled by the if condition right before.
Had to manually run the smoke test CI because of the breaking config interface changes that are not in core develop. Here's the custom run: https://github.com/smartcontractkit/chainlink-solana/actions/runs/4175643462/jobs/7231139217 |
note: merging without e2e test passing because of corresponding changes needed in core. however the test do pass when run against the correct branch (as shown above) |
Combining PRs
Note: CL nodes shouldn't upgrade until the program is first upgraded.
#405 (comment)
E2E CI won't pass because of required changes on the core side - corresponding changes: smartcontractkit/chainlink#7943