Releases: latticexyz/mud
@latticexyz/[email protected]
Patch Changes
- @latticexyz/[email protected]
@latticexyz/[email protected]
Patch Changes
- 09e9bd5: Moved viem to peer dependencies to ensure a single, consistent version is installed in downstream projects.
- 9d71887: Loosened
publicClient
type fortransactionQueue
action decorator andwriteContract
andsendTransaction
actions so that they can be used with plain, undecorated Viem clients. - 88b9daf: Updated Rhodolite chain config.
- Updated dependencies [09e9bd5]
- @latticexyz/[email protected]
@latticexyz/[email protected]
Patch Changes
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
@latticexyz/[email protected]
Patch Changes
-
1e09240: When upgrading an existing world, the deployer now attempts to read the deploy block number from the
worlds.json
file. If it is found, theHelloWorld
andHelloStore
event are fetched from this block instead of searching for the events starting from the genesis block. -
3168f1f: Deployer now retrieves resource tags by fetching logs to work around RPC rate limiting issues.
-
ee388ed: Deployer will now throw an error if it detects an already registered table with a different schema than the one you are trying to deploy.
-
7409095: In addition to a hex
--salt
, deploy commands now accept a string salt for world deployment, which will get converted to a hex.pnpm mud deploy --salt hello
-
8fcf9c8: Fixed an issue with overloaded system ABI types.
-
b819749: Added an
indexerUrl
option to themud deploy
andmud pull
CLI commands to read table records from an indexer instead of fetching logs from an Ethereum RPC. -
Updated dependencies [9580d29]
-
Updated dependencies [1770620]
-
Updated dependencies [653f378]
-
Updated dependencies [2d2aa08]
-
Updated dependencies [5f493cd]
-
Updated dependencies [cd9fd0a]
-
Updated dependencies [09e9bd5]
-
Updated dependencies [ba5191c]
-
Updated dependencies [1b477d4]
-
Updated dependencies [b819749]
-
Updated dependencies [5340394]
-
Updated dependencies [22674ad]
-
Updated dependencies [9d71887]
-
Updated dependencies [509a3cc]
-
Updated dependencies [9ddc874]
-
Updated dependencies [09536b0]
-
Updated dependencies [a6fe15c]
-
Updated dependencies [88b9daf]
-
Updated dependencies [275c867]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
@latticexyz/[email protected]
Patch Changes
- @latticexyz/[email protected]
@latticexyz/[email protected]
Patch Changes
- 09e9bd5: Moved viem to peer dependencies to ensure a single, consistent version is installed in downstream projects.
- Updated dependencies [09e9bd5]
- Updated dependencies [9d71887]
- Updated dependencies [88b9daf]
- @latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
Patch Changes
- 5340394: Using a TS extension (rather than DTS) now correctly includes
as const
in the TS output.