Irys-xyz / arweave-js-sdk

JS SDK for Irys on Arweave
110 stars 95 forks source link

Priority Fees for Solana #128

Closed wisefool769 closed 6 months ago

wisefool769 commented 6 months ago

The Solana network is quite congested at the moment. Transaction priority fees don't seem to be wired in for payments in SOL. There seems to be a to-do in https://github.com/Irys-xyz/js-sdk/blob/9d9f626a2baeaa3905483d21ac72ce666de7c557/src/web/tokens/solana.ts#L106 to use the currently unused _fee parameter in createTx. This is almost essential these days.

JesseTheRobot commented 6 months ago

Hey @wisefool769 , thanks for the issue. This should be resolved by #129