Nolan
Nolan
Sorry🙏🏻 @s7v7nislands pls help to provide more context, thanks
> @nolanxyg could you provide some more context? > > * What op-batcher and op-node configuration do you use? > > * In particular, what channel configuration (target and max...
Cool, Thanks a ton! @sebastianst 👍 Here's `rollup.json`: ``` { "genesis": { "l1": { "hash": "0x32a66f95f9e04e3eb3bc71b4b02b26ff1280ce8132aa0d58e9cd9f5bcfe6f2e3", "number": 1740287 }, "l2": { "hash": "0x74207c6f3ede9fa5e0db10aee7a3e13335978fbf07ef816b4c0bb964133ac0fa", "number": 0 }, "l2_time": 1677489770, "system_config": {...
> Please also give this a try with a more recent version of the monorepo. A few changes have been made to the batcher and node since your specified commit...
> Quick feedback on your rollup config: > > * a channel timeout of 40 (2 min in your case) seems rather low. It's the value I proposed setting as...
> No, payload-building timeouts should be generous. If it's too strict, there's a chance it gets stuck on a valid canonical block that takes a little too much time to...
> Did you try the batcher from https://github.com/ethereum-optimism/optimism/pull/4990 (commit [c8f16b5](https://github.com/ethereum-optimism/optimism/pull/4990/commits/c8f16b55146a90f15752544cbb1e590b6606afe0)) yet? Try it with this config > > ``` > OP_BATCHER_MAX_CHANNEL_DURATION: 20 # 1min, adjust if you want longer >...
If to be the same with our steps, i think you could spin up a network, and test everything worked properly(batcher worked fine as well, but the balance of batcher...
I opened a PR to fix: https://github.com/aptos-labs/aptos-core/pull/5571 PTAL
> 1.cross-chain success, only display error, this problem appeared in the last month. 2.the transaction on Nervos Explorer is exists and it success > > so i think the logic...