Kevin Ingersoll

Results 232 issues of Kevin Ingersoll

At some point, prettier/vscode stopped talking to each other and wasn't getting format-on-save anymore. This PR updates our vscode formatting to use `forge fmt` (and runs it across the repo)....

closes https://github.com/latticexyz/mud/issues/2197

we register metadata (resource tags) as part of deploy but only for the user's project, not for upstream things metadata itself is registered by the deployer, so we can't register...

naming TBD but this can help with compiling module to ABI then using the ABI to encode install args in client (https://github.com/latticexyz/mud/pull/3052/files#r1732437065)

or some other way to signal version alignment between MUD package consumers and MUD packages themselves have had many issues surface in the #mud-help channel around `TransactionReceiptNotFoundError` errors when using...

good first issue

we can use [p-limit](https://github.com/sindresorhus/p-limit) or [p-queue](https://github.com/sindresorhus/p-queue) and implement similar to https://github.com/ponder-sh/ponder/blob/f3b4ccdcb56485d5ae7f4b7415c73960e6f96905/packages/utils/src/rateLimit.ts would be a nice alternative to RPC batch for folks using RPCs without batch support but still wanna use...

good first issue

I have a few init scripts I run as part of mprocs and found the red color a little misleading, so I thought it would be nice to use a...

https://ponder.sh/docs/api-reference/config#event-ordering

had to pin the version in https://github.com/latticexyz/mud/pull/3689 due to https://github.com/foundry-rs/foundry/pull/10295#issuecomment-2841516947 once https://github.com/foundry-rs/foundry/pull/10408 lands, we can revert this and go back to nightly