|
| 1 | +# [1.0.0-mainnet](https://github.com/ExchangeUnion/xud/compare/v1.0.0-testnet.1...v1.0.0-mainnet) (2019-10-03) |
| 2 | + |
| 3 | + |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* don't allow new connections while pool closes ([173303b](https://github.com/ExchangeUnion/xud/commit/173303b)) |
| 7 | +* reconnect log message ([#1260](https://github.com/ExchangeUnion/xud/issues/1260)) ([8034c6c](https://github.com/ExchangeUnion/xud/commit/8034c6c)) |
| 8 | +* **cli:** executeswap don't set undefined quantity ([8e61343](https://github.com/ExchangeUnion/xud/commit/8e61343)), closes [#1175](https://github.com/ExchangeUnion/xud/issues/1175) |
| 9 | +* **cli:** naming inconsistencies ([#1203](https://github.com/ExchangeUnion/xud/issues/1203)) ([f94c7f3](https://github.com/ExchangeUnion/xud/commit/f94c7f3)) |
| 10 | +* **lnd:** wait for macaroon before wallet created ([6ae653d](https://github.com/ExchangeUnion/xud/commit/6ae653d)) |
| 11 | +* **lnd:** waitForReady infinite deadline ([#1152](https://github.com/ExchangeUnion/xud/issues/1152)) ([86d2b20](https://github.com/ExchangeUnion/xud/commit/86d2b20)) |
| 12 | +* **p2p:** prevent xud from crashing when connecting to peer timeouts ([7932b51](https://github.com/ExchangeUnion/xud/commit/7932b51)) |
| 13 | +* **peer:** logging label/node pub key ([dec2a46](https://github.com/ExchangeUnion/xud/commit/dec2a46)) |
| 14 | +* **pool:** xud crashes upon receiving NodeStateUpdatePacket including an unexisting trading pair ([693a01b](https://github.com/ExchangeUnion/xud/commit/693a01b)) |
| 15 | +* **raiden:** log new address correctly ([0e8fa0d](https://github.com/ExchangeUnion/xud/commit/0e8fa0d)) |
| 16 | +* **seedutil:** avoid logging seed in logs ([6fdc36b](https://github.com/ExchangeUnion/xud/commit/6fdc36b)) |
| 17 | +* **seedutil:** separate aezeed & encryption pwords ([977e3d9](https://github.com/ExchangeUnion/xud/commit/977e3d9)) |
| 18 | +* **swapclient:** continue reconnection attempts ([a1a2586](https://github.com/ExchangeUnion/xud/commit/a1a2586)), closes [#1240](https://github.com/ExchangeUnion/xud/issues/1240) |
| 19 | +* **swapclientmanager:** catch genseed errors ([d5b0fed](https://github.com/ExchangeUnion/xud/commit/d5b0fed)) |
| 20 | +* **swaps:** add resolve request validation slippage ([99600c4](https://github.com/ExchangeUnion/xud/commit/99600c4)) |
| 21 | +* **swaps:** calc lock duration hours correctly ([73c43f6](https://github.com/ExchangeUnion/xud/commit/73c43f6)), closes [#1205](https://github.com/ExchangeUnion/xud/issues/1205) |
| 22 | +* allow graceful shutdown while awaiting unlock ([3821ffd](https://github.com/ExchangeUnion/xud/commit/3821ffd)) |
| 23 | +* change dai ropsten contract to kyber dai ropsten contract ([#1148](https://github.com/ExchangeUnion/xud/issues/1148)) ([9e81fcc](https://github.com/ExchangeUnion/xud/commit/9e81fcc)) |
| 24 | +* change testnet seed node key, add mainnet seed node key ([#1193](https://github.com/ExchangeUnion/xud/issues/1193)) ([809c5d8](https://github.com/ExchangeUnion/xud/commit/809c5d8)) |
| 25 | +* log error message reason correctly ([#1209](https://github.com/ExchangeUnion/xud/issues/1209)) ([69962db](https://github.com/ExchangeUnion/xud/commit/69962db)) |
| 26 | +* README link adjustment wiki -> docs.exchangeunion.com ([9a03442](https://github.com/ExchangeUnion/xud/commit/9a03442)) |
| 27 | +* **swaps:** check payment rejected error code ([5682a0a](https://github.com/ExchangeUnion/xud/commit/5682a0a)) |
| 28 | +* **swaps:** prevent crash on send payment failure ([555349e](https://github.com/ExchangeUnion/xud/commit/555349e)), closes [#1155](https://github.com/ExchangeUnion/xud/issues/1155) |
| 29 | +* **swaps:** set cltvLimit correctly ([31b41a1](https://github.com/ExchangeUnion/xud/commit/31b41a1)), closes [#1158](https://github.com/ExchangeUnion/xud/issues/1158) |
| 30 | +* **swaps:** validate Raiden's resolve request ([6d525a7](https://github.com/ExchangeUnion/xud/commit/6d525a7)) |
| 31 | +* update simnet token addresses ([#1150](https://github.com/ExchangeUnion/xud/issues/1150)) ([7737da8](https://github.com/ExchangeUnion/xud/commit/7737da8)) |
| 32 | + |
| 33 | + |
| 34 | +### Features |
| 35 | + |
| 36 | +* **cli:** enhance listpeers output ([d093597](https://github.com/ExchangeUnion/xud/commit/d093597)) |
| 37 | +* wait for lnd on create call ([a74780c](https://github.com/ExchangeUnion/xud/commit/a74780c)), closes [#1252](https://github.com/ExchangeUnion/xud/issues/1252) |
| 38 | +* **cli:** enhance create output ([a3e94f1](https://github.com/ExchangeUnion/xud/commit/a3e94f1)), closes [#1210](https://github.com/ExchangeUnion/xud/issues/1210) |
| 39 | +* **cli:** getinfo enhancements ([#1170](https://github.com/ExchangeUnion/xud/issues/1170)) ([6c5dae5](https://github.com/ExchangeUnion/xud/commit/6c5dae5)), closes [#1059](https://github.com/ExchangeUnion/xud/issues/1059) |
| 40 | +* **cli:** hide password input ([dd6e8d9](https://github.com/ExchangeUnion/xud/commit/dd6e8d9)) |
| 41 | +* **cli:** improve create call response wording ([#1246](https://github.com/ExchangeUnion/xud/issues/1246)) ([f32fe6d](https://github.com/ExchangeUnion/xud/commit/f32fe6d)) |
| 42 | +* **cli:** output enhancements ([f234be1](https://github.com/ExchangeUnion/xud/commit/f234be1)) |
| 43 | +* **cli:** set exit code 1 on errored calls ([ff9aefd](https://github.com/ExchangeUnion/xud/commit/ff9aefd)) |
| 44 | +* **cli:** wait for client on create/unlock ([a6b1d97](https://github.com/ExchangeUnion/xud/commit/a6b1d97)) |
| 45 | +* **cli:** wait for tls cert on create ([0ceca00](https://github.com/ExchangeUnion/xud/commit/0ceca00)) |
| 46 | +* **config:** default p2p port based on network ([bc51422](https://github.com/ExchangeUnion/xud/commit/bc51422)), closes [#1238](https://github.com/ExchangeUnion/xud/issues/1238) |
| 47 | +* **config:** exit on invalid config file ([356c2c7](https://github.com/ExchangeUnion/xud/commit/356c2c7)) |
| 48 | +* **db:** add simnet default currencies and pairs ([29d6479](https://github.com/ExchangeUnion/xud/commit/29d6479)) |
| 49 | +* **grpc:** log call response errors ([9913bda](https://github.com/ExchangeUnion/xud/commit/9913bda)) |
| 50 | +* **initservice:** return list of wallets ([15ec140](https://github.com/ExchangeUnion/xud/commit/15ec140)), closes [#1018](https://github.com/ExchangeUnion/xud/issues/1018) |
| 51 | +* **lnd:** update to v0.7.1-beta ([#1141](https://github.com/ExchangeUnion/xud/issues/1141)) ([e73ec4b](https://github.com/ExchangeUnion/xud/commit/e73ec4b)) |
| 52 | +* **orderbook:** check for swap clients before add ([72335a0](https://github.com/ExchangeUnion/xud/commit/72335a0)), closes [#983](https://github.com/ExchangeUnion/xud/issues/983) |
| 53 | +* **p2p:** log peer's expectedpubkey ([527a88d](https://github.com/ExchangeUnion/xud/commit/527a88d)) |
| 54 | +* **peer:** log pubkey on retry connect ([#1144](https://github.com/ExchangeUnion/xud/issues/1144)) ([97c0d1a](https://github.com/ExchangeUnion/xud/commit/97c0d1a)) |
| 55 | +* **rpc:** ListCurrencies enhancement ([3d716b6](https://github.com/ExchangeUnion/xud/commit/3d716b6)), closes [#1067](https://github.com/ExchangeUnion/xud/issues/1067) |
| 56 | +* **swaps:** raiden claims recovered swap payments ([719e199](https://github.com/ExchangeUnion/xud/commit/719e199)), closes [#1251](https://github.com/ExchangeUnion/xud/issues/1251) |
| 57 | +* $10 mainnet order size limits ([c6c74eb](https://github.com/ExchangeUnion/xud/commit/c6c74eb)), closes [#1230](https://github.com/ExchangeUnion/xud/issues/1230) |
| 58 | +* create eth keystore with master seed ([9b4d9f9](https://github.com/ExchangeUnion/xud/commit/9b4d9f9)), closes [#1242](https://github.com/ExchangeUnion/xud/issues/1242) |
| 59 | +* **swap:** persist active swap deals to db ([1a0692b](https://github.com/ExchangeUnion/xud/commit/1a0692b)), closes [#1079](https://github.com/ExchangeUnion/xud/issues/1079) |
| 60 | +* **swapclient:** add timeout to initialization ([5c0f04e](https://github.com/ExchangeUnion/xud/commit/5c0f04e)) |
| 61 | +* **swapclient:** heartbeat ([f427158](https://github.com/ExchangeUnion/xud/commit/f427158)), closes [#1090](https://github.com/ExchangeUnion/xud/issues/1090) |
| 62 | +* **swapclient:** update capacity on channelbalance ([3f43e66](https://github.com/ExchangeUnion/xud/commit/3f43e66)) |
| 63 | +* seed ports adjustment ([3b2cd3c](https://github.com/ExchangeUnion/xud/commit/3b2cd3c)) |
| 64 | +* **lnd:** automatically unlock wallet on restart ([457cb67](https://github.com/ExchangeUnion/xud/commit/457cb67)), closes [#1196](https://github.com/ExchangeUnion/xud/issues/1196) |
| 65 | +* **swaps:** dynamic lock buffer ([cf83ab0](https://github.com/ExchangeUnion/xud/commit/cf83ab0)), closes [#1164](https://github.com/ExchangeUnion/xud/issues/1164) |
| 66 | +* show git commit hash in version ([#1200](https://github.com/ExchangeUnion/xud/issues/1200)) ([876335e](https://github.com/ExchangeUnion/xud/commit/876335e)) |
| 67 | +* shutdown gracefully on SIGTERM ([847a251](https://github.com/ExchangeUnion/xud/commit/847a251)) |
| 68 | +* **rpc:** ListTrades command ([740b174](https://github.com/ExchangeUnion/xud/commit/740b174)), closes [#667](https://github.com/ExchangeUnion/xud/issues/667) |
| 69 | +* **swaps:** improved remote error handling ([5e21166](https://github.com/ExchangeUnion/xud/commit/5e21166)) |
| 70 | +* **swaps:** logging improvements ([f2815d2](https://github.com/ExchangeUnion/xud/commit/f2815d2)), closes [#1157](https://github.com/ExchangeUnion/xud/issues/1157) |
| 71 | +* **swaps:** recover crashed swap deals ([856f14a](https://github.com/ExchangeUnion/xud/commit/856f14a)), closes [#1079](https://github.com/ExchangeUnion/xud/issues/1079) |
| 72 | +* limit trade & order sizes for mainnet ([f161d19](https://github.com/ExchangeUnion/xud/commit/f161d19)), closes [#948](https://github.com/ExchangeUnion/xud/issues/948) |
| 73 | +* not connecting to its own addresses ([27547af](https://github.com/ExchangeUnion/xud/commit/27547af)) |
| 74 | +* shutdown xud on error during init ([9822d77](https://github.com/ExchangeUnion/xud/commit/9822d77)) |
| 75 | + |
| 76 | + |
| 77 | + |
1 | 78 | # [1.0.0-testnet.1](https://github.com/ExchangeUnion/xud/compare/v1.0.0-alpha.11...v1.0.0-testnet.1) (2019-07-18) |
2 | 79 |
|
3 | 80 |
|
|
0 commit comments