Seeking Advice: Is a 7-Day Challenge Period Necessary for Op-stack L2 Network Setup? #484
Unanswered
smallyunet
asked this question in
Application Development
Replies: 0 comments 1 reply
-
@smallyunet If you are interested, I have written an alternative solution for op-stack chains that could possibly replace the current security model ethereum-optimism/optimism#8037 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently using op-stack to set up an L2 network, and I was wondering if I need to set a 7-day challenge period?
I noticed in the documentation that the current op-stack hasn't released the fault proofs feature yet. From my understanding, I'll be running 4 types of nodes:
Of these, I operate the op-batcher and op-proposer myself, and there can only be one node for each.
When deploying L1 smart contracts, there's a parameter in the configuration file for setting the challenge period duration. Would it be necessary for me to set it to 7 days? Since the proposer is operated by me, there's no risk of fraud. Could I possibly set the challenge period to 120 seconds?
Additionally, I'd like to kindly ask if it's possible for my users to run a larger number of op-geth and op-node nodes? Is it safe to do so?
Beta Was this translation helpful? Give feedback.
All reactions