Skip to content

Commit 292fa19

Browse files
xaurdajohi
authored andcommitted
Small fixes (#118)
1 parent fdce250 commit 292fa19

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

release-notes.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ A comprehensive list of improvements and bug fixes follows.
967967
## New features
968968

969969
* CoinShuffle++ cooperative mixing features are added. Through this process,
970-
tickets may be bought from outputs in a CoinJoin transaction. CoinJoin change
970+
tickets may be bought from outputs of a CoinJoin transaction. CoinJoin change
971971
is not anonymized, and must be isolated to a different account and mixed down
972972
at standard amount values.
973973

@@ -995,16 +995,16 @@ A comprehensive list of improvements and bug fixes follows.
995995

996996
* The `abandontransaction` method has been implemented by the JSON-RPC server.
997997
This method allows the wallet to forget about any unmined transaction, and
998-
allows any previous outputs spend by the abandoned transaction to become
998+
allows any previous outputs spent by the abandoned transaction to become
999999
spendable again.
10001000

10011001
* A `GetAccountExtendedPrivKey` method has been added to the gRPC WalletService
10021002
to export the extended private key of an account.
10031003

10041004
## Other improvements
10051005

1006-
* Double spending vote/revocation transaction errors now include the hashes the
1007-
conflicting transactions.
1006+
* Double spending vote/revocation transaction errors now include the hashes of
1007+
the conflicting transactions.
10081008

10091009
* Concurrency was improved throughout with better in-memory data structures and
10101010
reducing how long operations are performed while inside of database views and
@@ -1081,7 +1081,7 @@ matheusd. Most of the other work was completed by vctt and a new member of the
10811081

10821082
## New Features
10831083

1084-
- Initial LN Support has been added. This includes the following functionality:
1084+
- Initial LN support has been added. This includes the following functionality:
10851085
dcrlnd startup/teardown, open/close channels, create invoices, send payments,
10861086
enabled autopilot and show dcrlnd logs. This initial support should give users
10871087
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
11061106
daemon had some fatal error that it would never recover from. This allows
11071107
the user to recover from such a situation more gracefully.
11081108

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
11101110
requested. Previously, every load of decrediton would cause an unnecessary
11111111
amount of data to be requested.
11121112

@@ -1129,11 +1129,11 @@ All commits since the last release may be viewed on GitHub
11291129

11301130
# dcrlnd v0.2.0-rc1
11311131

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.
11331133

11341134
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.
11351135

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.
11371137

11381138
## Network Reset & Backwards Incompatible Change
11391139

@@ -1149,19 +1149,19 @@ Given the v0.1.0 network was still very small we decided to not implement signal
11491149

11501150
- Switch payment hash algorithm to SHA-256 [decred/dcrlnd#46](https://github.com/decred/dcrlnd/pull/46)
11511151

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)
11531153

11541154
## Notable Upstream Changes
11551155

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:
11571157

11581158
- 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.
11591159

11601160
- 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_.
11611161

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.
11631163

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.
11651165

11661166
## Changelog
11671167

0 commit comments

Comments
 (0)