Skip to content

Latest commit

 

History

History
134 lines (106 loc) · 3.68 KB

CHANGELOG.md

File metadata and controls

134 lines (106 loc) · 3.68 KB

v1.2.6 - 2021-07-22

Feat

  • add Dockerfile (#47)

Fix

  • set fee floor to 2 sat/vByte
  • claimTransactionId typo (#45)

v1.2.5 - 2021-03-10

Fix

  • replace int data type (#41)

v1.2.4 - 2021-03-01

Fix

  • refund expired deposit swaps (#38)

v1.2.3 - 2021-02-20

Feat

  • save errors to database (#36)

v1.2.2 - 2020-12-24

Fix

  • macaroon directory path

v1.2.1 - 2020-12-24

Feat

  • add datadir argument
  • add Darwin artifacts
  • add command to print macaroon in hex
  • add readonly macaroon

Fix

  • broken link in gRPC documentation
  • set payment fee limit
  • use litoshi as denomination for LTC

v1.2.0 - 2020-12-14

Feat

  • print parsed config on startup (#29)
  • add network to GetInfo response
  • custom paths for REST proxy
  • add REST proxy for gRPC server
  • add macaroon authentication for gRPC server
  • add TLS support for gRPC server

Fix

  • resolve TLS issues of REST proxy

v1.1.2 - 2020-12-01

Fix

  • add Swap ID to DepositResponse

v1.1.1 - 2020-09-09

Fix

  • nil pointer dereference when LND is killed (#18)

v1.1.0 - 2020-07-29

Fix

  • reconnect to SSE stream
  • no LND P2P connection

v1.0.0 - 2020-07-03

Feat

  • store transaction ids of Reverse Swaps
  • store transaction ids of Swaps
  • add ListSwaps command (#15)
  • add Channel Creations to GetSwapInfo
  • add database schema version
  • inbound parameter for deposit call
  • prefix for logger
  • add withdraw command
  • add deposit command
  • improve CLI argument parsing
  • add lockup address to Reverse Swap response
  • add Litecoin support
  • handle locked LNDs
  • wait for LND to be synced
  • add startup sanity checks
  • set default Boltz endpoint based on chain
  • add Channel Creations
  • add Reverse Swaps (#3)
  • fee of refund transactions
  • batch refund transactions
  • add refund logic
  • add Submarine Swaps

Fix

  • show lockup address for Reverse Swaps
  • limits of deposit call
  • cleanup streams (#14)
  • invoice expiry timeout
  • parsing of percentage fee
  • bech32 litecoin addresses
  • crash in deposit flow
  • crash when Swap could not be found
  • add Boltz version check
  • CLTV encoding

Refactor

  • improve Channel Creation enforcement