- Docker build moved to external repo
- Added clojure linter config
- Fixed issue with multiple blockchain confs
- Added call table on README
- Added count to tags
- Added licencing and README file with template.
- Added the option to require an API KEY for every requests. An API KEY is produced per client app.
- Dockerized SWAPI together with goodies like mongo-express (mongo UI)
- Upgraded to Clojure 1.9
- Support Cross-Origin Requests
- Replaced parameter
blockchain
with the compositeconnection
andtype
- Timestamps now stored as dates rather than strings
- Added transaction description and currency parameters
- Filter transactions by dates
- Filter transactions by tags
- Added pagination to transaction/list
- Jetty host can be picked up as a env var
- Arithmetic precision testing and fixes
- Withdrawl and deposit implementation
- Extracted the authentication to separate lib
- Blockchain transaction fees get updated on DB after confirmed
- First stable release that supports both DB and Blockchains