coinbase / smart-wallet

MIT License
258 stars 47 forks source link

Update executeWithoutChainIdValidation to accept an array of calls #48

Closed wilsoncusack closed 3 months ago

wilsoncusack commented 3 months ago

For consideration.

Unlocks adding and removing several owners in a single call.

There should be no net new risk surface here, re combining of calls. Any calls could already be combined with executeBatch. Just that this has no chainId validation.