Skip to content

Releases: vulpemventures/nigiri

v0.2.1

10 Aug 12:16
400689b
Compare
Choose a tag to compare

Changelog

400689b Update faucet.go

v0.2.0

06 Aug 16:13
70e22ba
Compare
Choose a tag to compare

Changelog

70e22ba refactor codebase with urfave/cli (#120)

v0.1.0

16 Jul 16:22
e385558
Compare
Choose a tag to compare

Changelog

d582ffc Update test.yml
e385558 Use GH container registry images (#118)
8338b35 remove travis and add test.yml as GHA (#117)

v0.0.12

04 May 12:33
a23f402
Compare
Choose a tag to compare

Changelog

a23f402 Update docker-compose-regtest-liquid.yml
c0f0d50 Update docker-compose-regtest-liquid.yml
a3f15bb [gh-action] remove docker login step

v0.0.11

23 Mar 19:01
d0994a8
Compare
Choose a tag to compare

Changelog

c5ad6e9 Add --rpcwallet flag to the command
7c0fecb GH Action for release on tag
d0994a8 Merge remote-tracking branch 'origin/master'
ee6d7bc gh action (#115)
d1f003a scripts/build: remove CGO_ENABLED

v0.0.10

26 Jan 23:31
b032992
Compare
Choose a tag to compare

Changelog

20c5565 Pass amount and asset to faucet command
bed7aff Pass amount and asset to faucet command (#108)
c34402c Update README.md
e78f8e5 added docker related help to readme (#102)
b032992 xMerge branch 'master' of github.com:vulpemventures/nigiri

v0.0.9

21 Sep 18:14
5af3371
Compare
Choose a tag to compare

Changelog

88fca5d Add faucet command (#93)
e55b067 Added mint command (#96)
110f68f Added push command (#98)
bb08c84 Added rpc command (#95)
5af3371 Added version command and goreleaser (#100)
63bdf3c added Makefile (#99)

peer ports

11 Sep 00:21
7305077
Compare
Choose a tag to compare

This release adds to the reachable interfaces the bitcoin and elements peer ports, respectively the 18432 and 7040. This means you could connect your own Bitcoin or Liquid node to nigiri and form a real network.

We improved the helper of the nigiri logs command, with the list of the available services that could be watched.

We also gave to each docker container a shorter name: eg. resources_bitcoin_1 has become just bitcoin. If you interact with the docker container directly keep in mind. To check it just run docker ps -a

Rollback to 💧Elements 0.17.0.3

04 Mar 16:55
c32b77e
Compare
Choose a tag to compare

This release adds txindex=1 in Elements.conf and --parent-netwok=regtest in Electrs

💻 Armv7 archs and 💧Elements 0.18

29 Feb 16:25
805c037
Compare
Choose a tag to compare
  • Support for armv7 architectures
  • Ship elements.conf instead of liquid.conf by default