L.Y

Results 20 comments of L.Y

Refer to the docs: https://docs.docker.com/network/proxy/ I resolved the issue by editing `~/.docker/config.json`: ``` "proxies": { "default": { "httpProxy": "http://host.docker.internal:7890", "httpsProxy": "http://host.docker.internal:7890", "noProxy": "*.test.example.com,.example.org,127.0.0.0/8" } } ``` Note that you should...

> Can you share genesis file you are using? In my test environment, I generate a random genesis file every time using [this script](https://github.com/OpenFusionist/genesis-init-benchmarks/blob/main/generate_genesis.py), which creates many accounts in one...

The same problem occurs when bundling an op to the contract: ``` e8f8fa4f000000000000100006536356498d5ffc8ac7b734f42a8b2c530cd885d66a7ac020000000000000000000000000000000000000000000000000000000000000041b7fc1d078e0f9c3b26cd790e1dd75dbcab92d371e824c01cb37bfe87675f12b52d2c5fc5681626d80b2b747afc6e2c403a958b3b103f3d2baf487a9fb60297e81c68cbe0e6740e7dd7b6d0f5d0d4d75748b54268cd7459654dec9dedbc03228774b9023760bb098f5a5121a9be4c4beba9d6c86cfe440a7ae34cb407d214a3fd0113770a4f2ee89cddb41c039b2ef68a98b688d6b51b000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000001000000000000000000000000008444c262d5a6282dca44b89f29539ce0135602d600000000000000000000000000000000000000000000000000000000000000000a1470700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001c0f7bd88c0443a0cc578053b7745262d239f2e3c74a201c719c5d3660109024a"}],"entryPoint":"0xec6797b98549E448031aaA0340A7842FC0154032","gasLimit":"0x3b5d0d","opsToBundle":["0x2c4e312e67d2a2b4f37ecebb4f65fc38d2d931c45042ac5276eca9389ae254b5"],"msg":"got gas limit"} /Users/smallyu/work/fsn/aa/alto/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/viem/dist/cjs/utils/errors/getTransactionError.js:11 return new transaction_js_1.TransactionExecutionError(cause, { ^ TransactionExecutionError: Nonce provided for the transaction (1049) is lower...

May I ask a question? If I directly use the `docker stop` command to stop all containers started by enclave, and then use `docker start` to restart them, is that...

This `reth.toml` was auto-generated by the reth node and appeared in my `--datadir` path: ``` [stages.headers] downloader_max_concurrent_requests = 100 downloader_min_concurrent_requests = 5 downloader_max_buffered_responses = 100 downloader_request_limit = 1000 commit_threshold =...

@mattsse Hey, this is a script to start a Reth+Lighthouse node on the Endurance network. I encountered this problem when using this script, and I can reproduce it every time...

When I use `v1.0.0` here, everything is ok. ``` image: ghcr.io/paradigmxyz/reth:v1.0.0 ``` https://github.com/OpenFusionist/mainnet-reth-lighthouse/blob/main/compose.yaml#L5 But when I use `latest`, this problem appears.

To be more precise, version `1.0.3` is fine, but `v1.0.4` has issues.

I have read the CLA Document and I hereby sign the CLA