mud

MUD is a framework for building ambitious onchain applications

MIT License

Downloads
318.4K
Stars
643
Committers
80

Bot releases are visible (Hide)

mud - @latticexyz/[email protected]

Published by github-actions[bot] about 1 year ago

Minor Changes

  • #1662 4081493b Thanks @holic! - Added a tableIds parameter to store sync methods and indexer to allow filtering data streams by table IDs. Store sync methods automatically include all internal table IDs from Store and World.

    import { syncToRecs } from "@latticexyz/store-sync/recs";
    import { resourceIdToHex } from "@latticexyz/common";
    
    syncToRecs({
      ...
      tableIds: [resourceIdToHex(...)],
    });
    
    import { createIndexerClient } from "@latticexyz/store-sync/trpc-indexer";
    import { resourceIdToHex } from "@latticexyz/common";
    
    const client = createIndexerClient({ ... });
    client.findAll({
      ...
      tableIds: [resourceIdToHex(...)],
    });
    

Patch Changes

mud - @latticexyz/[email protected]

Published by github-actions[bot] about 1 year ago

Minor Changes

  • #1662 4081493b Thanks @holic! - Added a tableIds parameter to store sync methods and indexer to allow filtering data streams by table IDs. Store sync methods automatically include all internal table IDs from Store and World.

    import { syncToRecs } from "@latticexyz/store-sync/recs";
    import { resourceIdToHex } from "@latticexyz/common";
    
    syncToRecs({
      ...
      tableIds: [resourceIdToHex(...)],
    });
    
    import { createIndexerClient } from "@latticexyz/store-sync/trpc-indexer";
    import { resourceIdToHex } from "@latticexyz/common";
    
    const client = createIndexerClient({ ... });
    client.findAll({
      ...
      tableIds: [resourceIdToHex(...)],
    });
    

Patch Changes

mud - @latticexyz/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

mud - [email protected]

Published by github-actions[bot] about 1 year ago

mud - [email protected]

Published by github-actions[bot] about 1 year ago

mud - @latticexyz/[email protected]

Published by github-actions[bot] about 1 year ago

mud - @latticexyz/[email protected]

Published by github-actions[bot] about 1 year ago

mud - @latticexyz/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

mud - @latticexyz/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

mud - @latticexyz/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

mud - @latticexyz/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

mud - @latticexyz/[email protected]

Published by github-actions[bot] about 1 year ago

mud - @latticexyz/[email protected]

Published by github-actions[bot] about 1 year ago

mud - @latticexyz/[email protected]

Published by github-actions[bot] about 1 year ago

mud - @latticexyz/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

mud - [email protected]

Published by github-actions[bot] about 1 year ago

mud - @latticexyz/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

mud - @latticexyz/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

mud - @latticexyz/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

mud - @latticexyz/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes