Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order the address book by date #57

Open
cmihai opened this issue Feb 20, 2019 · 0 comments
Open

Order the address book by date #57

cmihai opened this issue Feb 20, 2019 · 0 comments
Assignees
Milestone

Comments

@cmihai
Copy link
Member

cmihai commented Feb 20, 2019

Describe the bug
Right now, the address book is returned (by calling the filteraddresses RPC) either unsorted, or sorted by label. When the user generates a new address, this address is therefore not the first in the list of displayed addresses on the "Receive" page, so the user has to scroll through the entire address book to find it and copy it (e.g. to receive a payment).

Expected behavior
When the user presses the New address button, the newly generated address replaces the previous one on the page, so the user can immediately copy it to clipboard or scan the associated QR code.

@cmihai cmihai added this to the 0.1 milestone Feb 20, 2019
@cmihai cmihai self-assigned this Feb 20, 2019
cmihai added a commit to cmihai/unit-e that referenced this issue May 3, 2019
This commit extends the `CAddressBookData` structure with a new field,
`timestamp`, representing the creation or modification time of the address.

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 implementing dtr-org/unit-e-desktop#57.

Signed-off-by: Mihai Ciumeica <[email protected]>
cmihai added a commit to cmihai/unit-e that referenced this issue May 3, 2019
This commit extends the `CAddressBookData` structure with a new field,
`timestamp`, representing the creation or modification time of the address.

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 implementing dtr-org/unit-e-desktop#57.

Signed-off-by: Mihai Ciumeica <[email protected]>
cmihai added a commit to cmihai/unit-e that referenced this issue May 7, 2019
This commit extends the `CAddressBookData` structure with a new field,
`timestamp`, representing the creation or modification time of the address.

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 implementing dtr-org/unit-e-desktop#57.

Signed-off-by: Mihai Ciumeica <[email protected]>
cmihai added a commit to cmihai/unit-e that referenced this issue May 7, 2019
This commit extends the `CAddressBookData` structure with a new field,
`timestamp`, representing the creation or modification time of the address.

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 implementing dtr-org/unit-e-desktop#57.

Signed-off-by: Mihai Ciumeica <[email protected]>
cmihai added a commit to cmihai/unit-e that referenced this issue May 7, 2019
This commit extends the `CAddressBookData` structure with a new field,
`timestamp`, representing the creation or modification time of the address.

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 implementing dtr-org/unit-e-desktop#57.

Signed-off-by: Mihai Ciumeica <[email protected]>
cmihai added a commit to cmihai/unit-e that referenced this issue May 7, 2019
This commit extends the `CAddressBookData` structure with a new field,
`timestamp`, representing the creation or modification time of the address.

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 implementing dtr-org/unit-e-desktop#57.

Signed-off-by: Mihai Ciumeica <[email protected]>
cmihai added a commit to dtr-org/unit-e that referenced this issue May 8, 2019
This commit extends the `CAddressBookData` structure with a new field,
`timestamp`, representing the creation or modification time of the address.

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 implementing dtr-org/unit-e-desktop#57.

Signed-off-by: Mihai Ciumeica <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant