Kevin Ingersoll

Results 232 issues of Kevin Ingersoll

we started experimenting with [pkg.pr.new](https://github.com/stackblitz-labs/pkg.pr.new) in another project and it's working quite well for releasing packages for every commit would avoid conflicts with running the CI task for snapshots and...

We changed how we detect systems in https://github.com/latticexyz/mud/pull/3649 but this change requires parsing all Solidity source files in the target source dir, which could be a bit aggressive for some...

It'd be nice if within the MUD config we could do something like ```ts export default defineWorld({ userTypes: { ResourceId: { filePath: "@latticexyz/store/src/ResourceId.sol", type: "bytes32" }, }, constants: { version:...

currently expects something like `type: "table"` or `type: "namespace"` but would be nice to also do `type: "ap"` or similar for custom/arbitrary resource types

``` % pnpm mud deploy --help mud deploy Deploy MUD contracts Options: --version Show version number ``` ``` % pnpm mud --version unknown % pnpm mud deploy --version unknown ```

Currently we just register system ABIs (ABI for calling system directly and ABI for calling from world), but would be nice to also register world's base ABI as it may...

just noticed this wasn't enabled, which might be preventing decoding stacktraces

this is currently hardcoded for all chains but some chains may require less than others