This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
Allow node operators to specify number of confirmations neded for L1 txns #616
Labels
client
This PR is about implementing the client
Problem
Currently, we consider all L1 transactions valid after 1 confirmations. In mainnet scenarios, this is rather naive and we need to wait for additional confirmations.
Relevant discussion: https://ethereum.stackexchange.com/questions/319/what-number-of-confirmations-is-considered-secure-in-ethereum
Solution
Allow node operators to specify how many confirmations they would like for L1 txns via a config field such as
l1Confirmations
. Default to1
per current behavior.The text was updated successfully, but these errors were encountered: