Releases: latticexyz/mud
@latticexyz/[email protected]
Patch Changes
- Updated dependencies [7ddcf64]
- @latticexyz/[email protected]
@latticexyz/[email protected]
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/[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
- Updated dependencies [7ddcf64]
- Updated dependencies [61930ee]
- Updated dependencies [13e5689]
- Updated dependencies [7ddcf64]
- @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
- Updated dependencies [7ddcf64]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
@latticexyz/[email protected]
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/[email protected]
@latticexyz/[email protected]
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/[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
- 7ddcf64:
fetchLogs
andblockRangeToLogs
now accept agetLogs
option to override the default behavior. - Updated dependencies [7ddcf64]
- @latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]