v1.2.6 - 2021-07-22
- add Dockerfile (#47)
- set fee floor to 2 sat/vByte
- claimTransactionId typo (#45)
v1.2.5 - 2021-03-10
- replace int data type (#41)
v1.2.4 - 2021-03-01
- refund expired deposit swaps (#38)
v1.2.3 - 2021-02-20
- save errors to database (#36)
v1.2.2 - 2020-12-24
- macaroon directory path
v1.2.1 - 2020-12-24
- add datadir argument
- add Darwin artifacts
- add command to print macaroon in hex
- add readonly macaroon
- broken link in gRPC documentation
- set payment fee limit
- use litoshi as denomination for LTC
v1.2.0 - 2020-12-14
- 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
- resolve TLS issues of REST proxy
v1.1.2 - 2020-12-01
- add Swap ID to DepositResponse
v1.1.1 - 2020-09-09
- nil pointer dereference when LND is killed (#18)
v1.1.0 - 2020-07-29
- reconnect to SSE stream
- no LND P2P connection
- 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
- 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
- improve Channel Creation enforcement