aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2017-06-14Note preexisting bug in display of fee calculation in coin controlAlex Morcos
2017-06-07doc: Fill in details about miniupnp CVE-2017-8798Wladimir J. van der Laan
2017-06-06doc: Update manpages for 0.14.2v0.14.2rc2Wladimir J. van der Laan
2017-06-05doc: Preliminary release notes 0.14.2Wladimir J. van der Laan
2017-06-02build: bump version to 0.14.2Wladimir J. van der Laan
2017-05-29Minor fix in build documentation for FreeBSD 11Shigeya Suzuki
- Package name is libevent, not libevent2 - Need to use GNU make Github-Pull: #10245 Rebased-From: 0611bc3439c65e100db98914d18606f623048ba8
2017-04-22doc: clean out release notesWladimir J. van der Laan
2017-04-19release-notes: Accurately explain getblocktemplate improvementsLuke Dashjr
2017-04-14doc: Update release notes pre-rc2v0.14.1rc2Wladimir J. van der Laan
2017-04-12Mention dbcache memory changes in 0.14.1 release notesSuhas Daftuar
2017-04-05Add some more release notes for 0.14.1.Gregory Maxwell
This adds a blurb for the segwit signaling and fixes up the attribution.
2017-04-05doc: Remove release note about release notesWladimir J. van der Laan
2017-04-05doc: Update release notes for 0.14.1Wladimir J. van der Laan
2017-04-05Bump version to 0.14.1v0.14.1rc1Wladimir J. van der Laan
2017-03-27doc: Add release notes for RPC createraw breakMarcoFalke
2017-03-270.14: Clear release notesMarcoFalke
2017-03-01Bugfix: Only install manpages for built programsLuke Dashjr
Github-Pull: #9892 Rebased-From: 8c156b7f70ecd46af2172e052c89510f032c5090
2017-02-28doc: pre-rc3 changelog updateWladimir J. van der Laan
2017-02-28Merge #9866: Document increase in memory usage due to mempool/dbcache sharingWladimir J. van der Laan
50ae5c7 Document increase in memory usage due to mempool/dbcache sharing (Matt Corallo) Tree-SHA512: e52a310a5ac1f94b30f367a7bf514b2cf0724530102953eef7f7c7e00a067db568b5e1b51129dfdb1a237e016c7a8b01cc6da8c06a24ab5b970c43d045adb204
2017-02-28[doc] Update doc/bips.md for BIP90 implementationSuhas Daftuar
Github-Pull: #9879 Rebased-From: fe71661ae16abe09dcf245ee2eb4c55c5655b219
2017-02-28Merge #9878: Mention bumpfee in 0.14 release notes.Wladimir J. van der Laan
29bae0c Mention bumpfee in 0.14 release notes. (Russell Yanofsky) Tree-SHA512: f16cdac3effbc6c4d69da2205931c782c272937c93c97bf22b49193fc905dd55a24d5e42568c7c7d8108b0b23f81f415655f9ebdf1f6ba04ef0ab3b125e8dcce
2017-02-27Mention bumpfee in 0.14 release notes.Russell Yanofsky
2017-02-27Document increase in memory usage due to mempool/dbcache sharingMatt Corallo
2017-02-24doc: Small release notes fixups in the list of pullsMarcoFalke
2017-02-23Merge #9787: release: add a few performance-related notesWladimir J. van der Laan
95e68df release: add a few performance-related notes (Cory Fields)
2017-02-23release: add a few performance-related notesCory Fields
2017-02-23doc: Add authors and changes since rc1 to release notesv0.14.0rc2Wladimir J. van der Laan
2017-02-21Fix typo in release notes.Chris Moore
2017-02-17Merge #9784: Restore removed release notes.Wladimir J. van der Laan
1577f07 Restore removed release notes. (Gregory Maxwell)
2017-02-17doc: Add changelog for 0.14.0 to release notesWladimir J. van der Laan
2017-02-17Restore removed release notes.Gregory Maxwell
2017-02-17doc: Add list of authors to release notesWladimir J. van der Laan
Generated from git, so there may be duplicate authors if someone used multiple mail addresses.
2017-02-17doc: Update manpages for 0.14.0Wladimir J. van der Laan
2017-02-17doc: Update release notes from wikiWladimir J. van der Laan
2017-02-17build: bump version to 0.14.0Wladimir J. van der Laan
2017-02-16Merge #9675: Fix typo and spelling inconsistency in CONTRIBUTING.mdWladimir J. van der Laan
36164fa Fix typo and spelling inconsistency in CONTRIBUTING.md (Koki Takahashi)
2017-02-09Fix typo and spelling inconsistency in CONTRIBUTING.mdKoki Takahashi
Fix spellings of GitHub Remove unnecessary changes Fix GitHub spelling on doc/translation_process.md
2017-02-07Update OpenBSD and FreeBSD build stepsWladimir J. van der Laan
Re-try with most recent versions, and use BDB_CFLAGS/BDB_LIBS to directly point at BerkeleyDB instead of CPPFLAGS hacks.
2017-01-28[doc] Remove unused clang format dev scriptMarcoFalke
Also, update the clang format file to reflect the current coding style mentioned in the developer notes.
2017-01-19Add fundrawtransactions new reserveChangeKey option to the release notesJonas Schnelli
2017-01-16Merge #9484: Introduce assumevalid setting to skip validation presumed valid ↵Pieter Wuille
scripts. 7b5e3fe Add assumevalid testcase (John Newbery) e440ac7 Introduce assumevalid setting to skip presumed valid scripts. (Gregory Maxwell)
2017-01-15Merge #9550: Trim down the XP notice and say more about what we support.MarcoFalke
7094bf7 Trim down the XP notice and say more about what we support. (Gregory Maxwell)
2017-01-15Trim down the XP notice and say more about what we support.Gregory Maxwell
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.
2017-01-13Introduce assumevalid setting to skip presumed valid scripts.Gregory Maxwell
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.
2017-01-12Document fee estimation changesAlex Morcos
2017-01-12Clarify that prioritisetransaction remains supportedAlex Morcos
2017-01-11Merge #7871: Manual block file pruning.Wladimir J. van der Laan
afffeea fixup! Add pruneblockchain RPC to enable manual block file pruning. (Russell Yanofsky) 1fc4ec7 Add pruneblockchain RPC to enable manual block file pruning. (mrbandrews)
2017-01-10Improve style w.r.t. ifPieter Wuille
2017-01-10Add pruneblockchain RPC to enable manual block file pruning.mrbandrews
2017-01-05Add release notes for addnode changes.Gregory Maxwell