docs icon indicating copy to clipboard operation
docs copied to clipboard

Results 23 docs issues
Sort by recently updated
recently updated
newest added

**The current state** https://developer.algorand.org/docs/reference/rest-apis/indexer/#block https://developer.algorand.org/docs/reference/rest-apis/algod/v2/#get-v2blocksround **The proposed state** In every case where Algod v2 and Indexer v2 have the same field BUT an entirely different encoding - provide a) a...

documentation

**The current state** The Python snippet of the update section of https://developer.algorand.org/docs/features/asc1/stateful/sdks/#update has the following line `txn = txn = transaction.ApplicationUpdateTxn(sender, params, app_id, \ approval_program, clear_program, app_args)` The **app_args** parameter...

documentation

**The current state** A lot of our examples/discussion revolve around kmd/goal for account creation: https://developer.algorand.org/docs/features/accounts/create/ This is probably not best practice for key management; we should maybe make a separate...

documentation

This isn't a documentation-related issue, rather a UX improvement. As I've found out, a Django based CMS is responsible for serving the Developer portal, so if the login button in...

Add a page noting things that are often confusing to new devs. `asset_sender` - only used for clawback but _seems_ like it'd be used to send an asset `txn.accounts[0]` and...

**Is your addition related to a problem? Please describe.** In traditional development, we're used to being able to count on getting a timestamp whenever we want, and it'll reflect real...

The [transaction reference page](https://developer.algorand.org/docs/get-details/transactions/transactions/?from_query=transaction%20refere#asset-configuration-transaction) does not mention Asset Destroy in the TOC or as a header, nor Asset Create. However, once this transaction type is discovered, it can be found...

**The current state** The page https://developer.algorand.org/docs/get-details/walletconnect/walletconnect-schema/ describes the Algorand WalletConnect schema. **The proposed state** Now that we have ARC-25 (https://arc.algorand.foundation/ARCs/arc-0025) which formalizes the schema, that page should just point to...

documentation

**Is your addition related to a problem? Please describe.** The "Install the indexer documentation" (docs/run-a-node/setup/indexer) are missing some details from the recent indexer releases (since 2.13.x) regarding the mandatory data-dir...

documentation

https://developer.algorand.org/docs/get-details/transactions/transactions/?from_query=apep#application-call-transaction https://developer.algorand.org/docs/get-details/transactions/ https://developer.algorand.org/docs/get-details/dapps/smart-contracts/apps/?from_query=state%20budget#the-lifecycle-of-a-smart-contract We should mention that extra pages is useful to set if the dev expects they might push an update that'd push the program requirements past a single...

documentation