Skip to content

Commit

Permalink
Merge pull request #1275 from algorandfoundation/automatic-pr-go-algo…
Browse files Browse the repository at this point in the history
…rand-v3.26.0-stable-indexer-3.6.0

Automatic update generated for go-algorand: v3.26.0-stable and indexer: 3.6.0
  • Loading branch information
nullun authored Oct 30, 2024
2 parents 2664fc0 + c658ee2 commit 6f45fff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .indexer.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.0
3.6.0
4 changes: 3 additions & 1 deletion docs/clis/indexer/daemon.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,14 @@ indexer daemon [flags]
--default-transactions-limit uint32 set the default Limit parameter for querying transactions, if none is provided (default 1000)
--dev-mode allow performance intensive operations like searching for accounts at a particular round
--dev-mode has no effect currently, reserved for future performance intensive operations
-n, --dummydb use dummy indexer db
--enable-all-parameters override default configuration and enable all parameters. Can't be used with --api-config-file
--enable-private-network-access-header respond to Private Network Access preflight requests
-h, --help help for daemon
-f, --logfile string file to write logs to, if unset logs are written to standard out
Expand Down
4 changes: 2 additions & 2 deletions docs/rest-apis/indexer.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Search for accounts.
|**Query**|**include-all** <br>*optional*|Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.|boolean|
|**Query**|**limit** <br>*optional*|Maximum number of results to return. There could be additional pages even if the limit is not reached.|integer|
|**Query**|**next** <br>*optional*|The next page of results. Use the next token provided by the previous results.|string|
|**Query**|**round** <br>*optional*|Include results for the specified round. For performance reasons, this parameter may be disabled on some configurations. Using application-id or asset-id filters will return both creator and opt-in accounts. Filtering by include-all will return creator and opt-in accounts for deleted assets and accounts. Non-opt-in managers are not included in the results when asset-id is used.|integer|
|**Query**|**round** <br>*optional*|Deprecated and disallowed. This parameter used to include results for a specified round. Requests with this parameter set are now rejected.|integer|


**Responses**
Expand Down Expand Up @@ -116,7 +116,7 @@ Lookup account information.
|**Path**|**account-id** <br>*required*|account string|string|
|**Query**|**exclude** <br>*optional*|Exclude additional items such as asset holdings, application local data stored for this account, asset parameters created by this account, and application parameters created by this account.|< enum (all, assets, created-assets, apps-local-state, created-apps, none) > array|
|**Query**|**include-all** <br>*optional*|Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.|boolean|
|**Query**|**round** <br>*optional*|Include results for the specified round.|integer|
|**Query**|**round** <br>*optional*|Deprecated and disallowed. This parameter used to include results for a specified round. Requests with this parameter set are now rejected.|integer|


**Responses**
Expand Down

0 comments on commit 6f45fff

Please sign in to comment.