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

algod: State delta endpoints #538

Merged
merged 8 commits into from
May 24, 2023
Merged

algod: State delta endpoints #538

merged 8 commits into from
May 24, 2023

Conversation

algochoi
Copy link
Contributor

@algochoi algochoi commented May 19, 2023

Generate group state delta endpoints (based on this PR) and implement tests in https://github.com/algorand/algorand-sdk-testing/pull/281/files.

  • /v2/deltas/{round}
  • /v2/deltas/{round}/txn/group
  • /v2/deltas/txn/group/{id}

We deviate slightly from the generated files - currently capitalize JSON fields such as "Deltas" and "Ids" manually

client/v2/algod/algod.go Show resolved Hide resolved
client/v2/algod/algod.go Show resolved Hide resolved
client/v2/algod/algod.go Show resolved Hide resolved
@algochoi algochoi marked this pull request as ready for review May 19, 2023 18:32
@algochoi algochoi requested a review from a team May 19, 2023 18:35
.golangci.yml Show resolved Hide resolved
@tzaffi tzaffi mentioned this pull request May 23, 2023
3 tasks
@algochoi algochoi changed the title algod: State delta endpoints #483 algod: State delta endpoints May 23, 2023
@algochoi algochoi requested review from winder and tzaffi May 23, 2023 21:31
Copy link
Contributor

@tzaffi tzaffi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@algochoi algochoi merged commit 76101e5 into develop May 24, 2023
@algochoi algochoi deleted the txn-deltas-api branch May 24, 2023 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants