Skip to content

Commit

Permalink
docs(changelog): add info about null parents for optimistic data item…
Browse files Browse the repository at this point in the history
…s PE-6284
  • Loading branch information
djwhitt committed Jun 17, 2024
1 parent c43240d commit f502095
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Fixed

- Modified optimistic indexing of data items to use a null `parent_id` when
inserting into the DB instead of a placeholder value. This prevents
unexpected non-null `bundledIn` values in GraphQL results for optimistically
indexed data items.
- Modified GraphQL query logic to require an ID for single block GraphQL
queries. Previously queries missing an ID were returning an internal SQLite
error. This represents a small departure from arweave.net's query logic which
Expand Down

0 comments on commit f502095

Please sign in to comment.