9 Commits

Author SHA1 Message Date
tiero
1d203f964b upgrade action 2024-11-04 14:34:19 +01:00
Pietralberto Mazza
cbafbc422c Update actions (#174) 2023-01-31 11:30:41 +01:00
Pietralberto Mazza
6a7470349f Bump github.com/btcsuite/btcd to v0.23.4 (#173)
* Update deps

* Update CI
2023-01-31 10:46:29 +01:00
Marco Argentieri
cb810d65b3 goreleaser: Add windows target (#128)
* goreleaser: Add windows target

* bump go to 1.17
2021-12-16 11:55:25 +01:00
Marco Argentieri
70e22ba402 refactor codebase with urfave/cli (#120)
* clean

* load datadir with resources and start compose

* start --liquid

* check if is running already

* Add rpc command

* Add logs and faucet commands

* Add mint command

* Add push command

* Move state into dedicated pkg

* less code for isRunning check

* Add --ci flag to start command

* Add NIGIRI_DATADIR env var

* add update command

* Update readme, makefile and goreleaser

* update test gh action

* skip tests

* print endpoint in start command

* Add a default network to docker compose file.

Containers started through this docker compose file will be in this isolated network.
Note: the minimum version for the docker compose file format is 3.5 which introduces `name` for networks. This file format requires a docker engine version of 17.12.0+.

* add prerelease: auto

* makefile: release commands

* go version

* use global flag --datadir for the folder

* wrap datadir in variable

* use single compose file & move state to internal

* remove unused state keys

* return err in test

* docker-compose: use latest version

* print endpoint of services based on --liquid flag

Co-authored-by: Philipp Hoenisch <philipp@hoenisch.at>
2021-08-06 18:09:13 +02:00
Marco Argentieri
d582ffce57 Update test.yml 2021-07-16 16:24:03 +02:00
Marco Argentieri
8338b35955 remove travis and add test.yml as GHA (#117)
* remove travis and add test.yml as GHA

* Update test.yml
2021-07-16 16:20:16 +02:00
Marco Argentieri
a3f15bbd3b [gh-action] remove docker login step 2021-03-23 20:02:14 +01:00
Marco Argentieri
7c0fecbcf7 GH Action for release on tag 2021-03-23 19:55:27 +01:00