Kevin Ingersoll
Kevin Ingersoll
there's lots of edge cases when trying to spin up mud locally that we should work through
I think this should fix flaky CI tests
I've taken a few stabs at fixing this to no avail (see https://github.com/latticexyz/mud/pull/2457) since we're not using querying yet and it's on pause, going to disable these tests for now...
It's unfortunate that our `CallWithSignature` typed data message is encoded:  This means that it's hard for users to know what exactly they're signing. For high-value actions like account delegation,...
some sort of "world metadata" or "app metadata" that blockscout etc can use could be an offchain table that root/owner can update later on too
something broke and I temporarily disabled it in https://github.com/latticexyz/mud/pull/2618 to unblock npm releases
right now they get excluded if they're in `excludeSystems`, but that should prob just exclude them from `IBaseWorld` and deploys context: we want to use the interface for `Unstable_CallWithSignatureSystem` but...