docs: add instructions for setting additional fees during network congestion#90
docs: add instructions for setting additional fees during network congestion#90rishi-jat wants to merge 2 commits intoSuperteamDAO:masterfrom
Conversation
|
Hi, this is not correct because Solathon does not have |
|
Hi! Sorry about that I misunderstood the purpose of the issue. I now realize that the ComputeBudgetProgram class doesn’t exist yet and the goal is to implement it, not just add documentation for it. |
|
I have now implemented the ComputeBudgetProgram class in the core library as requested, including both set_compute_unit_limit and set_compute_unit_price methods. Unit tests have also been added to cover these new methods. The documentation and usage examples now accurately reflect the current implementation. Please take a look at the updated PR when you have a chance. Let me know if any further changes are needed! make this short and simple |
|
Hi @GitBolt, could you please review my PR whenever you get a chance? |
The ComputeBudgetProgram class is now implemented as requested.
close:#88
Let me know if you need any further changes!