mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-13 12:18:00 +08:00
add dedicated command to retrieve raw signed IPNS records from the
routing system. returns protobuf-encoded IPNS record with Content-Type
`application/vnd.ipfs.ipns-record`.
this provides a more convenient alternative to `ipfs routing get /ipns/<name>`
which returns JSON with base64-encoded data. the raw output can be piped
directly to `ipfs name inspect`:
ipfs name get <name> | ipfs name inspect
spec: https://specs.ipfs.tech/ipns/ipns-record/
also renames test files to http_rpc_* for clarity.
|
||
|---|---|---|
| .. | ||
| ipns.go | ||
| ipnsps.go | ||
| name.go | ||
| publish.go | ||