Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 3.95 KB

CHANGELOG.md

File metadata and controls

42 lines (34 loc) · 3.95 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2021-05-08)

Features

  • add dockerized postgresql (39dcc4f)
  • add endpoint to fetch token amount, generate invoice (92f57ff)
  • add helmet and refactor (2ce0a52)
  • add kafkajs and webhook hadling (67ca0e6)
  • add mongodb, cleanup code and validate requests (d9ea56b)
  • add rate limiting (7f59f95)
  • add starkbank webhook (d953a75)
  • add status endpoint (a2aa722)
  • add ws connection handling (c4e5596)
  • dockerize backend (cb234e7)
  • emit webhook data (a4ebc73)
  • execute tx (dd8f2dc)
  • implement brcode-payment route (0b8f1ae)
  • implement payment status endpoint (2041b42)
  • implement request-payment (78fce24)
  • move to kovan l2 (4634d17)
  • re-add server (cd05d76)
  • return token info in amount required (8621f97)
  • send back on payment-request (2a92e86)
  • setup ksqlDB (db0daf3)
  • slow down payment-request engine (cea06df)
  • watch tx and pay (108dca9)

Bug Fixes

  • broken flow handle (d7cbd36)
  • hardcoded values in endpoint (18e25ae)
  • id computation and query response handling (24824cc)
  • incorrect env variable name (0b01b52)
  • parameter list (3fac9ed)
  • payment status (0c471d2)
  • verify destination address earlier (5b7e44b)