The Wayback Machine - http://web.archive.org/web/20220604132207/https://github.com/topics/algorand
Skip to content
#

algorand

Here are 195 public repositories matching this topic...

jeapostrophe
jeapostrophe commented Feb 22, 2022

I am modifying Reach to always use bigint int decoding, but there are some problems...

  • SuggestParams doesn't allow bigints in its fields
  • makeAssetTransferTxnWithSuggestedParams -- specifically the assetIndex could be a bigint
  • makeApplicationXYZ --- specifically the app id, foreign, and asset ids
  • indexer.lookupApplications
  • indexer.searchForTransactions().minRound()
good first issue new-bug
jasonpaulos
jasonpaulos commented Nov 2, 2020

Summary

Currently the examples for deploying signature mode smart contracts call goal directly. They would be more helpful if they used the Python SDK, since it can now support calling the compile endpoint.

Scope

Need to update examples/signature/periodic_payment_deploy.py and examples/siguature/recurring_swap_deploy.py and test that they still work correctly.

Urgency

These a

good first issue
awesome-algorand

Improve this page

Add a description, image, and links to the algorand topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the algorand topic, visit your repo's landing page and select "manage topics."

Learn more