Skip to content

Commit

Permalink
Preparations for v2.0.0-beta (#135)
Browse files Browse the repository at this point in the history
chore: release v2.0.0-beta
  • Loading branch information
michael1011 authored Aug 27, 2019
2 parents c1f08ed + dcf7ac9 commit 1a8fde0
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# [2.0.0-beta](https://github.com/BoltzExchange/boltz-backend/compare/v1.0.0-beta.2...v2.0.0-beta) (2019-08-27)


### Bug Fixes

* always use free port for ZMQ tests ([8eb6984](https://github.com/BoltzExchange/boltz-backend/commit/8eb6984))
* calculation of enforced limits of LTC/BTC pair ([e874595](https://github.com/BoltzExchange/boltz-backend/commit/e874595))
* message of backup command ([#131](https://github.com/BoltzExchange/boltz-backend/issues/131)) ([b5f1676](https://github.com/BoltzExchange/boltz-backend/commit/b5f1676))
* minor fee calculation fixes ([9075469](https://github.com/BoltzExchange/boltz-backend/commit/9075469))
* minor improvements ([c3f19b4](https://github.com/BoltzExchange/boltz-backend/commit/c3f19b4))
* not throwing exception if backup private key cannot be found ([ec84edc](https://github.com/BoltzExchange/boltz-backend/commit/ec84edc))
* output type of NewAddress ([ca52f9c](https://github.com/BoltzExchange/boltz-backend/commit/ca52f9c))
* race conditions in EventHandler ([9442a1e](https://github.com/BoltzExchange/boltz-backend/commit/9442a1e))
* tests after renaming event to status ([335cac3](https://github.com/BoltzExchange/boltz-backend/commit/335cac3))
* tests in different timezones ([af283ec](https://github.com/BoltzExchange/boltz-backend/commit/af283ec))


### Features

* abort swaps after expiration ([#123](https://github.com/BoltzExchange/boltz-backend/issues/123)) ([5879a3b](https://github.com/BoltzExchange/boltz-backend/commit/5879a3b))
* accept 0-conf for non RBF swap outputs ([#118](https://github.com/BoltzExchange/boltz-backend/issues/118)) ([66066ee](https://github.com/BoltzExchange/boltz-backend/commit/66066ee))
* add 0-conf limits to getPairs endpoint ([769b79f](https://github.com/BoltzExchange/boltz-backend/commit/769b79f))
* add list of images to builder script ([9a091f9](https://github.com/BoltzExchange/boltz-backend/commit/9a091f9))
* add script to stream Server-Sent events ([14c72bd](https://github.com/BoltzExchange/boltz-backend/commit/14c72bd))
* add timeoutBlockHeight to response of createReverseSwap ([14b8314](https://github.com/BoltzExchange/boltz-backend/commit/14b8314))
* improve Docker image build process ([1c5c627](https://github.com/BoltzExchange/boltz-backend/commit/1c5c627))



# [1.0.0-beta.2](https://github.com/BoltzExchange/boltz-backend/compare/v1.0.0-beta...v1.0.0-beta.2) (2019-05-14)


Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Boltz

[![CircleCI](https://circleci.com/gh/BoltzExchange/boltz-backend/tree/master.svg?style=shield)](https://circleci.com/gh/BoltzExchange/boltz-backend/tree/master) [![Version](https://img.shields.io/npm/v/boltz-backend.svg)](https://www.npmjs.com/package/boltz-backend)
[![CircleCI](https://circleci.com/gh/BoltzExchange/boltz-backend/tree/master.svg?style=shield)](https://circleci.com/gh/BoltzExchange/boltz-backend/tree/master) [![Documentation Status](https://readthedocs.org/projects/boltz-backend/badge/?version=latest)](https://docs.boltz.exchange/en/latest/?badge=latest)
[![Version](https://img.shields.io/npm/v/boltz-backend.svg)](https://www.npmjs.com/package/boltz-backend)

Boltz is an open-source exchange solution for everyone. The goal of Boltz is to allow tech entrepreneurs as well as technically capable individuals to operate a digital asset exchange without requiring their users to trust them.

## Documentation

All of the documentation of Boltz can be found on [Read the Docs](https://docs.boltz.exchange/en/latest/)
39 changes: 38 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boltz-backend",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta",
"description": "Backend of boltz",
"main": "dist/Boltz.js",
"scripts": {
Expand Down Expand Up @@ -90,6 +90,7 @@
"@types/zeromq": "^4.6.2",
"concurrently": "^4.1.2",
"conventional-changelog": "^3.1.10",
"conventional-changelog-cli": "^2.0.23",
"get-port": "^5.0.0",
"grpc-tools": "^1.8.0",
"grpc_tools_node_protoc_ts": "^2.5.4",
Expand Down

0 comments on commit 1a8fde0

Please sign in to comment.