Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #3238

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Version Packages #3238

merged 1 commit into from
Oct 7, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 26, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@latticexyz/block-logs-stream@2.2.11

Patch Changes

  • 7ddcf64: fetchLogs and blockRangeToLogs now accept a getLogs option to override the default behavior.
  • Updated dependencies [7ddcf64]
    • @latticexyz/common@2.2.11

@latticexyz/cli@2.2.11

Patch Changes

  • 111bb1b: Fixed a dev runner bug where the state block of a previous deploy was not updated during a redeploy, causing failed deploys due to fetching outdated world state.

  • 7ddcf64: Deployer now has a better method for fetching store logs from the world that should be more efficient and resilient to block range errors and rate limiting.

  • 9e53a51: Added a mud pull command that downloads state from an existing world and uses it to generate a MUD config with tables and system interfaces. This makes it much easier to extend worlds.

    mud pull --worldAddress 0x… --rpc https://…
    
  • Updated dependencies [7ddcf64]

  • Updated dependencies [7ddcf64]

  • Updated dependencies [13e5689]

  • Updated dependencies [7ddcf64]

    • @latticexyz/block-logs-stream@2.2.11
    • @latticexyz/store@2.2.11
    • @latticexyz/common@2.2.11
    • @latticexyz/world@2.2.11
    • @latticexyz/world-module-metadata@2.2.11
    • @latticexyz/config@2.2.11
    • @latticexyz/protocol-parser@2.2.11
    • @latticexyz/abi-ts@2.2.11
    • @latticexyz/gas-report@2.2.11
    • @latticexyz/schema-type@2.2.11
    • @latticexyz/utils@2.2.11

@latticexyz/common@2.2.11

Patch Changes

  • 7ddcf64: Added logSort method to help when sorting logs fetched from RPC, where they come back ordered relative to the topics used.

    import { logSort } from "@latticexyz/common";
    
    const logs = getLogs(...);
    logs.sort(logSort);
    • @latticexyz/schema-type@2.2.11

@latticexyz/config@2.2.11

Patch Changes

  • Updated dependencies [7ddcf64]
    • @latticexyz/common@2.2.11
    • @latticexyz/schema-type@2.2.11

@latticexyz/dev-tools@2.2.11

Patch Changes

  • Updated dependencies [7ddcf64]
  • Updated dependencies [61930ee]
  • Updated dependencies [13e5689]
  • Updated dependencies [7ddcf64]
    • @latticexyz/store@2.2.11
    • @latticexyz/store-sync@2.2.11
    • @latticexyz/common@2.2.11
    • @latticexyz/react@2.2.11
    • @latticexyz/world@2.2.11
    • @latticexyz/recs@2.2.11
    • @latticexyz/schema-type@2.2.11
    • @latticexyz/utils@2.2.11

@latticexyz/explorer@2.2.11

Patch Changes

  • bbd5e31: Observe tab is now populated by transactions flowing through the world, in addition to local transactions when using the observer transport wrapper.
  • 645b7e0: Fixed row expansion in the transactions table where an incorrect row would expand when new transactions appeared.
  • 85bbeb8: It is now possible to pass in environment variables like RPC_HTTP_URL to the internal local indexer when running the explorer locally.
  • 71eb348: Observe tab is now populated by rejected transactions coming from the observer transport wrapper.
  • Updated dependencies [7ddcf64]
  • Updated dependencies [61930ee]
  • Updated dependencies [13e5689]
  • Updated dependencies [7ddcf64]
    • @latticexyz/store@2.2.11
    • @latticexyz/store-sync@2.2.11
    • @latticexyz/common@2.2.11
    • @latticexyz/store-indexer@2.2.11
    • @latticexyz/world@2.2.11
    • @latticexyz/config@2.2.11
    • @latticexyz/protocol-parser@2.2.11
    • @latticexyz/schema-type@2.2.11

@latticexyz/faucet@2.2.11

Patch Changes

  • Updated dependencies [7ddcf64]
    • @latticexyz/common@2.2.11

@latticexyz/protocol-parser@2.2.11

Patch Changes

  • Updated dependencies [7ddcf64]
    • @latticexyz/common@2.2.11
    • @latticexyz/config@2.2.11
    • @latticexyz/schema-type@2.2.11

@latticexyz/react@2.2.11

Patch Changes

  • Updated dependencies [7ddcf64]
  • Updated dependencies [13e5689]
    • @latticexyz/store@2.2.11
    • @latticexyz/recs@2.2.11

@latticexyz/recs@2.2.11

Patch Changes

  • @latticexyz/schema-type@2.2.11
  • @latticexyz/utils@2.2.11

@latticexyz/stash@2.2.11

Patch Changes

  • Updated dependencies [7ddcf64]
  • Updated dependencies [13e5689]
    • @latticexyz/store@2.2.11
    • @latticexyz/config@2.2.11
    • @latticexyz/protocol-parser@2.2.11
    • @latticexyz/schema-type@2.2.11

@latticexyz/store@2.2.11

Patch Changes

  • 7ddcf64: Added getStoreLogs and flattenStoreLogs to aid in fetching data from store contracts. For now, these are internal exports and considered unstable/experimental.
  • 13e5689: Added an unwrap function to the ResourceIdInstance library to make it easier to unwrap a ResourceId with resourceId.unwrap().
  • Updated dependencies [7ddcf64]
    • @latticexyz/common@2.2.11
    • @latticexyz/config@2.2.11
    • @latticexyz/protocol-parser@2.2.11
    • @latticexyz/schema-type@2.2.11

@latticexyz/store-indexer@2.2.11

Patch Changes

  • Updated dependencies [7ddcf64]
  • Updated dependencies [7ddcf64]
  • Updated dependencies [61930ee]
  • Updated dependencies [13e5689]
  • Updated dependencies [7ddcf64]
    • @latticexyz/block-logs-stream@2.2.11
    • @latticexyz/store@2.2.11
    • @latticexyz/store-sync@2.2.11
    • @latticexyz/common@2.2.11
    • @latticexyz/protocol-parser@2.2.11

@latticexyz/store-sync@2.2.11

Patch Changes

  • 61930ee: Added support for streaming logs from the indexer.
  • Updated dependencies [7ddcf64]
  • Updated dependencies [7ddcf64]
  • Updated dependencies [13e5689]
  • Updated dependencies [7ddcf64]
    • @latticexyz/block-logs-stream@2.2.11
    • @latticexyz/store@2.2.11
    • @latticexyz/common@2.2.11
    • @latticexyz/stash@2.2.11
    • @latticexyz/world@2.2.11
    • @latticexyz/config@2.2.11
    • @latticexyz/protocol-parser@2.2.11
    • @latticexyz/recs@2.2.11
    • @latticexyz/schema-type@2.2.11

@latticexyz/world@2.2.11

Patch Changes

  • Updated dependencies [7ddcf64]
  • Updated dependencies [13e5689]
  • Updated dependencies [7ddcf64]
    • @latticexyz/store@2.2.11
    • @latticexyz/common@2.2.11
    • @latticexyz/config@2.2.11
    • @latticexyz/protocol-parser@2.2.11
    • @latticexyz/schema-type@2.2.11

@latticexyz/world-module-metadata@2.2.11

Patch Changes

  • Updated dependencies [7ddcf64]
  • Updated dependencies [13e5689]
    • @latticexyz/store@2.2.11
    • @latticexyz/world@2.2.11
    • @latticexyz/schema-type@2.2.11

@latticexyz/world-modules@2.2.11

Patch Changes

  • Updated dependencies [7ddcf64]
  • Updated dependencies [13e5689]
  • Updated dependencies [7ddcf64]
    • @latticexyz/store@2.2.11
    • @latticexyz/common@2.2.11
    • @latticexyz/world@2.2.11
    • @latticexyz/config@2.2.11
    • @latticexyz/schema-type@2.2.11

@latticexyz/abi-ts@2.2.11

create-mud@2.2.11

@latticexyz/gas-report@2.2.11

@latticexyz/schema-type@2.2.11

solhint-config-mud@2.2.11

solhint-plugin-mud@2.2.11

@latticexyz/utils@2.2.11

Copy link

vercel bot commented Sep 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
explorer ❌ Failed (Inspect) Sep 30, 2024 8:53pm

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from a63c509 to c180018 Compare October 7, 2024 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant