The technical debt to solve: - [ ] information about compatibility between package and blockchain. - [ ] remove transactions fixtures in respect to the general one. https://github.com/Remmeauth/remme-core-cli/pull/56 - [x] create boolean form field for parameter `reverse`. - [x] remove line `reverse = '' if reverse else 'false'` — https://github.com/Remmeauth/remme-core-cli/blob/develop/cli/transaction/service.py#L41. - [x] reverse is bool, not string — https://github.com/Remmeauth/remme-core-cli/blob/develop/cli/transaction/service.py#L38. - [x] transactions_ids > ids (https://github.com/Remmeauth/remme-core-cli/blob/develop/cli/transaction/service.py#L29). - [x] https://github.com/Remmeauth/remme-core-cli/pull/12#discussion_r277454343. - [x] Add isort to the https://github.com/Remmeauth/remme-core-cli#requirements-1 section. - [x] References of the custom fields to the module documentation. - [x] Remove warnings (`RuntimeWarning: coroutine '' was never awaited`) from tests output. - [x] Remove unused folder `cli/clis/` from project (https://github.com/Remmeauth/remme-core-cli/tree/develop/cli/clis), https://github.com/Remmeauth/remme-core-cli/tree/develop/cli/services, https://github.com/Remmeauth/remme-core-cli/blob/develop/tests/__init.py. - [x] Remove `required=False` from `NodeUrlField` as it get valeu always. - [x] Remove blank [file for constans](https://github.com/Remmeauth/remme-core-cli/blob/develop/tests/constants.py) in test folder. - [x] The [_deserialize](https://github.com/Remmeauth/remme-core-cli/blob/a92a23d39f952382c87c297ece785a9e95709de6/cli/generic/forms/fields.py#L76) function should return [private_key](https://github.com/Remmeauth/remme-core-cli/blob/a92a23d39f952382c87c297ece785a9e95709de6/cli/generic/forms/fields.py#L80), not [value](https://github.com/Remmeauth/remme-core-cli/blob/a92a23d39f952382c87c297ece785a9e95709de6/cli/generic/forms/fields.py#L85). - [x] Add a particle `node` to variables [configurations](https://github.com/Remmeauth/remme-core-cli/blob/c155e9fc2471a934675831ad7b330708a6e4e3e2/cli/node/service.py#L33) and [peers](https://github.com/Remmeauth/remme-core-cli/blob/c155e9fc2471a934675831ad7b330708a6e4e3e2/cli/node/service.py#L47) in the [Node](https://github.com/Remmeauth/remme-core-cli/blob/c155e9fc2471a934675831ad7b330708a6e4e3e2/cli/node/service.py#L14) class. - [x] Refactor test cases documentation. - [x] Refactor documentation in the [node forms](https://github.com/Remmeauth/remme-core-cli/blob/develop/cli/node/forms.py#L11). https://github.com/Remmeauth/remme-core-cli/pull/24: - [x] Add https://github.com/Remmeauth/remme-core-cli#atomic-swap to the documentation tree. https://github.com/Remmeauth/remme-core-cli/pull/35: - [x] `NodeURLField` to `NodeUrlField` as acronyms should count as one word. - [x] `ADDRESS` > `ACCOUNT_ADDRESS`. - [x] Leave the note that the configuration file does not work on Windows. - [x] Remove `nodes` header and leave text under `Usage` — https://github.com/Remmeauth/remme-core-cli#nodes. - [x] Check if `allow_none=True` could be removed from `NodeURLField` (https://github.com/Remmeauth/remme-core-cli/pull/23#discussion_r278047187.). - [x] `non existing` > `non-existing`. - [x] https://github.com/Remmeauth/remme-core-cli/pull/18/files#diff-2eeaed663bd0d25b7e608891384b7298R30. - [x] Unify tests names. - [x] Parametrize node URL tests (http, https). - [x] 127.0.0.1 does not work as node URL. - [x] Add exception handling to account commands (https://github.com/Remmeauth/remme-core-cli/pull/26#issuecomment-485822720). https://github.com/Remmeauth/remme-core-cli/pull/32: - [x] Remove all `__init__.py` from tests. https://github.com/Remmeauth/remme-core-cli/pull/26: - [x] Move from fields validation using functions to custom fields. - [x] Move details implementation from cli to service. - [x] `Install the package from the PypI through pip` > `Install the package from the PyPi through pip`. - [x] Commands does not work with localhost.
The technical debt to solve:
#56
reverse.reverse = '' if reverse else 'false'— https://github.com/Remmeauth/remme-core-cli/blob/develop/cli/transaction/service.py#L41.RuntimeWarning: coroutine '' was never awaited) from tests output.cli/clis/from project (https://github.com/Remmeauth/remme-core-cli/tree/develop/cli/clis), https://github.com/Remmeauth/remme-core-cli/tree/develop/cli/services, https://github.com/Remmeauth/remme-core-cli/blob/develop/tests/__init.py.required=FalsefromNodeUrlFieldas it get valeu always.nodeto variables configurations and peers in the Node class.#24:
#35:
NodeURLFieldtoNodeUrlFieldas acronyms should count as one word.ADDRESS>ACCOUNT_ADDRESS.nodesheader and leave text underUsage— https://github.com/Remmeauth/remme-core-cli#nodes.allow_none=Truecould be removed fromNodeURLField(Implement transfer tokens to address #23 (comment).).non existing>non-existing.#32:
__init__.pyfrom tests.#26:
Install the package from the PypI through pip>Install the package from the PyPi through pip.