Socket
Socket
Sign inDemoInstall

@latticexyz/gas-report

Package Overview
Dependencies
Maintainers
0
Versions
1026
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@latticexyz/gas-report - npm Package Versions

23
103

2.2.4-main-8b4110e5d9ca2b7a6553a2c4078b7a8b82c6f211

Diff

alvarius
published 2.2.4-main-83fc93ca36b686c6778697a4a6e250d80f12828c •

alvarius
published 2.2.4-main-20604952d33419f18ab93fcc048db564b56a54b4 •

alvarius
published 2.2.4-stash-f6558811397115e03bc41925e6596ff6d5b114b9 •

alvarius
published 2.2.4-main-e6147b2a9c92369d2ca26c60275c766da1a7d0d5 •

alvarius
published 2.2.4-main-2f935cfd3fbc62f3c304e470751a26189523fcd2 •

alvarius
published 2.2.4-main-50010fb9fb6d21f69ba23c1eae14f4203919183d •

alvarius
published 2.2.4-main-784e5a98e679388ad6bc941cd1bc9b6486cf276d •

alvarius
published 2.2.4-main-d3acd9242da44d201ea99e04c1631ed687d30a80 •

alvarius
published 2.2.3 •

Changelog

Source

Version 2.2.3

Release date: Tue Sep 10 2024

Patch changes

feat(cli): deploy custom world (#3131) (@latticexyz/cli, @latticexyz/world)

MUD config now supports a deploy.customWorld option that, when used with the CLI, will deploy the specified custom World implementation. Custom implementations must still follow the World protocol.

If you want to extend the world with new functions or override existing registered functions, we recommend using root systems. However, there are rare cases where this may not be enough to modify the native/internal World behavior. Note that deploying a custom World opts out of the world factory, deterministic world deploys, and upgradeable implementation proxy.

import { defineWorld } from "@latticexyz/world";

export default defineWorld({
  customWorld: {
    // path to custom world source from project root
    sourcePath: "src/CustomWorld.sol",
    // custom world contract name
    name: "CustomWorld",
  },
});

fix(explorer): world address cli option as hex (#3155) (@latticexyz/explorer)

Fixed an issue with --worldAddress CLI flag being incorrectly interpreted as a number rather a hex string. Additionally, added --hostname option for specifying the hostname on which to start the application.

feat(cli): speed up dev deploy with temporary automine during deploy (#3130) (@latticexyz/cli)

Speed up deployment in development by temporarily enabling automine mode for the duration of the deployment.


23
103
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc