Skip to content

Fix #200

Benjamin Gallois requested to merge fix-200 into master
  • Script to build deb packages using Docker.
  • Build deb packages in GitLab CI.
  • Two services (mirror and smith) for Duniter.
  • A service and systemd timer for the distance oracle.
  • Dev documentation to build deb packages.
  • User documentation to install and run a node.

One hypothesis I made for the sake of simplifying user configuration is that the chain ID equals the chain name. This may not be valid for testing, but it is valid for live chains. This way, we can generate the oracle distance base path using the node and chain name paths.

Edited by Benjamin Gallois

Merge request reports