dtr-org / unit-e

A digital currency for a new era of decentralized trust
https://unit-e.io
MIT License
45 stars 15 forks source link

Add timestamps for address book entries #1060

Closed cmihai closed 5 years ago

cmihai commented 5 years ago

This pull request extends the CAddressBookData structure with a new field, timestamp, representing the time when a Unit-e address was created or modified.

It also adds a new argument to the filteraddresses RPC call, which allows sorting by the timestamp field, either in ascending or descending order.

Required for sorting addresses by date in a desktop wallet.