Improve collision management (#2181)

This commit is contained in:
ligi 2023-01-25 17:00:47 +01:00 committed by GitHub
parent 5064e29da3
commit 96a0976af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,10 @@ There are also aggregated json files with all chains automatically assembled:
## Collision management ## Collision management
If different chains have the same chainID we list the one with the oldest genesis. We cannot allow more than one chain with the same chainID - this would open the door to replay attacks.
The first pull request gets the chainID assigned. When creating a chain we can expect that you read EIP155 which states this repo.
All pull request trying to replace a chainID because they think their chain is better than the other will be closed.
The only way to get a chain reassigned is when the old chain gets deprecated. This can e.g. be used for testnets that are short lived. But then you will get the redFlag "reusedChaiID" that should be displayed in clients to warn them about the dangers here.
## Usages ## Usages
### Wallets ### Wallets