Skip to content

Releases: kjreills/Gridcoin.StellarAnchor

Revert Dockerfile

16 Jul 20:21
Compare
Choose a tag to compare
Revert Dockerfile Pre-release
Pre-release

Collectstatic needs to be done on startup, since it requires a .env file with secrets

Fix Dockerfile

16 Jul 20:15
Compare
Choose a tag to compare
Fix Dockerfile Pre-release
Pre-release
  • Add back collectstatic step to Dockerfile

Logging to Seq

16 Jul 15:12
Compare
Choose a tag to compare
Logging to Seq Pre-release
Pre-release
  • Adds a Seq log handler
  • Restructure logging statements
  • Remove Debug flag altogether from settings.py, because it was not being set to False correctly by environment variables

Better stellar.toml Handling

13 Jul 16:45
Compare
Choose a tag to compare
Pre-release
  • The stellar.toml file has been removed from source so that it can be volume mounted through Docker at runtime

First Release Candidate

12 Jul 18:57
e590a3c
Compare
Choose a tag to compare
Pre-release
  • Implements a basic SEP-24 deposit and withdrawal flow, with a bit of Gridcoin styling
  • This does not implement any kind of AML/KYC