From 6c5d82d57cce3a3be57b7b84035b53ff95e3ea42 Mon Sep 17 00:00:00 2001 From: alvarius Date: Tue, 3 Dec 2024 14:28:08 +0100 Subject: [PATCH] Create shy-eels-hide.md --- .changeset/shy-eels-hide.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/shy-eels-hide.md diff --git a/.changeset/shy-eels-hide.md b/.changeset/shy-eels-hide.md new file mode 100644 index 0000000000..2b4779b786 --- /dev/null +++ b/.changeset/shy-eels-hide.md @@ -0,0 +1,8 @@ +--- +"@latticexyz/store-sync": patch +"@latticexyz/world": patch +--- + +Added a `getRecords` util to fetch table records from an indexer or RPC. + +Migrated the `getFunctions` and `getWorldAbi` utils from `@latticexyz/world` to `@latticexyz/store-sync/world` to allow `getFunctions` and `getWorldAbi` to use `getRecords` internally without circular dependencies.