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 (next) #2192

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Version Packages (next) #2192

merged 1 commit into from
Feb 20, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 25, 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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@latticexyz/[email protected]

Major Changes

  • aabd307: Bumped Solidity version to 0.8.24.

@latticexyz/[email protected]

Major Changes

  • aabd307: Bumped Solidity version to 0.8.24.

@latticexyz/[email protected]

Major Changes

  • aabd307: Bumped Solidity version to 0.8.24.

@latticexyz/[email protected]

Major Changes

  • aabd307: Bumped Solidity version to 0.8.24.
  • 5c52bee: Renamed StoreCore's registerCoreTables method to registerInternalTables.

Patch Changes

  • a35c05e: Table libraries now hardcode the bytes32 table ID value rather than computing it in Solidity. This saves a bit of gas across all storage operations.
  • 05b3e88: Fixed a race condition when registering core tables, where we would set a record in the ResourceIds table before the table was registered.
  • 55a05fd: Refactored StoreCore.registerStoreHook to use StoreHooks._push for gas efficiency.
  • 745485c: Updated StoreCore to check that tables exist before registering store hooks.
  • Updated dependencies [a35c05e]
  • Updated dependencies [aabd307]
  • Updated dependencies [c162ad5]

@latticexyz/[email protected]

Major Changes

  • aabd307: Bumped Solidity version to 0.8.24.

  • db7798b: Renamed CoreModule to InitModule and CoreRegistrationSystem to RegistrationSystem.

  • 618dd0e: WorldFactory now expects a user-provided salt when calling deployWorld(...) (instead of the previous globally incrementing counter). This enables deterministic world addresses across different chains.

    When using mud deploy, you can provide a bytes32 hex-encoded salt using the --salt option, otherwise it defaults to a random hex value.

Minor Changes

  • 6470fe1: WorldFactory now derives a salt based on number of worlds deployed by msg.sender, which should help with predictable world deployments across chains.

Patch Changes

  • a35c05e: Table libraries now hardcode the bytes32 table ID value rather than computing it in Solidity. This saves a bit of gas across all storage operations.
  • 745485c: Updated WorldRegistrationSystem to check that systems exist before registering system hooks.
  • e2d089c: Renamed the Module args parameter to encodedArgs to better reflect that it is ABI-encoded arguments.
  • 17f9872: Added a check to prevent namespaces from ending with an underscore (which could cause problems with world function signatures).
  • 5c52bee: Renamed StoreCore's registerCoreTables method to registerInternalTables.
  • Updated dependencies [a35c05e]
  • Updated dependencies [05b3e88]
  • Updated dependencies [aabd307]
  • Updated dependencies [c162ad5]
  • Updated dependencies [55a05fd]
  • Updated dependencies [5c52bee]
  • Updated dependencies [745485c]

@latticexyz/[email protected]

Major Changes

  • aabd307: Bumped Solidity version to 0.8.24.

Minor Changes

  • c4fc850: Fixed SystemSwitch to properly call non-root systems from root systems.

Patch Changes

@latticexyz/[email protected]

Minor Changes

  • aabd307: Bumped Solidity version to 0.8.24.

  • 618dd0e: WorldFactory now expects a user-provided salt when calling deployWorld(...) (instead of the previous globally incrementing counter). This enables deterministic world addresses across different chains.

    When using mud deploy, you can provide a bytes32 hex-encoded salt using the --salt option, otherwise it defaults to a random hex value.

Patch Changes

@latticexyz/[email protected]

Minor Changes

  • aabd307: Bumped Solidity version to 0.8.24.

Patch Changes

  • a35c05e: Table libraries now hardcode the bytes32 table ID value rather than computing it in Solidity. This saves a bit of gas across all storage operations.
  • c162ad5: Prevented errors not included in the contract (but present in the file) from being included in the interface by contractToInterface
  • Updated dependencies [aabd307]

[email protected]

Minor Changes

  • aabd307: Bumped Solidity version to 0.8.24.

Patch Changes

  • a35c05e: Table libraries now hardcode the bytes32 table ID value rather than computing it in Solidity. This saves a bit of gas across all storage operations.

@latticexyz/[email protected]

Minor Changes

  • 997286b: createStoreSync now waits for idle between each chunk of logs in a block to allow for downstream render cycles to trigger. This means that hydrating logs from an indexer will no longer block until hydration completes, but rather allow for onProgress callbacks to trigger.

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

@latticexyz/[email protected]

[email protected]

[email protected]

@latticexyz/[email protected]

@latticexyz/[email protected]

@latticexyz/[email protected]

@latticexyz/[email protected]

@latticexyz/[email protected]

@latticexyz/[email protected]

@latticexyz/[email protected]

@github-actions github-actions bot requested review from alvrs and holic as code owners January 25, 2024 13:10
@github-actions github-actions bot force-pushed the changeset-release/main branch from 5359f4f to f747668 Compare January 25, 2024 18:19
@github-actions github-actions bot force-pushed the changeset-release/main branch from f747668 to de9b619 Compare January 26, 2024 12:48
@github-actions github-actions bot force-pushed the changeset-release/main branch from de9b619 to 036f349 Compare January 26, 2024 18:05
@github-actions github-actions bot force-pushed the changeset-release/main branch from 036f349 to 9008e6b Compare January 29, 2024 10:48
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9008e6b to 5bfbdc2 Compare January 29, 2024 10:59
@github-actions github-actions bot force-pushed the changeset-release/main branch from 5bfbdc2 to ef34ffa Compare January 29, 2024 14:46
@github-actions github-actions bot force-pushed the changeset-release/main branch from ef34ffa to d40cc61 Compare January 30, 2024 14:14
@github-actions github-actions bot force-pushed the changeset-release/main branch from d40cc61 to 7517a63 Compare January 30, 2024 14:48
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7517a63 to 7e9405a Compare January 30, 2024 16:59
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7e9405a to 7814823 Compare January 31, 2024 21:25
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7814823 to 3101b21 Compare February 1, 2024 10:51
@github-actions github-actions bot force-pushed the changeset-release/main branch from 3101b21 to 2a7aff8 Compare February 1, 2024 16:22
@github-actions github-actions bot requested a review from yonadaa as a code owner February 1, 2024 16:22
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2a7aff8 to 126d769 Compare February 1, 2024 19:48
@github-actions github-actions bot force-pushed the changeset-release/main branch from d2ba3c8 to db870bb Compare February 2, 2024 19:15
@github-actions github-actions bot force-pushed the changeset-release/main branch from db870bb to 272919c Compare February 5, 2024 11:10
@github-actions github-actions bot force-pushed the changeset-release/main branch from 272919c to 72ce45e Compare February 6, 2024 16:53
@github-actions github-actions bot force-pushed the changeset-release/main branch from 72ce45e to b19a78c Compare February 7, 2024 15:39
@github-actions github-actions bot force-pushed the changeset-release/main branch from b19a78c to 952888f Compare February 9, 2024 16:27
@github-actions github-actions bot force-pushed the changeset-release/main branch from 952888f to 8c739b6 Compare February 9, 2024 16:46
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8c739b6 to 4f110e4 Compare February 14, 2024 20:12
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4f110e4 to c664431 Compare February 15, 2024 19:14
@github-actions github-actions bot force-pushed the changeset-release/main branch from c664431 to 4420597 Compare February 16, 2024 12:07
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4420597 to 34a9a79 Compare February 16, 2024 12:26
@github-actions github-actions bot force-pushed the changeset-release/main branch from 34a9a79 to ede319a Compare February 16, 2024 12:44
@github-actions github-actions bot force-pushed the changeset-release/main branch from ede319a to b439137 Compare February 20, 2024 15:56
@github-actions github-actions bot force-pushed the changeset-release/main branch from b439137 to 0cd7342 Compare February 20, 2024 17:00
@holic holic merged commit 16121e8 into main Feb 20, 2024
1 check was pending
@holic holic deleted the changeset-release/main branch February 20, 2024 17:01
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