Better support for the XRP Ledger - fees, DEX and tokens such as (CasinoCoin CSC and Sologenic SOLO)

Could we get some better support for XRP, one of the oldest blockchains around. It’s been top 10 for almost a decade.
I’m sure the folks at https://xrplf.org/ and https://xrpl.org/ would be happy to help!

FEES
The current Koinly XRP API records fees separately to their relevant transactions. This needlessly doubles the number of transactions in our accounts pushing us up into the higher pricing tiers unless we enter all our XRPL transactions manually.

The only time we should have separate fee transactions coming through by themselves is when a fee has been burned to perform a non-balance changing action on the XRPL account - eg. establishing a new trust line or changing account settings.

DEX
On-chain XRPL DEX trades between XRPL tokens (eg. the native XRP token, Sologenic (SOLO) CasinoCoin (CSC) and the many IOU tokens issued by Bitstamp and Gatehub) currently often do not import correctly via the XRP address sync API.

If an order fills over multiple trades, with multiple other buyers/sellers, the API will only record the first trade.

eg. trading 100 XRP for 14,800 CSC. The order first fills 25 XRP for 3,700 CSC, then finishes filling the order with 75 XRP for 11,100 CSC. The API will register a withdrawal of 25 XRP and a deposit of 3,700 CSC, it ignores the second trade, and despite both the deposit and the withdrawal having the same TX id, it wont merge them into a trade.

TOKENS
I don’t have enough other tokens to test this issue more widely, but atleast with Sologenic SOLO tokens, I’m getting some errors which I suspect is related to a missing conversion between alphanumeric and hexadecimal code somewhere along the line.

“534F4C4F00000000000000000000000000000000 & SOLO balances do not match what you actually have on the wallet. Click for more info”

1

“53 4f 4c 4f 0d 0a” converted from HEX to text = “SOLO”

Many thanks in advance!
-Andrew

PS. the Koinly wallet is still using the Ripple icon rather than the new XRP ‘X’ icon