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

Algorand Golang SDK

Results 38 go-algorand-sdk issues
Sort by recently updated
recently updated
newest added

This PR was automatically created using [Algorand's code generator](https://github.com/algorand/generator), in response to the following commits: ### Algod - [e53605d](https://github.com/algorand/go-algorand/commit/e53605d) – CI: Expose configuration to ignore parent E2E expect test runner...

This PR uses the existing generator to generate paths for the indexer box/boxes endpoint and adds cucumber unit tests to test correct paths.

# += Sandbox -= Indexer Snapshots Undertaking the work of removing obsolete indexer steps and testing using the Sandbox. ## Defining Issue https://github.com/algorand/algorand-sdk-testing/issues/221 ## TODO - [ ] Has `trim-indexer`...

Enhancement

Add StateProof support to go SDK.

Team Lamprey
New Feature

This PR was automatically created using [Algorand's code generator](https://github.com/algorand/generator), in response to the following commits: ### Algod - [1959dae](https://github.com/algorand/go-algorand/commit/1959dae) – CI: use GHA for codegen_verification (#4412) ### Indexer - [dc8f994](https://github.com/algorand/indexer/commit/dc8f994)...

Must not merge until the auto generated files from go-algorand are merged

Team Sphinx
New Feature

Provides a draft PR to simplify tracking changes to feature/box-storage.

New Feature

Merge the latest changes from `develop` into `MobileWrapper` branch (used to generate iOS and Android compatible libraries). Also, consider how to expose new functions/classes to allow ABI usage in the...

Team Scytale

## Problem There are use cases where one needs algod/indexer client to dial a different IP than the one resolved from hostname (aka fake hostname) This should be possible by...

new-feature-request

Algod client's healtcheck method returns "json: Unmarshal(nil)" error ; although algod node returns success 200 (null). The problem is: **sdk** tries to unmarshal node's healthcheck response; but the node returns...

new-bug
Team Lamprey