You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: