Kevin Ingersoll

Results 232 issues of Kevin Ingersoll

I don't really think we need to document each template if we can just provide instructions on how to create from a template, then can let the CLI do the...

The sync stack waits for the current stored block to reach the latest RPC block before it's considered "live". However, when syncing from the indexer's streaming logs endpoint, the indexer...

I would expect something like this to work ```ts export default defineConfig({ plugins: [react(), mud({ worldsFile: "@dust/world/worlds.json" })], ``` Current workaround is ```ts export default defineConfig({ plugins: [react(), mud({ worldsFile:...

this may have been lost when we moved away from create-create-app

after merging https://github.com/latticexyz/mud/pull/3739, node 18-20 have import errors or figure out how to remove the import annotations, but iirc that was difficult to juggle with some of our other TS...

We deprecated this before 2.0 stable release and this just causes noise in the browser when attempting to hydrate from indexers that no longer support this.

something like 7, 14, or 30 days seems reasonable and aligns with expectations around browser sessions/cookies for being logged in to some service

Coinbase Smart Wallet uses ERC-6492 signatures for signing messages: https://eips.ethereum.org/EIPS/eip-6492 We need to support this to allow CBSW to work with EntryKit.

sometimes entrykit will automatically trigger certain mutations (like delegation signature) but won't show up right away in e.g. metamask, but there's no easy way to re-trigger these

I'm curious what ya'll think of chainable methods for better ergonomics in common patterns. Currently, if I want to make a write-only list, I'd do something like ```ts export const...

Adopter Requested Feature/Documentation