-
Notifications
You must be signed in to change notification settings - Fork 45
Feature Requests
eprbell edited this page Feb 25, 2022
·
3 revisions
This document keeps track of features/bugs being discussed in Issues:
Implemented/Fixed:
- added column (and transaction constructor parameter) called unique_id to keep track of hash (see issue 5): addresses are not necessary because they can be derived from hash. The unique_id can be used for hash with IntraTransactions and for exchange-specific unique_id in In/OutTransaction
- from/to date filter (issue 4): restricts RP2 calculations to the specified time interval. See -f and -t command line options.