Query results are not IPLD encoded #109
Labels
No Label
bug
C:CLI
C:Crypto
C:Encoding
C:Proto
C:Types
dependencies
docker
documentation
duplicate
enhancement
go
good first issue
help wanted
high priority
in progress
invalid
javascript
low priority
medium priority
question
Status: Stale
Type: ADR
Type: Build
Type: CI
Type: Docs
Type: Tests
urgent
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/laconicd-deprecated#109
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In query results, references are encoded as regular attributes.
A key property of an IPLD service is that record properties that are (hash linked) references to other records should be explicitly denoted, allowing graph walking across linked records by software that does not understand their complete schema.
laconicd does not currently do this. For example in this GraphQL response, the reference is encoded as a regular string typed attribute:
Instead, responses should explicitly denote references, either in actual DAG-JSON format, or some scheme that can be transcoded to DAG-JSON, e.g.
This issue is stale because it has been open 45 days with no activity. Remove
Status: Stale
label or comment or this will be closed in 7 days.