Kevin Ingersoll
Kevin Ingersoll
follow up of https://github.com/latticexyz/mud/pull/3131 - [ ] ensure `customWorld` is not used with `upgradeableWorldImplementation`
follow up of https://github.com/latticexyz/mud/pull/3131
Let's say I have a game that's hybrid onchain/offchain where I want to enable players to control in-game entities with onchain logic. Let's also say that player position is only...
apparently can use `NODE_NO_WARNINGS=1` otherwise its noisy ``` world-deployer | (node:458) ExperimentalWarning: Importing JSON modules is an experimental feature. This feature could change at any time world-deployer | (Use node...
More often than not, we want to `await` and not doing so leads to scary bugs. For cases where we explicitly don't want to `await`, we can add a lint...
just noticed this: https://github.com/latticexyz/mud/blob/9c9c67baadd0952e1778da9f68d0fc8ff09a8afc/templates/react/packages/contracts/package.json#L32-L33 (we have this sprinkled throughout the codebase) these `file:` references should prob be `link:`?
we recently saw issues that surface when deploying to an OP chain that didn't surface in anvil garnet is cheap enough that we could prob just do this on every...
Had a few questions lately about errors related to not enough balance to cover gas of deploy, but the error message from viem isn't very descriptive (`gas required exceeds allowance`)....