Results 11 comments of Sergey Potekhin

Hi @IgorKoval ! How's it going? For me, it seems like a critical bug. `onlyOwner` is a well-known pattern in Solidity development. Probably every second developer will see the compiler...

Всем привет :) Прошу прощения, что задержался с ответом :( Думаю написать про это статью, обязательно скину сюда на предпросмотр. Расскажу про протокол Stratum, Getwork и getblocktemplate. Как обычно напишу...

Tested this issue on Mac OS - same error :( ```bash uname -a Darwin Kernel Version 17.6.0: Tue May 8 15:22:16 PDT 2018; root:xnu-4570.61.1~1/RELEASE_X86_64 x86_64 node -v v8.11.3 npm -v...

Hey! Can you share the code? Also, try to use the `tsconfig.json` from the [tutorial](https://github.com/pimlicolabs/tutorial-template/blob/main/tsconfig.json). Using `es2022` may help.

Can't reproduce without these dependencies ``` import { BlockchainTypes, ContractEnvironment } from "@mentaport/serverless-common" import { getCertificatesBlockchainEnv } from "./blockchainEnv" ``` Also, it seems that you forgot to pass `entryPointAddress` to...

I still can't reproduce this, it works on my setup. Can you share the minimal repo, including all the involved versions (node/package manager/etc) and a run command?

Share the command to reproduce the issue please

Hey Max, thanks for reaching out! - `max-gas-per-bundle` limits the amount of gas a single bundle tx can consume. Take a look on `maxGasLimit` [here](https://github.com/pimlicolabs/alto/blob/main/src/mempool/mempool.ts#L660-L662) - `mempool-max-parallel-ops` limits the amount...

Oh, I see. What is the block gas limit of the network you're using? Eg Ethereum's is 30m, so there's a natural limitation to the amount of user operations in...