Scott Green
Scott Green
Hi @imalmo, I've added a new parser for Gate.io, see https://github.com/BittyTax/BittyTax/commit/60d9e568892a628caaa88434c9b6d3147474daf2, looking for beta testers :)
Hi @imalmo, thanks for testing, glad it's working for you. I think the removal of USDTEST will have to be something you do manually. It's better that the parser records...
Hi @vinezillow, can you confirm the current header for the Accointing export file, is it as shown below, raised in this PR https://github.com/BittyTax/BittyTax/pull/271 ? https://github.com/BittyTax/BittyTax/blob/7d5cfc26fe48c11e5042d519e1851bceeb91d33d/bittytax/conv/parsers/accointing.py#L103-L108 Are you able to provide...
Hi @vinezillow, this has been fixed by this change https://github.com/BittyTax/BittyTax/commit/e3d0151712b12c0e9ea886d11392fd92b39eecd2. Please re-test.
Hi @big-shauny, @Roadrunneruk I've added a CEX.IO parser, see https://github.com/BittyTax/BittyTax/commit/6cc5401c45c0a7e684f62bab349f1a5761644502. Please test.
Thanks for testing it out. Is there nothing in the comment field for those `wallet_buy`/`wallet_sell `trades? i.e. `Bought 0.00245978 BTC at 59468.6 USD` Without this the parser won't know the...
Thanks for checking, it looks like it's not fit for purpose regarding trades. Is there any other exports for trades you can download?
Hi Andy, I'm not seeing any attachments when you respond via email. Please can you reply via GitHub and attach the download history, much appreciated. ![Screenshot 2023-02-14 at 11 42...
Thanks Andy, that example.csv file you sent parses and balances fine. So it's just the new types `wallet_buy` and `wallet_sell` which have an empty comment, they haven't broken the original...
I've added a fix for `wallet_buy` and `wallet_sell`, see https://github.com/BittyTax/BittyTax/commit/de4b21c26fa5af480f932c0c5edf934e624d70cf. Please re-test.