Skip to content

Commit

Permalink
Update shy-sheep-wait.md
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Sep 16, 2023
1 parent 0086bf9 commit 9a2382c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/shy-sheep-wait.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"create-mud": minor
---

We've updated the Store events to be "schemaless", meaning there is enough information in each event to only need to operate on the bytes of each record to make an update to that record without having to first decode the record by its schema. This enables new kinds of indexer and sync strategies that are more "stateless".
We've updated Store events to be "schemaless", meaning there is enough information in each event to only need to operate on the bytes of each record to make an update to that record without having to first decode the record by its schema. This enables new kinds of indexers and sync strategies.

As such, we've replaced `blockStorageOperations$` with `storedBlockLogs$`, a stream of simplified Store event logs after they've been synced to the configured storage adapter. These logs may not reflect exactly the events that are on chain when e.g. hydrating from an indexer, but they will still allow the client to "catch up" to the on-chain state of your tables.

0 comments on commit 9a2382c

Please sign in to comment.