Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Latest commit

 

History

History
87 lines (69 loc) · 10 KB

CHANGELOG.md

File metadata and controls

87 lines (69 loc) · 10 KB

1.0.0-beta.2 (2019-05-14)

Bug Fixes

  • swapinfo Discord command (d49bf17)

Features

  • more advanced accounting (098201c)
  • scheduled database backups (1dba6dd)
  • upload LND multi channel backups (256ceed)

1.0.0-beta (2019-04-27)

Bug Fixes

  • add CORS headers (#12) (9c51797)
  • add X-Accel-Buffering header (#39) (2a6fdcb)
  • amount of BIP21 payment requests (#42) (0feb8c4)
  • better error message for non final transactions (#85) (06dee96)
  • catch body-parser errors (#86) (16f4622)
  • catch Discord errors (#74) (0826ad4)
  • chain listen currency of reverse swaps (#33) (dddcf93)
  • error when message is sent to a Slack thread (557c2cc)
  • error when message is sent to a Slack thread (#54) (d315469)
  • formatting of getbalance response (#70) (1ce5b8c)
  • improve CSV formatting (#76) (341f9e8)
  • more accommodating limits (#79) (8ebf2d3)
  • set timeout block number of swaps (#43) (0378f92)
  • stringify maps as objects instead of arrays (148c432)
  • timeout of event stream after 2 minutes (#59) (7e5656c)
  • use compatibility addresses by default (#14) (518b9cb)
  • verify amounts for reverse swaps (#53) (76b0ad9)

Features

  • add API endpoint for broadcasting transactions (#10) (330d359)
  • add API endpoint for creating reverse swaps (#31) (c0cfac8)
  • add API endpoint for fee estimation (#52) (508c2ef)
  • add Discord command to generate new addresses (#77) (3afd072)
  • add Discord commands swapinfo and help (6a4f84b)
  • add fee column to database (0a171a0)
  • add generation of BIP21 payment requests (#26) (a06aaa7)
  • add gRPC client for Boltz (ab02bfb)
  • add gRPC protobufs of boltz-backend (3312250)
  • add InvoiceFailedToPay event to swap status (ab340bc)
  • add pairs (#15) (9fc446f)
  • add preimage to invoice settled events (#32) (0359a7e)
  • add REST API for createSwap (2f0004b)
  • add test for utils (#64) (71f92ac)
  • add TOML config file (#4) (50f911c)
  • add tool to report swaps and collected fees (#73) (44f2243)
  • add trading fee to swaps (#56) (203447c)
  • get balance with slack command (6b906f8)
  • get swap status with GET request (#58) (652ae40)
  • graceful error handling in the API (#3) (2321857)
  • improve logging of swap id (#19) (4c85469)
  • improve swap not found error message (#62) (fdfeeaf)
  • include refunds in reverse swap status (7130a78)
  • include reverse claim fee in miner fees (f7d76bd)
  • integrate circleci (#50) (807a692)
  • log Discord bot commands (50c7f05)
  • monitor balances (#41) (c9d9278)
  • new fee structure (7e3350a)
  • notify about missing inbound liquidity (#68) (19344ca)
  • optional hardcoded rates (9b3388b)
  • reconnect to backend after subscription error (#21) (4f2c608)
  • reworked API method getpairs (bcf290b)
  • save swap information in database (#63) (0102760)
  • send connection status to Slack channel (#51) (714d93d)
  • send Slack message when connection to backend is lost (326564e)
  • switch from Slack to Discord (#57) (57a823f)
  • toggle availability of reverse swaps (#80) (549a524)
  • update rates regularly (#22) (1b33081)
  • verify maximal and minimal amount (dd0dd76)
  • api: add retrieving transaction from its hash (#11) (3980cd2)
  • api: add timeout to createswap (#13) (0037c48)
  • api: subscribe to swap events (#16) (47b1f41)