Skip to content

Dugite v2.0.12

Choose a tag to compare

@michaeljfazio michaeljfazio released this 22 Jun 20:14
49f2b54

Container Image

docker pull ghcr.io/michaeljfazio/dugite:2.0.12

Available for linux/amd64 and linux/arm64.

Helm Chart

helm install dugite-relay \
  oci://ghcr.io/michaeljfazio/charts/dugite-node \
  --version 2.0.12 \
  --set network.name=preview

See Kubernetes Deployment for the full chart reference.

Binary Downloads

Platform Architecture Download
Linux x86_64 dugite-x86_64-linux.tar.gz
Linux aarch64 dugite-aarch64-linux.tar.gz
macOS x86_64 dugite-x86_64-macos.tar.gz
macOS Apple Silicon dugite-aarch64-macos.tar.gz

Verify checksums: sha256sum -c SHA256SUMS.txt

What's Changed

  • perf+genesis: apply-throughput (registry cache 2.1x, Plutus deferral) + Haskell-faithful genesis-mode sync + fetch instrumentation by @michaeljfazio in #773
  • config-wiring audit + fixes (v2.0.12) by @michaeljfazio in #775

Full Changelog: v2.0.11...v2.0.12