Skip to content

Releases: lephleg/nano-node-docker

v4.5 (Oct 2023)

21 Oct 15:43
Compare
Choose a tag to compare
  • Update to the latest Docker Compose version.
  • Use directly the Nano Foundation's ledger files for fast syncing.
  • Bump documentation examples to Nano node v25.1

v4.4 (Apr 2021)

14 Apr 23:33
Compare
Choose a tag to compare
  • Make -t argument required and move to explicit Nano node versions following the Nano Foundation changes.
  • Add notice in documentation to clarify the installer shall not be used unattended for main net nodes.

v4.3 (Jun 2020)

18 Jun 14:18
Compare
Choose a tag to compare
  • Deprecate Nano node watchdog, as it distracts any lengthy node upgrade operations.

v4.3 BETA (Jun 2020)

18 Jun 14:26
Compare
Choose a tag to compare
  • Deprecate Nano node watchdog, as it distracts any lengthy node upgrade operations.

v4.2.1 BETA (Jul 2019)

27 Jul 20:12
Compare
Choose a tag to compare
  • Adapt to changes v19 of Nano node introduced.
  • Deprecate feature support for versions prior to v18.
  • Fix watchdog from failing to fetch the proper node logs.
  • Fix installer final output.
  • Update documentation.

v4.2.1 (Jul 2019)

27 Jul 20:11
Compare
Choose a tag to compare
  • Adapt to changes v19 of Nano node introduced.
  • Deprecate feature support for versions prior to v18.
  • Fix watchdog from failing to fetch the proper node logs.
  • Fix installer final output.
  • Update documentation.

v4.0 (Feb 2019)

21 Feb 16:00
Compare
Choose a tag to compare
  • Switch to IPv6 loopback address to keep aligned with official guides.
  • Display installer version during runtime.
  • Add node CLI bash alias. (Implements #7 )
  • Switch mount directory to /root to support Nano node v18 and handle directory structure by migrating existing database.
  • Improve output readability.
  • Fix quiet mode.

v4.0 BETA (Feb 2019)

21 Feb 17:38
Compare
Choose a tag to compare

This release points to the beta branch. For the v4.0 changelog, check the mainnet release.

v3.8 BETA (Sept 2018)

10 Sep 12:03
Compare
Choose a tag to compare

This release points to the beta branch. For the v3.8 changelog, check the mainnet release.

v3.8 (Sept 2018)

09 Sep 22:23
Compare
Choose a tag to compare
  • You can now select a different Docker image tag for the NANO node, using the new -t argument.
  • Added support for the NANO BETA network (testnet), using a separate branch.
  • Simplified how the Compose files are used by the installer.
  • The installer now keeps a record of the latest used settings.
  • Documentation updates.