Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chain config for each plasma networks #93

Open
4000D opened this issue Mar 11, 2020 · 0 comments
Open

Update chain config for each plasma networks #93

4000D opened this issue Mar 11, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed TODO

Comments

@4000D
Copy link
Contributor

4000D commented Mar 11, 2020

Chain config in Ethereum udpated whenever hardfork happens. Original go-ethereum apply chain config changes by updating go-ethereum itself, and all nodes must update their client due to follow the changes and hard forks.

Those are implemented in params/config.go.

But plasma-evm client is used for each networks with different chain config, because it is meant to make a lot of plasma network with a same client.

We need to support updating chain config system for each sub-networks, not by inserting sub-network config in plasma-evm implementation as go-ethereum does.

@4000D 4000D added enhancement New feature or request help wanted Extra attention is needed TODO labels Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed TODO
Projects
None yet
Development

No branches or pull requests

1 participant