-
Notifications
You must be signed in to change notification settings - Fork 0
Feature_Requests
Issue 129
As suggested by you https://github.com/slimcoin-project/pacli/issues/112#issuecomment-2156177288 some of the features that may be desirable from my point of view are not that urgent from your point of view as now. So I've thought to create a wish list in order to keep track of the features to possibly implement in the next version(s). If something I've put here can be improved or replaced with a better solution, please reply so I'll change the wish list. Of course you are welcome to add features in the wish list if you want.
Here are the improvements I'd like us to consider:
I'd like us to substitute the blank lines in the token list output in case of the multiple labels with the full information about the deck to keep the token list, transaction list and address list outputs consistent in case of multiple labels (see the issue
https://github.com/slimcoin-project/pacli/issues/112).
I'd like us to find the way to solve the message
/usr/lib/python3.12/functools.py:58: ResourceWarning: unclosed <socket.socket fd=8, family=1, type=1, proto=0, raddr=/run/user/1000/bus> getattr(wrapper, attr).update(getattr(wrapped, attr, {}))
when using the address list -k command, since it seems like it's already hidden/solved in case of address list -a -k output, for instance (see the issue https://github.com/slimcoin-project/pacli/issues/124).
By implementing the courtesy message for the -w flag used with the address list command we've broken the principle we've been following so far (if I've got it right) to just ignore the wrong combination of flags. If we decide to keep that message I'd like us to introduce it for the -o flag in the same command as well and to make it a little be more gentle, i.e. something like "please check the flag usage running address list -h command" instead of "read the help" (see the issue
https://github.com/slimcoin-project/pacli/issues/122).