ava-labs / avalanchego

Go implementation of an Avalanche node.
https://avax.network
BSD 3-Clause "New" or "Revised" License
2.12k stars 671 forks source link

Allow configuring list of available/disabled endpoint using config file for X-chain #982

Open SozinM opened 2 years ago

SozinM commented 2 years ago

As avalanche nodes hoster I want to be able to turn off X-chain API calls that require keystone using X-chain config file or node command line params. Example of such call:

avm.createAddress
avm.sendNFT
...

Public API service https://api.avax.network/ext/bc/X uses such a feature with X-chain calls which makes unsupported API calls appear as unavailable.

github-actions[bot] commented 1 year ago

This issue has become stale because it has been open 60 days with no activity. Adding the lifecycle/frozen label will cause this issue to ignore lifecycle events.