Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

fix: require V2 signatures #41

Merged
merged 4 commits into from
Sep 20, 2022
Merged

fix: require V2 signatures #41

merged 4 commits into from
Sep 20, 2022

Commits on Sep 12, 2022

  1. chore: require V2 signatures

    This is part of deprecation described in ipfs/kubo#9240
    - record creation continues to create both V1 and V2  signatures
    - record validation no longer accepts V1 signatures
    
    Meaning:
    - modern nodes are 100% V2, they ignore V1 signatures
    - legacy nodes (go-ipfs < v0.9.0) are still able to resolve names
      created by go-ipns, because V1 is still present
    lidel committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    b655f6b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    237111a View commit details
    Browse the repository at this point in the history
  2. fix: MaxRecordSize of 10 KiB

    lidel committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    e5d96b3 View commit details
    Browse the repository at this point in the history
  3. chore: release v0.3.0

    lidel committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    5362876 View commit details
    Browse the repository at this point in the history