orca-so / orca-sdks

Open-sourced typescript SDKs for Orca
MIT License
43 stars 10 forks source link

Estimate compute budget by simulating transaction #79

Closed wjthieme closed 3 months ago

wjthieme commented 3 months ago

In v1.18 the less CUs you request the more prio your tx gets. Starting in 1.18 it is important to not request the max (1.4M) CUs so that your tx can be prioritized accordingly. Added benefit is that you pay less priority fee since they are based on the requested CUs and not the actual CUs consumed.

This PR estimates a compute budget limit by simulating a tx