All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- The backend was updated to work with Go v18.
- Remove
/api/address
endpoint. Use/api/transactions
instead. - Remove precompiled
dist/
folder. Users should compile the frontend withmake build-ng
or use a docker image. - Remove
-use-unversioned-api
option