Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gRPC Service to Control the Node #1598

Open
3 tasks
Ja7ad opened this issue Nov 16, 2024 · 3 comments
Open
3 tasks

gRPC Service to Control the Node #1598

Ja7ad opened this issue Nov 16, 2024 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers www

Comments

@Ja7ad
Copy link
Contributor

Ja7ad commented Nov 16, 2024

Description

We need to add gRPC methods to control the node. By default, this service should be disabled.

Service Name: Control

  • gRPC method to purge the transaction pool
  • gRPC method to retrieve memory information (free, used, total)
  • gRPC method to get the node's uptime duration
@Ja7ad Ja7ad added enhancement New feature or request good first issue Good for newcomers www labels Nov 16, 2024
@b00f
Copy link
Collaborator

b00f commented Nov 16, 2024

gRPC method to get the node's uptime duration

I think we have this information at the moment .

@b00f
Copy link
Collaborator

b00f commented Nov 16, 2024

gRPC method to purge the transaction pool

There is a simple workaround for this feature: Restarting the node.

@Ja7ad
Copy link
Contributor Author

Ja7ad commented Nov 16, 2024

gRPC method to purge the transaction pool

There is a simple workaround for this feature: Restarting the node.

For my logic I can't restart node every time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers www
Projects
None yet
Development

No branches or pull requests

2 participants