Skip to content

Commit

Permalink
chore(release): v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sangaman committed Sep 1, 2020
1 parent aa3027a commit 31bf1ff
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 3 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
# [1.0.0](https://github.com/ExchangeUnion/xud/compare/v1.0.0-beta.8...v1.0.0) (2020-09-01)


### Bug Fixes

* **connext:** convert contract addresses to eip55 standard ([e08d43c](https://github.com/ExchangeUnion/xud/commit/e08d43c7179f26af6871be4e4d90b512f7f41131))
* **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)
* **orderbook:** add back fully matched orders ([1024b72](https://github.com/ExchangeUnion/xud/commit/1024b7223d96c9ee47da8cbe4357bcdad22f1873)), closes [#1816](https://github.com/ExchangeUnion/xud/issues/1816)
* **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)
* **orderbook:** reject all dust peer orders ([8a1c816](https://github.com/ExchangeUnion/xud/commit/8a1c81618d74c289a15ff14c4f09b1ddf5192147))
* improve HttpServer error logging ([67ddfa4](https://github.com/ExchangeUnion/xud/commit/67ddfa4d910f3573a8b8de1f66858bbd44ccf717))
* 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)
* strict command arg ([a26d67d](https://github.com/ExchangeUnion/xud/commit/a26d67d970cd52a5d44a106e70773ab14c188986))
* **service:** replace order id ([582a49b](https://github.com/ExchangeUnion/xud/commit/582a49b9846f9e700e4bb26425b22d732d111e28))


### Code Refactoring

* 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)


### Features

* implement Connext wallet withdrawals ([#1853](https://github.com/ExchangeUnion/xud/issues/1853)) ([6f97783](https://github.com/ExchangeUnion/xud/commit/6f97783301eb4618be6e2011753351d14c22cb35))
* **connext:** mark payment as failed when receiving 404 status ([d1f1f2c](https://github.com/ExchangeUnion/xud/commit/d1f1f2c5cc2ef17ef889f5a04bfc28a264654cd7))
* **connext:** request collateral after DEPOSIT_CONFIRMED_EVENT ([#1825](https://github.com/ExchangeUnion/xud/issues/1825)) ([dc6de05](https://github.com/ExchangeUnion/xud/commit/dc6de05e486fc57b1de90c9df426ebf669e0ad92))
* **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)
* **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)
* **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)
* **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)
* **simnet:** change USDT contract address ([91e73b0](https://github.com/ExchangeUnion/xud/commit/91e73b0505c81862e143293db8019037b1dcc85a))
* **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)
* **tests:** upgrade connext simtests to 7.3.6 ([#1833](https://github.com/ExchangeUnion/xud/issues/1833)) ([57269d8](https://github.com/ExchangeUnion/xud/commit/57269d88e6953ca8ed8e48b2bf6482e89021ee8c))
* **tests:** upgrade connext simtests to 7.3.8 ([b067d14](https://github.com/ExchangeUnion/xud/commit/b067d14afcef745cf6c1b468f4dca104f057eded))


### BREAKING CHANGES

* removes raiden support & p2p packet fields



# [1.0.0-beta.8](https://github.com/ExchangeUnion/xud/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2020-08-07)


Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xud",
"minCompatibleVersion": "1.0.0-beta.4",
"version": "1.0.0-beta.8",
"minCompatibleVersion": "1.0.0-rc.1",
"version": "1.0.0",
"description": "Exchange Union Daemon",
"main": "lib/Xud.js",
"bin": {
Expand Down

0 comments on commit 31bf1ff

Please sign in to comment.