Skip to content

Commit

Permalink
Bump to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nkostoulas committed Dec 3, 2019
1 parent 49324b6 commit 807de46
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

# 0.4.x

0. Payment data
1. Payment enhancements
2. Robustness improvements
3. Dockerize request script and fixes
4. Complete payments

# 0.3.x

1. Fix issue with coordinator not storing empty responses
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coordinator"
version = "0.4.1"
version = "0.4.4"
authors = ["nkostoulas <[email protected]>"]
description = "Guardnode Coordinator implementation for the Commerceblock Covalence system"
homepage = "https://github.com/commerceblock"
Expand Down
2 changes: 1 addition & 1 deletion config/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ block_time = 60
asset = "CHALLENGE"
asset_key = "cScSHCQp9AEwzZoucRpX9bMRkLCJ4LoQWBNFTZuD6tPX9qwNMWfQ"
chain = "ocean_test"
payment_asset = "ANY"
payment_asset = "CBT"
payment_addr="2dt74vJqpNTM12pbiNpHGvry7tyvUu9tJR8"

[storage]
Expand Down

0 comments on commit 807de46

Please sign in to comment.