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
enabled autopilot and show dcrlnd logs. This initial support should give users
1087
1087
a chance to experience the capabilities of LN while we can also collect user
@@ -1106,7 +1106,7 @@ matheusd. Most of the other work was completed by vctt and a new member of the
1106
1106
daemon had some fatal error that it would never recover from. This allows
1107
1107
the user to recover from such a situation more gracefully.
1108
1108
1109
-
- Update Politeia proposal fetching to reduce amount of data that is consistantly
1109
+
- Update Politeia proposal fetching to reduce amount of data that is constantly
1110
1110
requested. Previously, every load of decrediton would cause an unnecessary
1111
1111
amount of data to be requested.
1112
1112
@@ -1129,11 +1129,11 @@ All commits since the last release may be viewed on GitHub
1129
1129
1130
1130
# dcrlnd v0.2.0-rc1
1131
1131
1132
-
This update has brought dcrlnd synced to the [v0.8.0-beta](https://github.com/lightningnetwork/lnd/releases/tag/v0.8.0-beta) of upstream lnd.
1132
+
This update has brought dcrlnd in sync with the [v0.8.0-beta](https://github.com/lightningnetwork/lnd/releases/tag/v0.8.0-beta) of upstream lnd.
1133
1133
1134
1134
Most upstream work that was done since our original branching point in January 2019 was merged and Decred-specific work has been done to enable more seamless integration of dcrlnd to Decrediton.
1135
1135
1136
-
Decred's LN network is still only in its begining stages, therefore please use caution when comitting funds to it.
1136
+
Decred's LN network is still only in its beginning stages, therefore please use caution when comitting funds to it.
1137
1137
1138
1138
## Network Reset & Backwards Incompatible Change
1139
1139
@@ -1149,19 +1149,19 @@ Given the v0.1.0 network was still very small we decided to not implement signal
1149
1149
1150
1150
- Switch payment hash algorithm to SHA-256 [decred/dcrlnd#46](https://github.com/decred/dcrlnd/pull/46)
1151
1151
1152
-
- Remove the need to connect to a dcrd running with `--txindex`[decred/dcrlnd#41](https://github.com/decred/dcrlnd/pull/41)
1152
+
- Remove the need to run the associated dcrd with transaction index enabled[decred/dcrlnd#41](https://github.com/decred/dcrlnd/pull/41)
1153
1153
1154
1154
## Notable Upstream Changes
1155
1155
1156
-
[PR36](https://github.com/decred/dcrlnd/pull/36) and [PR42](https://github.com/decred/dcrlnd/pull/42) are the ones that port the upstream work. Some notable upstream changes brought include the following.
1156
+
[PR36](https://github.com/decred/dcrlnd/pull/36) and [PR42](https://github.com/decred/dcrlnd/pull/42) are the ones that port the upstream work. Some notable changes brought from the upstream include the following:
1157
1157
1158
1158
- Safu Commitments, which was an LN-wide protocol change enabling wallets to retrieve their local channel balance stored in unilaterally-closed channels without requiring coordination with the counterparty.
1159
1159
1160
1160
- Watchtower support, which allows a wallet to remain closed for a longer period of time by offloading the reposability to watch for channel breaches to a third party called a _watchtower_.
1161
1161
1162
-
- Static Channel Backups which are a race-condition-free way of backing up the channel data required to safely execute the Data Loss Protection protocol if the main database of lnd is lost.
1162
+
- Static Channel Backups, which are a race-condition-free way of backing up the channel data required to safely execute the Data Loss Protection protocol if the main database of lnd is lost.
1163
1163
1164
-
- Hodl invoices which is a way of creating and settling invoices by providing the payment hash/preimage via gRPC and allows bridging the lnd service to more advanced LN-based services such as atomic swaps.
1164
+
- Hodl invoices, which is a way of creating and settling invoices by providing the payment hash/preimage via gRPC and allows bridging the lnd service to more advanced LN-based services such as atomic swaps.
0 commit comments