Commit Graph

20 Commits

Author SHA1 Message Date
Francis
88fca5db00 Add faucet command (#93)
* 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>
2020-09-11 19:13:43 +01:00
Marco Argentieri
7305077cff Improving logs help (#88)
* added container_names

* removed deprecated links directive

* changed container_name related documentation

* added necessary dependencies

* added dependency

* improved help from Logs

* changed Services to global var

* Some fixes on logs helper

* fixes on logs helper

* logs helper changed if logic

* changed services string spacing

Co-authored-by: FrancisMars <francisconlm@hotmail.com>
Co-authored-by: FrancisMars <11526661+francismars@users.noreply.github.com>
2020-09-08 18:41:32 +01:00
Steve Myers
f1ada2f3a6 expose bitcoin peer port to users (#78)
* expose bitcoin peer port to users

* expose liquid peer port to users

* fix formatting errors
2020-07-28 17:54:12 +02:00
Pietralberto Mazza
31dadb20a9 bump v0.0.5 (#64) 2019-12-09 16:16:37 +01:00
Pietralberto Mazza
e02c2fdd0d Changes for new version of esplora image (#62)
* 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
2019-12-09 15:58:32 +01:00
Pietralberto Mazza
1a1f9a2505 Restart containers & Liquid update (#49)
* change paths

* update liquid conf since using elements

* add restart option to containers

* polish drone & change paths
2019-06-18 23:42:46 +02:00
Pietralberto Mazza
a15ab62440 Fix CI (#45)
* add git

* remove openssh

* start CI build

* stop nigiri after failing test

* remove clean script
2019-05-21 17:17:13 +02:00
Pietralberto Mazza
e266a82dca Tests (#44)
* use uname -s instead of $OSTYPE

* tests
2019-05-21 15:39:32 +02:00
Marco Argentieri
62311fe2a2 Update flags.go 2019-05-18 21:43:48 +02:00
altafan
e9862b2a26 fix log liquid node 2019-05-18 18:24:11 +02:00
Pietralberto Mazza
03a3e4f875 Logs command and node fixes (#42)
* change paths

* fix log message in commands

* add rpcbind to config

* add logs command

* fix change paths
2019-05-18 18:07:04 +02:00
Pietralberto Mazza
85da5c7864 Enhancements (#39)
* change paths

* add --project-directory to docker-compose command

* fix passing .env to compose

* add clean script

* remove comment

* fix get env path

* update README

* fix change paths
2019-05-16 23:21:43 +02:00
Pietralberto Mazza
b7a61e9db1 Fix hardcoded ports & logs (#27)
* 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
2019-05-14 18:54:21 +02:00
Pietralberto Mazza
d28302a2c7 Expose electrum RPC port and log service addresses at start (#26)
* move resources/ outside cli/ & expose electrs RPC port

* log service addresses when starting nigiri & minor fixes
2019-05-10 19:04:41 +02:00
Pietralberto Mazza
afc90554ff add chopsticks & fix build order & fix electrs cors (#23) 2019-05-03 17:12:43 +02:00
Pietralberto Mazza
58887d3c93 Enhancements (#21)
* 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
2019-05-02 11:53:12 +02:00
Marco Argentieri
21f1ac37ba unused variable and import (#15) 2019-04-05 19:11:22 +02:00
altafan
495f6f1115 refactor:
* remove init command
* add use of docker volumes
* pull images from docker hub
* create start stop delete commands
* add resources folder
2019-04-05 14:27:09 +02:00
altafan
2385689372 add version command 2019-03-29 11:14:02 +01:00
altafan
f0390b2d88 add cli 2019-03-29 11:04:52 +01:00