Releases: dan-da/bitprices
Emergency patch for bitcoinaverage API change.
api.bitcoinaverage.com stopped accepting connections yesterday. This release uses the newer apiv2.bitcoinaverage.com, with modified API calls.
bitprices-v1.0.7
bitprices-v1.0.6
This release has fixes in the blockchain API classes.
fix: unconfirmed tx with missing blocktime was causing exception using btcd
fix: missing start_time, end_time for insight::normalize_transactions.
fix: toshi in_period check not parsing date first
bitprices-v1.0.5
This release has a critical bug fix.
The previous release was not calculating intra-wallet transfers correctly when transaction input contains multiple addresses.
bitprices-v1.0.4
As of version 1.0.4, the tool identifies transfers between wallet addresses
and excludes them from reports by default. As such, movements to change
addresses will not be included in reports or calculations.
The --include-transfer flag can be used to include these transfers in reports.
They will not be included in realized gain calculations (FIFO/LIFO) but will
be included in column totals.
The behavior in 1.0.4 has changed since 1.0.3. In particular, bitprices now
splits sales rows to indicate 3rd party payments vs wallet transfers.
If desired, the 1.0.3 behavior can be obtained by using the --disable-transfer
flag. In this mode, wallet transfers will not be detected and sales rows will
not be split.
bitprices-v1.0.3
This is an important bugfix release.
I fixed a bug in the LIFO calculations that caused Buys to be processed after Sells when they occur in the same transaction. For correct results, Buys must be processed before Sells.
bitprices-v1.0.2
This is a minor bugfix release:
- Fixes exception when an address is queried against btcd that does not have any transactions.
bitprices-v1.0.1
This is a big release.
Major changes:
- re-worked standard report templates
- new option to summarize transactions (old behavior) or display each input/output in its own row for more detail.
- implemented realized_gain (FIFO and LIFO). experimental.
- added schedule_d and matrix reports. (similar to libratax). experimental.