Module massa_grpc::private
source Β· Expand description
business code for node management methods
Functions§
- Add staking secret keys to wallet
- Add IP addresses to node bootstrap blacklist
- Add IP addresses to node bootstrap whitelist
- Add IP addresses to node peers whitelist. No confirmation to expect. Note: If the ip was unknown it adds it to the known peers, otherwise it updates the peer type
- Allow everyone to bootstrap from the node by removing bootstrap whitelist configuration file
- ban_nodes_by_ids πBan multiple nodes by their individual ids
- ban_nodes_by_ips πBan multiple nodes by their individual IP addresses
- Get node bootstrap blacklist IP addresses
- Get node bootstrap whitelist IP addresses
- get_mip_status π
- get_node_status πGet node status
- get_peers_whitelist πGet node peers whitelist IP addresses
- Remove from bootstrap blacklist given IP addresses
- Remove from bootstrap whitelist given IP addresses
- Remove from peers whitelist given IP addresses
- Remove addresses from staking
- shutdown_gracefully πShutdown the node gracefully
- sign_messages πSign messages with nodeβs key
- unban_nodes_by_ids πUnban multiple nodes by their individual ids
- unban_nodes_by_ips πUnban multiple nodes by their individual IP addresses