Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Releases: comit-network/comit-rs

nectar-0.1.0

20 Oct 03:06
ebaabd9
Compare
Choose a tag to compare
Merge pull request #3306 from comit-network/release/nectar/0.1.0

cnd-0.9.0

13 Oct 00:08
67c9ed7
Compare
Choose a tag to compare
Merge pull request #3287 from comit-network/release/cnd/0.9.0

0.8.0

12 Jun 07:08
284913e
Compare
Choose a tag to compare
Merge pull request #2837 from comit-network/release/0.8.0

0.7.3

15 Apr 01:41
0aca266
Compare
Choose a tag to compare
Merge pull request #2458 from comit-network/release/0.7.3

Release version 0.7.3

0.7.2

26 Mar 06:10
5ecac64
Compare
Choose a tag to compare
Merge pull request #2326 from comit-network/release/0.7.2

Release version 0.7.2

0.7.1

12 Mar 06:59
d11346b
Compare
Choose a tag to compare
Merge pull request #2234 from comit-network/release/0.7.1

Release version 0.7.1

Release 0.4.0

26 Nov 06:09
Compare
Choose a tag to compare

Changed

  • Breaking (HTTP+COMIT API): Change the identity for the Bitcoin Ledger from a public key hash to a public key. This change impacts the HTTP and the COMIT API of cnd.
  • Breaking (COMIT API): Replace Ethereum network with Ethereum chain_id
  • cnd no longer automatically generates a config file, but instead simply defaults to what it would have written to the file on first startup.
  • Make expiries optional when sending a swap request, with defaults:
    • 24 hours later for alpha ledger.
    • 12 hours later for beta ledger.
  • Breaking (Config file format): Expand http_api section in config file to contain both the socket and CORS settings.

Added

  • Return Ethereum chain_id on the HTTP API.
  • Support Ethereum chain_id in the Swap Request (HTTP API).
  • Ability to set CORS allowed origins through the configuration file.
  • Added command line option --dump-config to print the running configuration to stdout.

Fixed

  • Error responses now properly identify themselves as application/problem+json. They have been conforming to this format for a while already, we just never set the Content-Type header properly. From now on, applications can fully rely on the error format!

0.3.0

02 Oct 09:43
Compare
Choose a tag to compare

Changed

  • Embed btsieve as a library inside cnd: From now on, you'll only need to run cnd to use COMIT.

0.2.1

24 Sep 04:03
94ede80
Compare
Choose a tag to compare

Changed

  • Use the same Swap ID to identify a swap for both parties.

0.2.0

13 Sep 07:00
Compare
Choose a tag to compare

Remove need of dynamic shared libraries for zmq and ssl

Changed

  • Statically link openssl in the release build to allow the binaries to be ran out-of-the-box on most Linux distros.
  • Replace ZMQ by using bitcoind's HTTP API for retrieving bitcoin blocks.