Releases: steppsr/getxchtx
Releases · steppsr/getxchtx
v0.3.2
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
v0.3.0
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
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.