Skip to content

Commit 31bf1ff

Browse files
committed
chore(release): v1.0.0
1 parent aa3027a commit 31bf1ff

File tree

3 files changed

+45
-3
lines changed

3 files changed

+45
-3
lines changed

Diff for: CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
# [1.0.0](https://github.com/ExchangeUnion/xud/compare/v1.0.0-beta.8...v1.0.0) (2020-09-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **connext:** convert contract addresses to eip55 standard ([e08d43c](https://github.com/ExchangeUnion/xud/commit/e08d43c7179f26af6871be4e4d90b512f7f41131))
7+
* **connext:** prevent duplicate htlcAccepted evts ([#1854](https://github.com/ExchangeUnion/xud/issues/1854)) ([aa3027a](https://github.com/ExchangeUnion/xud/commit/aa3027a6a6301e21b203a9b901fc89337a4f2cee)), closes [#1851](https://github.com/ExchangeUnion/xud/issues/1851)
8+
* **orderbook:** add back fully matched orders ([1024b72](https://github.com/ExchangeUnion/xud/commit/1024b7223d96c9ee47da8cbe4357bcdad22f1873)), closes [#1816](https://github.com/ExchangeUnion/xud/issues/1816)
9+
* **orderbook:** prevent stuck replace order holds ([#1842](https://github.com/ExchangeUnion/xud/issues/1842)) ([984e064](https://github.com/ExchangeUnion/xud/commit/984e06460466f82b661ccc9b41e7221be56625c9)), closes [#1835](https://github.com/ExchangeUnion/xud/issues/1835)
10+
* **orderbook:** reject all dust peer orders ([8a1c816](https://github.com/ExchangeUnion/xud/commit/8a1c81618d74c289a15ff14c4f09b1ddf5192147))
11+
* improve HttpServer error logging ([67ddfa4](https://github.com/ExchangeUnion/xud/commit/67ddfa4d910f3573a8b8de1f66858bbd44ccf717))
12+
* restrict reputation events in non-strict mode ([#1808](https://github.com/ExchangeUnion/xud/issues/1808)) ([0d20cd3](https://github.com/ExchangeUnion/xud/commit/0d20cd3ef8c117d90c64b03deedd12a7a8d9b65c)), closes [#1802](https://github.com/ExchangeUnion/xud/issues/1802)
13+
* strict command arg ([a26d67d](https://github.com/ExchangeUnion/xud/commit/a26d67d970cd52a5d44a106e70773ab14c188986))
14+
* **service:** replace order id ([582a49b](https://github.com/ExchangeUnion/xud/commit/582a49b9846f9e700e4bb26425b22d732d111e28))
15+
16+
17+
### Code Refactoring
18+
19+
* remove raiden support ([#1824](https://github.com/ExchangeUnion/xud/issues/1824)) ([9afe7d1](https://github.com/ExchangeUnion/xud/commit/9afe7d1d06bc14946eca15e8a1a0bd799d7003f4)), closes [#1516](https://github.com/ExchangeUnion/xud/issues/1516)
20+
21+
22+
### Features
23+
24+
* implement Connext wallet withdrawals ([#1853](https://github.com/ExchangeUnion/xud/issues/1853)) ([6f97783](https://github.com/ExchangeUnion/xud/commit/6f97783301eb4618be6e2011753351d14c22cb35))
25+
* **connext:** mark payment as failed when receiving 404 status ([d1f1f2c](https://github.com/ExchangeUnion/xud/commit/d1f1f2c5cc2ef17ef889f5a04bfc28a264654cd7))
26+
* **connext:** request collateral after DEPOSIT_CONFIRMED_EVENT ([#1825](https://github.com/ExchangeUnion/xud/issues/1825)) ([dc6de05](https://github.com/ExchangeUnion/xud/commit/dc6de05e486fc57b1de90c9df426ebf669e0ad92))
27+
* **orderbook:** automatically remove dust orders ([0d8435f](https://github.com/ExchangeUnion/xud/commit/0d8435f38f5facb673978cc0e09d553e478a7696)), closes [#1798](https://github.com/ExchangeUnion/xud/issues/1798) [#1785](https://github.com/ExchangeUnion/xud/issues/1785)
28+
* **orderbook:** don't add back invalidated orders ([#1839](https://github.com/ExchangeUnion/xud/issues/1839)) ([ed43416](https://github.com/ExchangeUnion/xud/commit/ed4341672463f15c0c02d61723f9950ee109577b)), closes [#1838](https://github.com/ExchangeUnion/xud/issues/1838)
29+
* **p2p:** replace order in single packet ([#1812](https://github.com/ExchangeUnion/xud/issues/1812)) ([de691b2](https://github.com/ExchangeUnion/xud/commit/de691b2f0a0bd70743121a6924cafa2035132eed)), closes [#1805](https://github.com/ExchangeUnion/xud/issues/1805) [#1806](https://github.com/ExchangeUnion/xud/issues/1806)
30+
* **rpc:** log each call with trace not debug ([#1819](https://github.com/ExchangeUnion/xud/issues/1819)) ([eda2f8d](https://github.com/ExchangeUnion/xud/commit/eda2f8d4bdc53077c13b8b665fed2b5e9b7f903d)), closes [#1817](https://github.com/ExchangeUnion/xud/issues/1817)
31+
* **simnet:** change USDT contract address ([91e73b0](https://github.com/ExchangeUnion/xud/commit/91e73b0505c81862e143293db8019037b1dcc85a))
32+
* **swaps:** monitor pending payments before fail ([#1822](https://github.com/ExchangeUnion/xud/issues/1822)) ([1a4ee6e](https://github.com/ExchangeUnion/xud/commit/1a4ee6e9faf77e88d68464fe9026cca3c1524309)), closes [#1799](https://github.com/ExchangeUnion/xud/issues/1799) [#1794](https://github.com/ExchangeUnion/xud/issues/1794) [#1799](https://github.com/ExchangeUnion/xud/issues/1799) [#1794](https://github.com/ExchangeUnion/xud/issues/1794) [#1708](https://github.com/ExchangeUnion/xud/issues/1708)
33+
* **tests:** upgrade connext simtests to 7.3.6 ([#1833](https://github.com/ExchangeUnion/xud/issues/1833)) ([57269d8](https://github.com/ExchangeUnion/xud/commit/57269d88e6953ca8ed8e48b2bf6482e89021ee8c))
34+
* **tests:** upgrade connext simtests to 7.3.8 ([b067d14](https://github.com/ExchangeUnion/xud/commit/b067d14afcef745cf6c1b468f4dca104f057eded))
35+
36+
37+
### BREAKING CHANGES
38+
39+
* removes raiden support & p2p packet fields
40+
41+
42+
143
# [1.0.0-beta.8](https://github.com/ExchangeUnion/xud/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2020-08-07)
244

345

Diff for: npm-shrinkwrap.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xud",
3-
"minCompatibleVersion": "1.0.0-beta.4",
4-
"version": "1.0.0-beta.8",
3+
"minCompatibleVersion": "1.0.0-rc.1",
4+
"version": "1.0.0",
55
"description": "Exchange Union Daemon",
66
"main": "lib/Xud.js",
77
"bin": {

0 commit comments

Comments
 (0)