avalanchego
avalanchego copied to clipboard
[vms/avm] Remove all keystore APIs except `ExportKey` and `ListAddresses`
Why this should be merged
These functions should not be used as keys should not be stored on the node. We'll retain ExportKey
and ListAddresses
to enable people to export their keys if they have not done so already.
How this works
Deletes all code relating to keystore APIs in the avm
except ExportKey
and ListAddresses
.
How this was tested
- [x] CI
This PR has become stale because it has been open for 30 days with no activity. Adding the lifecycle/frozen
label will cause this PR to ignore lifecycle events.