orca-so / orca-sdks

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

Fix a bug where priority fees are not sorted correctly to take the last 20 slots #72

Closed wjthieme closed 3 months ago

wjthieme commented 3 months ago

getRecentPrioritizationFees rpc method returns the list in an arbitrary order. In order to take the latest 20 slots we need to first sort the list of prioritization fees by slot.