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

Implement node client discovery #165

Closed
2 tasks done
troian opened this issue Dec 16, 2023 · 0 comments
Closed
2 tasks done

Implement node client discovery #165

troian opened this issue Dec 16, 2023 · 0 comments
Assignees
Labels
P1 repo/akash-api repo/node Akash node repo issues repo/provider Akash provider-services repo issues

Comments

@troian
Copy link
Member

troian commented Dec 16, 2023

Is your feature request related to a problem? Please describe.

With updates/additions to proto API it becomes a little hard to track which version of proto should be used by the particular client on the mainnet.

This feature aims to solve it by introducing client discovery.

  1. Starting node v0.32.0 RPC endpoint will report what client version it supports:
  2. only one version can be supported at a time
  3. Discovery endpoint must be defined as protobuf.
  4. akash-api will define client for both queries and transactions
  5. Current client must be removed from node and all usage must be replaced with one from akash-api

Describe the solution you'd like

n/a

Describe alternatives you've considered

n/a

Search

  • I did search for other open and closed issues before opening this

Code of Conduct

  • I agree to follow this project's Code of Conduct

Additional context

No response

troian added a commit to akash-network/akash-api that referenced this issue Dec 16, 2023
refs akash-network/support#165

Signed-off-by: Artur Troian <troian.ap@gmail.com>
troian added a commit to akash-network/node that referenced this issue Dec 16, 2023
refs akash-network/support#165

Signed-off-by: Artur Troian <troian.ap@gmail.com>
@troian troian added repo/node Akash node repo issues repo/provider Akash provider-services repo issues repo/akash-api P1 and removed awaiting-triage labels Dec 16, 2023
@troian troian self-assigned this Dec 16, 2023
troian added a commit to akash-network/akash-api that referenced this issue Jan 8, 2024
refs akash-network/support#165

Signed-off-by: Artur Troian <troian.ap@gmail.com>
troian added a commit to akash-network/akash-api that referenced this issue Jan 9, 2024
refs akash-network/support#165

Signed-off-by: Artur Troian <troian.ap@gmail.com>
troian added a commit to akash-network/akash-api that referenced this issue Jan 9, 2024
refs akash-network/support#165

Signed-off-by: Artur Troian <troian.ap@gmail.com>
troian added a commit to akash-network/node that referenced this issue Jan 9, 2024
refs akash-network/support#165

Signed-off-by: Artur Troian <troian.ap@gmail.com>
troian added a commit to akash-network/node that referenced this issue Jan 9, 2024
refs akash-network/support#165

Signed-off-by: Artur Troian <troian.ap@gmail.com>
troian added a commit to akash-network/node that referenced this issue Jan 9, 2024
refs akash-network/support#165

Signed-off-by: Artur Troian <troian.ap@gmail.com>
troian added a commit to akash-network/node that referenced this issue Jan 9, 2024
refs akash-network/support#165

Signed-off-by: Artur Troian <troian.ap@gmail.com>
troian added a commit to akash-network/node that referenced this issue Jan 9, 2024
refs akash-network/support#165

Signed-off-by: Artur Troian <troian.ap@gmail.com>
troian added a commit to akash-network/node that referenced this issue Jan 9, 2024
refs akash-network/support#165

Signed-off-by: Artur Troian <troian.ap@gmail.com>
troian added a commit to akash-network/provider that referenced this issue Jan 9, 2024
refs akash-network/support#165

Signed-off-by: Artur Troian <troian.ap@gmail.com>
@troian troian moved this to In Progress (prioritized) in Core Product and Engineering Roadmap Jan 9, 2024
troian added a commit to akash-network/provider that referenced this issue Jan 9, 2024
refs akash-network/support#165

Signed-off-by: Artur Troian <troian.ap@gmail.com>
troian added a commit to akash-network/provider that referenced this issue Jan 9, 2024
refs akash-network/support#165

Signed-off-by: Artur Troian <troian.ap@gmail.com>
@troian troian closed this as completed Jan 9, 2024
@github-project-automation github-project-automation bot moved this from In Progress (prioritized) to Released (in Prod) in Core Product and Engineering Roadmap Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 repo/akash-api repo/node Akash node repo issues repo/provider Akash provider-services repo issues
Projects
Status: Released (in Prod)
Development

No branches or pull requests

1 participant