go-algorand-sdk
go-algorand-sdk copied to clipboard
Algorand Golang SDK
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`...
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
Provides a draft PR to simplify tracking changes to feature/box-storage.
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...
## 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...
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...