-
Notifications
You must be signed in to change notification settings - Fork 476
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
Update go-algorand internals to use Algod V2 API (No more V1 dependencies) #2976
Comments
@barnjamin I am labeling this "Team Scytale", and we will take a look through it during our grooming, but you are still more than welcome to work on it (I see you said you might). Until we put it in "In Progress", we are not yet actively working on it. |
Here's a sample
|
RE: Version affinity discussed in this comment After sunsetting V1 algod APIs, it looks like |
Problem
While digging into #2904 what it would take to support a remote API for
goal
, it was noted that some of the API calls currently only support the V1 API.Since some public API providers no longer support the V1 API, in order to allow some remote endpoint for
goal
the API methods will need to be updated to allow V2 payloads.Solution
Add V2 support to goal/libgoal
Urgency
Nice to have, may try to do it myself
Acceptance Criteria
Research issue.
Create followup tickets that lists the specific work involved in fully removing the V1 API references.
The text was updated successfully, but these errors were encountered: