algorand / pyteal

Algorand Smart Contracts in Python
https://pyteal.readthedocs.io
MIT License
285 stars 131 forks source link

Change Will's algod to Algorand's algod image #704

Closed ahangsu closed 10 months ago

ahangsu commented 1 year ago

Reminder: We are currently (2023/04/18) using Will's algod image under dev label, ultimately we want to use Algorand's image.

Some changes in CI configuration need to be made: we need a config.json with EnableDeveloperAPI: true activated, and override before we run the image, see: https://github.com/algorand/go-algorand/tree/master/docker#special-files

jasonpaulos commented 10 months ago

Closed as part of #714