kubo/core/commands/name
Marcin Rataj 8c14353a5c feat(rpc): add ipfs name get command for IPNS record retrieval
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.
2026-01-30 19:44:03 +01:00
..
ipns.go chore: use go-log/v2 (#10801) 2025-05-19 13:04:05 -07:00
ipnsps.go chore: upgrade to go 1.23 (#10486) 2024-08-28 18:56:45 +02:00
name.go feat(rpc): add ipfs name get command for IPNS record retrieval 2026-01-30 19:44:03 +01:00
publish.go feat(config): AutoConf with "auto" placeholders (#10883) 2025-08-20 05:59:11 +02:00