Skip to content

Commit

Permalink
pkg: CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed Sep 17, 2020
1 parent 42b567c commit 05a9b02
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,15 @@

## unreleased

### Node changes

- `FullNode` now parses option `--min-weight=<number>` (`min-weight: <number>` in
hsd.conf or `minWeight: <number>` in JavaScript object instantiation).
When assembling a block template, if there are not enough fee-paying transactions available,
the miner will add transactions up to the minimum weight that would normally be
ignored for being "free" (paying a fee below policy limit). The default value is
raised from `0` to `5000` (a 1-in, 2-out BID transaction has a weight of about `889`).

### Wallet changes

- Fixes a bug that ignored the effect of sending or receiving a FINALIZE on a
Expand Down

0 comments on commit 05a9b02

Please sign in to comment.