flare-foundation / go-songbird

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

Remove all P-chain and X-chain related APIs #36

Open awfm9 opened 2 years ago

awfm9 commented 2 years ago

In order to harden the node for the main network deployment, we should remove all APIs that are related to the P-Chain and the X-Chain. This will avoid that anybody could find an exploit to mess with the network by using these two chains, which will be completely irrelevant.

After removing all of the APIs, we might also be able to remove a lot of the underlying code that exists to serve these APIs.