Kevin Ingersoll
Kevin Ingersoll
Specifically this one: https://github.com/latticexyz/mud/blob/5a84a2c8e6fa299cc65354b6ac5a924fafb21767/packages/world/src/constants.sol#L23-L25 > normally delegation controls are systems that check whether a call is valid > the unlimited delegation is a short circuit for that
this would be a nice default! maybe `mud deploy` can take in a `worlds.json` file path to load from as an alternative to `worldAddress`?
adding a table causes a change to `codegen/index.sol`, which seems to change the compiled bytecode for all systems that import from `codegen/index.sol`, even if they aren't importing the table that...
running `pnpm create mud` results in a new project with a git repo initialized, but no initial commit we could do the initial commit with some message like "pnpm create...
mostly so we have a place to set up boilerplate like setting the store address ```solidity contract PostDeploy is Script { function run(address worldAddress) external { StoreSwitch.setStoreAddress(worldAddress); ``` but also...
this PR force-kills (with `SIGKILL`) the anvil process after the `stopTimeout` elapses --- ## PR-Codex overview This PR enhances the `createAnvil.ts` file in Anvil.js by adding a conditional check to...
depends on #3026
see https://github.com/microsoft/TypeScript/issues/49703#issuecomment-2287240229