Skip to content

Tags: Janaka-Steph/nigiri

Tags

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor codebase with urfave/cli (vulpemventures#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 <[email protected]>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use GH container registry images (vulpemventures#118)

* Use GH container registry images

* Change images in constant

* Update nigiri images constants

* Remove checks to print the version of nigiri CLI

* add fallbackfee to bitcoin.conf & elements.conf

* commented bitcoin push test

v0.0.12

Toggle v0.0.12's commit message
bump liquid with ghcr.io/vulpemventures/elements

v0.0.11

Toggle v0.0.11's commit message
add --rpcwallet flag to rpc command

v0.0.10

Toggle v0.0.10's commit message
faucet command with asset and amount

v0.0.9

Toggle v0.0.9's commit message
commands: rpc, faucet, mint & push

v0.0.8

Toggle v0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improving logs help (vulpemventures#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 <[email protected]>
Co-authored-by: FrancisMars <[email protected]>

v0.0.8-alpha

Toggle v0.0.8-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improving logs help (vulpemventures#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 <[email protected]>
Co-authored-by: FrancisMars <[email protected]>

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use --parent-network=regtest in Electrs-Liquid; txindex=1 in Elements…

….conf (vulpemventures#69)

* Update docker-compose-regtest-liquid.yml

* Update elements.conf

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md (vulpemventures#67)