Closed buhtignew closed 1 month ago
In the latest two commits I have fixed the first issue alongside other improvements of the address list
command.
I couldn't reproduce the second issue - if I understand correctly, after one run of address list -k
you got also a different output with address list
without -k
?
It's possible that you just had updated to a buggy intermediate version when I was still working on the command, so can you re-check with the latest code if this still happens? It's difficult for me to imagine the logic behind that issue, because the keyring labels and the entries from the extended configuration file normally cannot affect each other.
In the latest two commits I have fixed the first issue alongside other improvements of the address list command.
The issue is solved indeed.
...if I understand correctly, after one run of address list -k you got also a different output with address list without -k?
Correct
It's possible that you just had updated to a buggy intermediate version when I was still working on the command
I think your guess is true.
...can you re-check with the latest code if this still happens?
The output of address list
hasn't changed, it still cuts all the words of the label except the first one, although the labels aren't changed: if I want to use them I should utilize the full version, not the address list
's.
I remember we've got some similar issue in the beginning of our testings. Maybe I should do some kind of scanning in order to restore the previous appearance of the addresses?
I found the bug and fixed it (commit 59d6bd0). It had to do with the ways the labels are "cut" because they also include the network in the configuration file, and I had added a new function as part of the changes in the last week, which had a flaw.
As the bug was obvious, testing is not needed. If there are no further questions this can be closed.
I was about to test the
address cache
command with the-k
flag so I've tried to list the keyring addresses I have using theaddress list -k
command, but got the following output:So I've run
address set keyring_new mq1jZAiu8NoL3U3Ed7YiDdfjmY5t6Zphvq -k
and thenaddress list -k
and theaddress list -k | grep keyring_new
command outputs as following:Moreover after I've run
address list -k
theaddress list
command has begun outputting the following:While previously it was like this: