Kevin Ingersoll

Results 232 issues of Kevin Ingersoll

to ensure vscode uses the project's TS version: ``` { "typescript.tsdk": "node_modules/typescript/lib" } ```

good first issue

when we create an app signer, we tie the signed message to the hostname signing it to ensure one app signer per hostname however, there's no way to retrieve this...

unclear that the deploy does anything unless you know to run it with `DEBUG=mud:*`

just a copy of https://github.com/latticexyz/mud/pull/2413 for creating a snapshot release

to decode reverts, you need MUD ABIs + user's ABIs we do this for users in our tooling that uses viem, but viem/JS may not be within reach to everyone...

good first issue

we should move from tsup to tsc for builds so we get speed and tree shaking

`pnpm mprocs` seems to fail in some environments (specifically in some MacOS environments, maybe related to rosetta vs not)

good first issue

``` mud/packages/world % chisel Welcome to Chisel! Type `!help` to show available commands. ➜ keccak256("hello") Compiler errors: Error (6275): Source "/Users/kevin/Projects/latticexyz/mud/packages/world/node_modules/forge-std/src/Vm.sol" not found: File outside of allowed directories. The following...

For blockscout + etherscan, we're currently only able to verify the source files in a user's MUD project, not its dependencies (store, world, world-modules). We should rethink this or give...