Skip to content

Commit 66901af

Browse files
committed
chore(release): v1.2.3
1 parent 1177ed4 commit 66901af

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [1.2.3](https://github.com/ExchangeUnion/xud/compare/v1.2.0...v1.2.3) (2020-12-03)
2+
3+
This release includes several fixes, including a regression bug relating to disconnecting offline peers from 1.2.1, as well as a new call & cli command to change the xud master password.
4+
5+
### Bug Fixes
6+
7+
* **p2p:** fix stall timer checks ([#2015](https://github.com/ExchangeUnion/xud/issues/2015)) ([405f50e](https://github.com/ExchangeUnion/xud/commit/405f50e95da3f9866d3852c863a9800ee4688b23)), closes [#1994](https://github.com/ExchangeUnion/xud/issues/1994) [#2010](https://github.com/ExchangeUnion/xud/issues/2010)
8+
* changes removeorder output to a more meaningful message ([#1526](https://github.com/ExchangeUnion/xud/issues/1526)) ([#1986](https://github.com/ExchangeUnion/xud/issues/1986)) ([43e7c8e](https://github.com/ExchangeUnion/xud/commit/43e7c8e1f1006ce21eb6fa3c0a23d67d0fec137c))
9+
* wrong error message on insufficient inbound capacity ([#2003](https://github.com/ExchangeUnion/xud/issues/2003)) ([#2006](https://github.com/ExchangeUnion/xud/issues/2006)) ([22c474a](https://github.com/ExchangeUnion/xud/commit/22c474aa517384ff990096bc2bc0b7ae0baae2fc))
10+
11+
12+
### Features
13+
14+
* change master password ([#2007](https://github.com/ExchangeUnion/xud/issues/2007)) ([7ecdd7e](https://github.com/ExchangeUnion/xud/commit/7ecdd7ec8f10d3fdb48f29715d5850ffec2c0c85)), closes [#1981](https://github.com/ExchangeUnion/xud/issues/1981)
15+
* enhance simulation test README ([#2001](https://github.com/ExchangeUnion/xud/issues/2001)) ([9d71552](https://github.com/ExchangeUnion/xud/commit/9d7155268602c8033104d654524a803830deca2f))
16+
* ignore unavailable swap clients on create ([#1815](https://github.com/ExchangeUnion/xud/issues/1815)) ([#2004](https://github.com/ExchangeUnion/xud/issues/2004)) ([360cca7](https://github.com/ExchangeUnion/xud/commit/360cca70d57a0621887fbd773c5fed0ba99819e4))
17+
18+
19+
120
## [1.2.2](https://github.com/ExchangeUnion/xud/compare/v1.0.0...v1.2.2) (2020-11-24)
221

322
This release includes a critical bug fix for replace order functionality. In addition, a new rpc call GetMnemonic has been added that can be used to retrieve the master seed mnemonic for xud at runtime after an xud node has been created.

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xud",
33
"minCompatibleVersion": "1.0.0-rc.1",
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"description": "Exchange Union Daemon",
66
"main": "lib/Xud.js",
77
"bin": {

0 commit comments

Comments
 (0)