Now that we have all necessary features in this repo, it is CRUCIAL to build and run a neo-cli client on EVERY commit and PULL REQUEST.
In this sense, as in the past, a good way to do that is to use a dockerfile and a script that initializes the client and test some functionalities such as consensus, wallet, among others.
In the past we have done that using screen command.
Thus, the first PRs will go in this direction.
This issue will be further updated to split the task into different parts.
Now that we have all necessary features in this repo, it is CRUCIAL to build and run a neo-cli client on EVERY commit and PULL REQUEST.
In this sense, as in the past, a good way to do that is to use a dockerfile and a script that initializes the client and test some functionalities such as consensus, wallet, among others.
In the past we have done that using
screencommand.Thus, the first PRs will go in this direction.
This issue will be further updated to split the task into different parts.