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

MakeAssetTransferTxn in [https://developer.algorand.org/docs/features/asa/#transferring-an-asset](docs) is not corresponding to [https://github.com/algorand/go-algorand-sdk/blob/develop/transaction/transaction.go](implementation) and MakeAssetTransferTxn needs implisitly convert genesis hash to base64 and MakePaymentTxn is not

external contribution

## Summary At time of writing there is no check that a PR obeys `golint`. Indeed, the pre-PR screen does not even mention `golint` as a requirement. As such there...

FDE

Itemizes functionality that will be removed in the upcoming major release. --- Migrating a few thoughts from v2.0.0. If we'd like to pursue, we can add stories. * Modify `transaction`...

Team Scytale

## Problem The story requests relocating files from https://github.com/algorand/go-algorand-sdk/tree/develop/future to the top-level + overwriting existing functionality. Rationale taken from https://gist.github.com/algochoi/75e8158e588ae2620d77c4497ff436d5: > * The new Transaction format in the SDK encourages...

Team Scytale
Team Lamprey

These are needed for https://github.com/algorand/go-algorand/pull/5740 and should not be merged until that work is finalized.

Enhancement

## Summary Simply exposes the `min-balance` in the [`Account`](https://github.com/algorand/go-algorand-sdk/blob/develop/client/v2/common/models/account.go) model as defined in the REST API [response](https://developer.algorand.org/docs/rest-apis/algod/#account). As the API defines the `min-balance` as required, there should always be a...

Following https://github.com/algorand/indexer/pull/1041 and https://github.com/algorand/indexer/pull/1327 Please merge this to the SDK so that it is possible to work with custom consensus files in conduit and indexer.

The go-algorand-sdk leverages Cucumber tests that start up indexer and conduit. When there is a protocol/consensus upgrade in go-algorand's master branch (and a nightly build runs), Conduit is not able...

Bumps gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gopkg.in/yaml.v3&package-manager=go_modules&previous-version=3.0.0-20200313102051-9f266ea9e77c&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

### Subject of the issue There is a discrepancy in the shape of the block response for state proof responses. Until recently there was also an error related to an...

bug
Team Lamprey