issues
search
enkryptcom
/
enKrypt
Enkrypt: Ethereum, Polkadot and Web3 Wallet
https://www.enkrypt.com/
MIT License
332
stars
166
forks
source link
feat: enable rango rango swap on solana
#536
Closed
NickKelly1
closed
1 month ago
NickKelly1
commented
1 month ago
Enables Rango swap on Solana
Fixes issues where Rango provides third party signatures and they don't get processed properly
Fixes an issue where Rango Solana versioned transactions were sometimes parsed as legacy transactions
Fixes issues where Rango transactions don't have adequate priority fees (fixed on Rango's end)
Update Solana transaction block hashes where possible (not signed by third party) and necessary (too far behind) as close to signing as possible
More descriptive error message where user sends swap transaction with expired block hash
Minor performance improvements (using maps over arrays in some places)
Minor correctness improvements? (matching tokens by blockchain and address instead of just address)
Minor debug logging improvements
Extra comment documentation
Pass cancellation signals to Rango network calls
Add more cancel points
More descriptive naming of variables