Skip to content

Commit

Permalink
feat(vats)!: Switch the "published" chain storage subtree to stream c…
Browse files Browse the repository at this point in the history
…ells

Fixes #5508
  • Loading branch information
gibson042 committed Aug 18, 2022
1 parent d90df68 commit 383d38a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vats/src/core/chain-behaviors.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ export const makeChainStorage = async ({
bridgeManager,
BRIDGE_ID.STORAGE,
ROOT_PATH,
{ sequence: true },
);
chainStorageP.resolve(rootNodeP);
};
Expand Down

0 comments on commit 383d38a

Please sign in to comment.