Léo FASANO
Léo FASANO
Draft pull request of the AccessControls basics. Review the basic logics
## Context > Please consider that this draft PR is intended to give an idea of the work to be done for a complete test architecture redesign. No functional factorization...
The imported function from other files are not interpreted, so external function doesn't affect the stack and are not reflected in the comments. e.g. ```huff #include "./Ownable.huff" #define macro CONSTRUCTOR_ERC20()...
## Issue description The `CancelListingModal` and `EditListingModal` components seem to have a limitation when using a custom walletClient that supports multiple accounts, such as an [abstract global wallet](https://docs.abs.xyz/abstract-global-wallet/overview) in my...
Added configurable userOp simulation gas limits in the config. ## Description ### Context The function `EthModule::estimateUserOperationGas` in `packages/executor/src/modules/eth.ts` currently overrides some user operation gas-related parameters: https://github.com/etherspot/skandha/blob/e9579d57c3c321631146c2f5cb9c3608f8e78787/packages/executor/src/modules/eth.ts#L371-L380 👉 **This PR introduces...