Skip to content
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

Open
jacque006 opened this issue Jun 25, 2021 · 0 comments
Open
Labels
client This PR is about implementing the client

Comments

@jacque006
Copy link
Collaborator

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 to 1 per current behavior.

@jacque006 jacque006 added the client This PR is about implementing the client label Jun 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
client This PR is about implementing the client
Projects
None yet
Development

No branches or pull requests

1 participant