BittyTax / BittyTax

Crypto-currency tax calculator with support for all popular wallets, exchanges, explorers and migration from other crypto tax platforms
GNU Affero General Public License v3.0
407 stars 111 forks source link

Fantom Opera Support #262

Open mikhailkups opened 2 years ago

mikhailkups commented 2 years ago

The Etherscan and BSCscan conversions are amazing. I tried to use bittytax_conv on some data from Fantom Opera chain and got some errors. I tried both adding a new parser and merger for Ftmscan, but there must be more to it than that. I also tried changing "FTM" to "ETH" in the data files, which seemed to work, except that the data wasn't entirely accurate regarding my balance of FTM.

mikhailkups commented 2 years ago

After further investigation, the reason my FTM balance was off is that there were failed transaction included as real trades. However, these transactions didn't list any details in the "Status" column or otherwise have any indication that these transactions failed. This must be an issue with ftmscan.com.

nanonano commented 1 year ago

Is there anything in the ErrCode field for the failed transactions?

nanonano commented 5 months ago

Hi @mikhailkups, I've added a parser and merge parser for FTMScan, see https://github.com/BittyTax/BittyTax/commit/da9b963c31a02ddb19f95e87cd2e1877845e786b.

Please re-test and let me know if you still have problems.