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

Support new features from indexer 2.3.2 #296

Merged
merged 6 commits into from
Mar 18, 2021
Merged

Conversation

jasonpaulos
Copy link
Contributor

Add support for the new include-all query param on some indexer endpoints, and add support for relevant cucumber tests.

Also, I removed the round query param from the request builders for /v2/applications and /v2/applications/<app-id> since this param does not apply to those endpoints.

Closes #282.

Copy link
Contributor

@winder winder left a comment

Choose a reason for hiding this comment

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

Looks like this is missing the new endpoints:

  • indexer /v2/transactions/{txid}
  • algod /genesis
  • algod /v2/blocks/{round}/transactions/{txid}/proof

Copy link
Contributor

@winder winder left a comment

Choose a reason for hiding this comment

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

LGTM

@jasonpaulos jasonpaulos merged commit 941189a into develop Mar 18, 2021
@jasonpaulos jasonpaulos deleted the jason/indexer232 branch March 18, 2021 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Changes for updating indexer 2.3.2 release
3 participants