You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issues with docker-compose yaml and environment variable settings. LogBoard can be deployed using docker-compose now, provided that proper environment variables are set.
If the transaction hash is blank (due to ledger registration failure on App side), previously this is not allowed, so there's chance that the upload will fail (as long as the transaction is failed when a record is created). Now remove this check to allow empty string as transaction hash.
Old dashboard and APIs are deprecated, thus removed.
Use PostgreSQL instead of SQLite as the Database backend. Due to the changes made on models and databases, previous data cannot be carried over to this release. It's absolutely fine since we'll need to wipe user's data after they have been uploaded for 72 hours though.