You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
### Changed
12
12
-**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.
13
13
-**Breaking (COMIT API):** Replace Ethereum `network` with Ethereum `chain_id`
14
-
- cnd no longer automatically generates a config file but instead, simply defaults to what it would have written to the file on first startup.
14
+
- cnd no longer automatically generates a config file, but instead simply defaults to what it would have written to the file on first startup.
15
15
- Make expiries optional when sending a swap request, with defaults:
16
16
- 24 hours later for alpha ledger.
17
17
- 12 hours later for beta ledger.
18
+
-**Breaking (Config file format):** Expand `http_api` section in config file to contain both the socket and CORS settings.
0 commit comments