py-algorand-sdk icon indicating copy to clipboard operation
py-algorand-sdk copied to clipboard

Algorand Python SDK

Results 30 py-algorand-sdk issues
Sort by recently updated
recently updated
newest added

## Problem While considering https://github.com/algorand/js-algorand-sdk/issues/709, @algochoi pointed out https://py-algorand-sdk.readthedocs.io/en/latest/ does _not_ contain recently introduced classes (e.g. https://github.com/algorand/py-algorand-sdk/blob/develop/algosdk/box_reference.py). The story requests: * Update docs to be current. * Triage to identify...

Team Scytale

### algosdk.kmd.sign_transaction() fails when `signing_address` arg is specified ### Expected behaviour Transaction should be signed using the private key corresponding to the specified `signing_address` ### Actual behaviour Exception is raised:...

bug
Team Lamprey

## Problem A number of folks have started working with the blocks from an API. We don't have any good models defined for them so anyone that wants to work...

new-feature-request
Team Lamprey

### Subject of the issue ### Your environment `py-algorand-sdk 2.0.0` ### Steps to reproduce 1. Call the method `asset_balances(asset_id, round_num=number)` or `asset_balances(asset_id, block=number)` ### Expected behaviour A balance return at...

bug

### Comparison (`__eq__`) of transaction objects (Ex. `ApplicationCallTxn`) Because of `on_complete` (`apan`) attribute of the `ApplicationCallTxn`, the comparison of two transactions gives the wrong output. The reason is `OnComplete.NoOpOC` (0)...

bug
Team Lamprey

## Problem `min-balance` is available in `algod` and in the Python SDK (for free) but no tests have been written to prove this. ## Solution https://github.com/algorand/go-algorand/pull/3287 has introduced `min-balance` to...

Team Lamprey

``` File "/Volumes/DATA/SourceCode/chimerax-org/abi-demo/contract.py", line 26, in def add(a: abi.DynamicArray[abi.Account]): File "/Volumes/DATA/SourceCode/chimerax-org/abi-demo/venv/src/pyteal/pyteal/ast/router.py", line 659, in method return wrap(func) File "/Volumes/DATA/SourceCode/chimerax-org/abi-demo/venv/src/pyteal/pyteal/ast/router.py", line 653, in wrap return self.add_method_handler( File "/Volumes/DATA/SourceCode/chimerax-org/abi-demo/venv/src/pyteal/pyteal/ast/router.py", line 573, in...

bug
Team Scytale

## Problem The v1.13.0 build generated incomplete docs, but the build completed successfully. * Build: https://readthedocs.org/projects/py-algorand-sdk/builds/16823287/ * Docs (note lack of API docs): https://py-algorand-sdk.readthedocs.io/en/v1.13.0/algosdk/auction.html Due to the lack of build...

bug
Team Scytale