Skip to content

New Dashboard Beta introduces TAX optimized CSV Export

Compare
Choose a tag to compare
@phoenixkonsole phoenixkonsole released this 11 Apr 17:44
· 9 commits to 3.0.4 since this release
717dde1

There were no changes to QT / Core wallets. These stay at 3.0.4

Change Log:
Version 1.0 - Beta 04-A (18/03/2021)

This version enables the TAX button because a new utility has been introduced.

  • Pushing the 'TAX' button a new panel with tax-related utilities will be
    opened.
  • The new panel, at this time, has a function to retrieve the closing prices
    of Transcendence supported coins (Telos & XBTX), this data are provided by
    CoinGecko and can be picked selecting the currency, the year and the month
    of interest.
    Along the closing prices also a daily summary of your received, sent, stakes
    and rewards are provided, your wallets must be synchronized to correctly get
    this data as it is fetched from the dashboard internal database.
    The report is displayed into a listview and you have an option to export
    the generated data.

Version 1.0 - Beta 03-D (02/03/2021) INTERNAL BUILD

This is a quick-fix release to correct a couple of annoying problems.

  • When casting votes the program will not perform a funds check anymore on the
    default account since it uses 'sendtoaddress' and this check is not needed.
  • Send coins has been changed with the same logic as the above: if the user is
    sending to a single address the program will skip the funds check because it
    will use 'sendtoaddress' to send money. Instead, if the user is sending to
    multiple addresses 'sendmany' will be used and the funds check will be