Alex Morcos
60b967ec41
Note preexisting bug in display of fee calculation in coin control
8 years ago
Wladimir J. van der Laan
7a643511b4
doc: Fill in details about miniupnp CVE-2017-8798
8 years ago
Wladimir J. van der Laan
21e1ed4898
doc: Preliminary release notes 0.14.2
8 years ago
Wladimir J. van der Laan
f2a96e7d02
doc: clean out release notes
8 years ago
Luke Dashjr
38ab0a7465
release-notes: Accurately explain getblocktemplate improvements
8 years ago
Wladimir J. van der Laan
33fadc20ba
doc: Update release notes pre-rc2
8 years ago
Suhas Daftuar
b7caa30c48
Mention dbcache memory changes in 0.14.1 release notes
8 years ago
Gregory Maxwell
226a9cb35d
Add some more release notes for 0.14.1.
...
This adds a blurb for the segwit signaling and fixes up the attribution.
8 years ago
Wladimir J. van der Laan
df82ea914f
doc: Remove release note about release notes
8 years ago
Wladimir J. van der Laan
920acbcca8
doc: Update release notes for 0.14.1
8 years ago
MarcoFalke
fa7555b16a
doc: Add release notes for RPC createraw break
8 years ago
MarcoFalke
eeeeacd600
0.14: Clear release notes
8 years ago
Wladimir J. van der Laan
58800e3556
doc: pre-rc3 changelog update
8 years ago
Russell Yanofsky
29bae0c6c5
Mention bumpfee in 0.14 release notes.
8 years ago
Matt Corallo
50ae5c711a
Document increase in memory usage due to mempool/dbcache sharing
8 years ago
MarcoFalke
fa230fde64
doc: Small release notes fixups in the list of pulls
8 years ago
Cory Fields
95e68dfe35
release: add a few performance-related notes
8 years ago
Wladimir J. van der Laan
3b2f7fdcae
doc: Add authors and changes since rc1 to release notes
8 years ago
Chris Moore
ae1c4e24a6
Fix typo in release notes.
8 years ago
Wladimir J. van der Laan
6187091411
doc: Add changelog for 0.14.0 to release notes
8 years ago
Gregory Maxwell
1577f0731a
Restore removed release notes.
8 years ago
Wladimir J. van der Laan
871e19ac84
doc: Add list of authors to release notes
...
Generated from git, so there may be duplicate authors
if someone used multiple mail addresses.
8 years ago
Wladimir J. van der Laan
1a02ecc73a
doc: Update release notes from wiki
8 years ago
Jonas Schnelli
c9f3062d55
Add fundrawtransactions new reserveChangeKey option to the release notes
8 years ago
Gregory Maxwell
7094bf7970
Trim down the XP notice and say more about what we support.
...
The big notice at the top of the release note is not interesting
to most users now and apparently comes across poorly to some.
Better to provide more information about what we do support.
8 years ago
Gregory Maxwell
e440ac7ef3
Introduce assumevalid setting to skip presumed valid scripts.
...
This disentangles the script validation skipping from checkpoints.
A new option is introduced "assumevalid" which specifies a block whos
ancestors we assume all have valid scriptsigs and so we do not check
them when they are also burried under the best header by two weeks
worth of work.
Unlike checkpoints this has no influence on consensus unless you set
it to a block with an invalid history. Because of this it can be
easily be updated without risk of influencing the network consensus.
This results in a massive IBD speedup.
This approach was independently recommended by Peter Todd and Luke-Jr
since POW based signature skipping (see PR#9180) does not have the
verifiable properties of a specific hash and may create bad incentives.
The downside is that, like checkpoints, the defaults bitrot and older
releases will sync slower. On the plus side users can provide their
own value here, and if they set it to something crazy all that will
happen is more time will be spend validating signatures.
Checkblocks and checklevel are also moved to the hidden debug options:
Especially now that checkblocks has a low default there is little need
to change these settings, and users frequently misunderstand them as
influencing security or IBD speed. By hiding them we offset the
space added by this new option.
8 years ago
Alex Morcos
34ede124af
Document fee estimation changes
8 years ago
Alex Morcos
b348287b79
Clarify that prioritisetransaction remains supported
8 years ago
Gregory Maxwell
90f13e1822
Add release notes for addnode changes.
8 years ago
MarcoFalke
fa7cc5a508
Set DEFAULT_LIMITFREERELAY = 0 kB/minute
8 years ago
Alex Morcos
0bd581ae8d
add release notes for removal of priority estimation
8 years ago
Jorge Timón
b26a7b5377
RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC
8 years ago
Pieter Wuille
854f1af22e
Make the dummy argument to getaddednodeinfo optional
8 years ago
djpnewton
f012a857f5
rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUEST
8 years ago
MarcoFalke
fab5ecb771
[wallet] rpc: Drop misleading option
8 years ago
Justin Camarena
e11f9a2f02
[doc] typos, READMEs, comments
...
Just a quick run through some docs and fixing some text errors.
8 years ago
Wladimir J. van der Laan
5e3557b8e3
doc: Clean out release notes
...
Now that 0.13 has branched, release notes for 0.13 should be maintained
there, and the release notes file on master is for 0.14 release
notes.
8 years ago
Wladimir J. van der Laan
efd1d8339a
doc: Mention dbcache increase in release notes
8 years ago
BtcDrak
14d01309be
Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY
8 years ago
Wladimir J. van der Laan
b0be3a0186
doc: Mention Windows XP end of support in release notes
...
Closes #7681 .
8 years ago
Wladimir J. van der Laan
05f64c9940
doc: Mention Linux ARM builds in release notes
9 years ago
Wladimir J. van der Laan
7982fce64c
doc: Mention full UTF-8 support in release notes
9 years ago
Jonas Schnelli
17c0131fad
[Docs] Add release notes and bip update for Bip32/HD wallets
9 years ago
Suhas Daftuar
176e19b571
Mention new RPC's in release notes
9 years ago
Wladimir J. van der Laan
7df92242a9
doc: Add note about new build/test requirements to release notes
...
[skip ci]
9 years ago
Wladimir J. van der Laan
c907f4d56b
doc: Update release process
...
The actual release process quite diverged from what was written here,
also clarify things a bit.
9 years ago
Jonas Schnelli
0b25a9fb42
[ZMQ] append a message sequence number to every ZMQ notification
9 years ago
Wladimir J. van der Laan
28b400f7d1
doc: update release-notes for `gettxoutsetinfo` change
9 years ago
Alex Morcos
0371797e2a
modify release-notes.md and bips.md
9 years ago
BtcDrak
cfd519e942
Add release note documentation
9 years ago