Skip to content

Release v0.0.7

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 16:26
697c180

The first spaces version compatible with Fabric 🚀!

To install use the following script or the binaries below.

curl --proto '=https' --tlsv1.2 -sSf https://install.spacesprotocol.org | sh

Changes

  • Support for zone signing with signzone command which creates a signed DNS packet bundled with a merkle proof for publishing.
  • Space-cli add refereshanchor which refreshes bundled proofs
  • Spaced will build and maintain a trust anchors file by default (can be disabled with --skip-anchors)
  • Add /root-anchors.json endpoint and getrootanchors RPC method.
  • New lib veritas enabling consumers to verify spaces in a stateless way using Merkle proofs.
  • Add provespaceout and provespaceoutpoint RPC options to generate merkle proofs
  • Unifies signing operations to adopt the Nostr event format. Removes signmessage and replaces it with signevent. To sign a message, you could sign a Nostr note. For dns events, we use kind 871222 for now.

For bug fixes and other improvements, see the PR history.