dk1a
dk1a
Sure, but without package.json this isn't usable at all with hardhat. I just forked it so it's not a big issue, but also doesn't hurt
> I was thinking that maybe instead of skipping the decoding when length is 0, we could use a lower level call (same as we do for view functions) The...
A codegen-ey plugin, though it's not really a plugin since it's a parallel pipeline entirely Some of mud's codegen can be reused for similar purposes, in my case autogenerating a...
I just need a custom paymaster, the other aspects of the client are untouched. More specifically I'm helping moving castles use base's paymaster, see https://docs.cdp.coinbase.com/paymaster/guides/quickstart for example, and passing the...
The main reason I need to fork entrykit is that it does `registerDelegation`, which I also want to be aware of the custom paymaster, otherwise I could've probably just added...
The arithemetic error I replace with a custom error comes from the definition of `previousFieldLength`, which is unchanged in https://github.com/latticexyz/mud/pull/3521 The error alvarius changes is unrelated and happens later (edited...