* added version command and goreleaser
* added release to Makefile. adapted build and clean scripts to gorelease. changed version short text output
* reverted clean and build scripts. changed path for builds
* added dist field to goreleaser
* added post hook
* disabled archiving
* added archive name template
* changed archive name template
* changed archive name template
* changed goreleaser.yml
* removed pre hooks
* added mint command
* added mint test command
* changed error message
* changed error message
* changed api host address
* changed mint tests
* changed mint tests 2
* handled unmarshalling errors
* added short function to mint tests
* fixed unmarshall of mint
* return text changes
* added error check for status code in mint
* added faucet command
* chopsticks ports imported from env
* changed order of assignments
* test: sleep after start nigiri
* sleep after each strat and each stop
* small changes on faucet
* added check for txId
* json err control
* correcting json err control
* small fixes
* fixes on faucet command
* http.StatusOK
* try with 0.0.0.0 interface
* try with 127.0.0.1 interface
* fixes in travis
Co-authored-by: Marco Argentieri <3596602+tiero@users.noreply.github.com>
* changes for new version of esplora image
* add electrs port and esplora url env vars in compose yaml files
* wrap viper methods into Config type and use constants package
* add controller to interact with nigiri resources:
* .env for docker-compose
* docker daemon
* json config file
* add use of constants and config packages and change start flag from --port to --env
* add package for global constants and variables
* add use of controller and constants packages instead of local methods and vars
* bump version
* use contants in logs command tests
* disable liquid faucet for next release
* use vars instead of hardcoding services external ports
* add .env to gitignore
* change paths
* add --ports flag to set services external ports
* remove roadmap
* fix change paths
* scratch ~/.nigiri when running script install
* fix compose files and add esplora containers
* refactor
* use docker lib to check containers
* collapse commands in order to have just start and stop
* move from command to flag for version
* update README
* fix docker checks