Skip to content

Releases: steppsr/getxchtx

v0.3.2

01 Jul 20:14
24ab202
Compare
Choose a tag to compare

Changes:

  • Added filter to jq when building the all transactions file to keep older versions of jq from having issues.

New features:

  • Added a command option called 'basic' for displaying even fewer fields in the result.

Thanks to @MFriedmann for pointing out the jq filter issue & how to resolved it.

v0.3.1

11 Apr 00:58
bd0d694
Compare
Choose a tag to compare

Changes:

  • Rewrite so filters are not in a big nested if statement. Use continue to jump to next iteration instead.

New features:

  • Add a command option for filtering based on transaction amount.

v0.3.0

10 Apr 21:50
859a16f
Compare
Choose a tag to compare

New features:

  • Add a command option for sorting. Either ASC for ascending (oldest to newest) or DESC for descending (newest to oldest).
  • Add a command option for selecting wallet id to pull transactions from.
  • Add a command option for start & end indexes for transactions to pull out of the wallet db.
  • Add a command option for selecting a specific Transaction Type to filter the list by.

v0.2.0

10 Apr 04:48
859a16f
Compare
Choose a tag to compare

Changes:

  • Rewrite of extract into one script.
  • Pull all transactions from wallet db and save into json file.
  • CSV file is built from only the json, no longer needing to run chia commands.

New Features:

  • Command line option to specify from which year to get records.
  • Command line option for verbose which will include all fields. The default is condensed, fewer fields.

v0.1.0

10 Apr 04:25
859a16f
Compare
Choose a tag to compare

New Features:

  • Will generate a list of transactions for Chia (XCH) into a CSV file.