flare-foundation / go-songbird

BSD 3-Clause "New" or "Revised" License
66 stars 32 forks source link

Fully disable P-Chain and X-Chain #39

Open awfm9 opened 2 years ago

awfm9 commented 2 years ago

In theory, we should have no need to run the P-Chain and the X-Chain anymore. Previously, the P-Chain was needed to get validators for the sub-networks. However, this is now done by the EVM (C-Chain). This means we should, in theory, be able to fully rip out the P-Chain and X-Chain code, and simply run the EVM alone.