Create a dockerfile for neo-cli to run and test basic functionalities #3256
Labels
Consensus
Module - Changes that affect the consensus protocol or internal verification logic
Enhancement
Type - Changes that may affect performance, usability or add new features to existing modules.
Feature
Type: Large changes or new features
Unit Tests
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.
The text was updated successfully, but these errors were encountered: