-
Notifications
You must be signed in to change notification settings - Fork 95
Feature: Add support for unlimited assets. #900
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
bd40522
Merge branch 'release/2.8.3'
onetechnical 4997285
Merge branch 'release/2.8.4'
bricerisingalgorand ae96643
Ledger refactoring changes (#870)
tolikzinovyev 76faddd
unlimited assets: backwards-compatible JSON encodings for account dat…
cce c941e78
REST API changes for unlimited assets (#872)
cce dadae50
Merge remote-tracking branch 'origin/develop' into feature/unlimited-…
cce 8444586
REST API: count include-all results when checking max resources limit…
cce 20c5ade
add "none" to exclude enum
cce ebc44d5
rename MaxAccountNestedObjects => MaxAPIResourcesPerAccount
cce b3ebf76
update docs for MaxAccountNestedObjects => MaxAPIResourcesPerAccount
cce 0a20fa2
remove "creator" from required since it has been removed from response
cce 12aaa71
achieve parity
cce 6bc3394
Merge branch 'release/2.9.0'
algobarb 6fdb088
Merge remote-tracking branch 'origin/master' into feature/unlimited-a…
cce ff54cba
Merge remote-tracking branch 'origin/develop' into feature/unlimited-…
cce 333fedf
add DisabledMapConfig to handles_e2e_test defaultOpts
cce 6402d35
Merge remote-tracking branch 'origin/develop' into feature/unlimited-…
cce 482097a
REST API: use ErrorResponse instead of AccountsErrorResponse (#916)
cce 2b82173
Merge branch 'develop' into feature/unlimited-assets
winder File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
REST API changes for unlimited assets (#872)
Adds new REST endpoints and "exclude" parameter for account information endpoint, similar to algorand/go-algorand#3542. Relies on #870 Update endpoint: GET /v2/accounts/{address} Supports new query parameter “exclude”, which can be a combination of all, created-apps, created-assets, apps-local-state, assets Removes empty “creator” string from AssetHolding type — was not implemented (removed associated TODO) Update endpoint: GET /v2/assets/{asset-id}/balances Remove "round" query parameter — I noticed support is not implemented, and the parameter was being ignored New endpoints: GET /v2/accounts/{address}/created-apps GET /v2/accounts/{address}/created-assets GET /v2/accounts/{address}/assets GET /v2/accounts/{address}/apps-local-state Supported query parameters: asset-id / application-id (look up a single asset), include-all (include deleted), limit, next (for pagination)
- Loading branch information
commit c941e784f1b408078e73dfb5c55cb0fa4fc21783
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.