aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2017-01-02doc: Remove ... from release notesv0.13.2Wladimir J. van der Laan
2016-12-20Bump version to 0.13.2MarcoFalke
2016-12-20doc: Add #9382 to release notesv0.13.2rc1Wladimir J. van der Laan
2016-12-19doc: Add initial pulls + authors list for 0.13.2Wladimir J. van der Laan
2016-12-14Merge #9323: [0.13] Add release notes for wallet/mempool rejections. (PR ↵Wladimir J. van der Laan
#9302 and #9290) 57aec3b Add release notes for wallet/mempool rejections. (PR #9302 and #9290) (Gregory Maxwell)
2016-12-14Merge #9264: 0.13.2 backportsWladimir J. van der Laan
f26dab7 Adapt ZMQ/rest serialization to take rpcserialversion arg (instagibbs) 21ccb9f Add option to return non-segwit serialization via rpc (Gregory Sanders) a710a43 Improvement of documentation of command line parameter 'whitelist' (wodry) 58eab24 [qa] rpc-tests: Apply random offset to portseed (MarcoFalke) ecd7db5 [qa] test_framework: Exit when tmpdir exists (MarcoFalke) 387ec9d Add script tests for FindAndDelete in pre-segwit and segwit scripts (Johnson Lau) 87fbced Change all instance of 'GMT epoch' to 'Unix epoch' (matthias) b1e978c instance of 'mem pool' to 'mempool' (S. Matthew English) ff55a2d Update gitian signing key of jl2012 (Johnson Lau) 28d0f22 Fix calculation of number of bound sockets to use (Matt Corallo) 396c405 Include select.h when WIN32 is not defined (Ivo van der Sangen) eebc699 bench: Fix subtle counting issue when rescaling iteration count (Wladimir J. van der Laan) 0c09d9f Send tip change notification from invalidateblock (Russell Yanofsky) 6f7841c qt: Avoid OpenSSL certstore-related memory leak (Wladimir J. van der Laan) e5ad693 qt: Avoid shutdownwindow-related memory leak (Wladimir J. van der Laan) e4bea4f qt: Avoid splash-screen related memory leak (Wladimir J. van der Laan) c12f4e9 qt: Prevent thread/memory leak on exiting RPCConsole (Wladimir J. van der Laan) dc46b10 qt: Plug many memory leaks (Wladimir J. van der Laan) ff423cc [Qt] Clean up and fix coincontrol tree widget handling (Wladimir J. van der Laan) 6d70a73 [Qt] fix coincontrol sort issue (Jonas Schnelli) 3fffbf7 Doxygen: Set PROJECT_NAME = "Bitcoin Core" (MarcoFalke) f82c81b fix getnettotals RPC description about timemillis. (Masahiko Hyuga) 6fe3981 net: don't send feefilter messages before the version handshake is complete (Cory Fields) 5f3a12c qt: Use correct conversion function for boost::path datadir (Wladimir J. van der Laan) 08d1c90 Missed one "return false" in recent refactoring in #9067 (UdjinM6) f27596a Every main()/exit() should return/use one of EXIT_ codes instead of magic numbers (UdjinM6) f85ee01 Fix exit codes: - `--help`, `--version` etc should exit with `0` i.e. no error ("not enough args" case should still trigger an error) - error reading config file should exit with `1` (UdjinM6) 5bcb05d [rpc] ParseHash: Fail when length is not 64 (MarcoFalke) 973ca1e Fix doxygen comment: the transaction is returned in txOut (Pavel Janík) 6f86b53 [Qt] make warnings label selectable (Jonas Schnelli) 106da69 Sync bitcoin-tx with tx version policy (BtcDrak) 12428b4 add software-properties-common (Steven) 40169dc Set minimum required Boost to 1.47.0 (fanquake) c134d92 [build-aux] Boost_Base serial 27 (fanquake) 4a974b2 Simple Update to File 'bitcoin-qt.desktop' (matthias) 975ab12 Update INSTALL landing redirection notice for build instructions. (randy-waterhouse) 3a3bcbf Use RelevantServices instead of node_network in AttemptToEvict. (Gregory Maxwell) ca1fd75 Make orphan parent fetching ask for witnesses. (Gregory Maxwell) b96a8f7 [qa] Test getblocktemplate default_witness_commitment (Suhas Daftuar) 99477c7 Always add default_witness_commitment with GBT client support (Pieter Wuille) da5a16b Always drop the least preferred HB peer when adding a new one. (Gregory Maxwell) 094848b log block size and weight correctly. (jnewbery) d1b4da9 build: fix qt5.7 build under macOS (Cory Fields)
2016-12-12Add release notes for wallet/mempool rejections. (PR #9302 and #9290)Gregory Maxwell
2016-12-06IBD check uses minimumchain work instead of checkpoints.Gregory Maxwell
This introduces a 'minimum chain work' chainparam which is intended to be the known amount of work in the chain for the network at the time of software release. If you don't have this much work, you're not yet caught up. This is used instead of the count of blocks test from checkpoints. This criteria is trivial to keep updated as there is no element of subjectivity, trust, or position dependence to it. It is also a more reliable metric of sync status than a block count. Github-Pull: #9053 Rebased-From: fd46136dfaf68a7046cf7b8693824d73ac6b1caf
2016-12-02Doxygen: Set PROJECT_NAME = "Bitcoin Core"MarcoFalke
Github-Pull: #9178 Rebased-From: fa63ee8e3eeef8379360c125eeb690a37f097da2
2016-12-02add software-properties-commonSteven
This allows using `add-apt-repository`. Github-Pull: #8929 Rebased-From: aa9d3c9a503952589b359624bbb0da11dd7a5e3f
2016-10-27Move release notes to release-notes/release-notes-0.13.1.mdWladimir J. van der Laan
And clean out current release notes, ready for next release from this branch.
2016-10-27Update release notes for dropping osx 10.7 supportMichael Ford
2016-10-25release-notes: Update from blog draftLuke Dashjr
2016-10-20doc: Update blurb in release notesWladimir J. van der Laan
Minor version, not major version.
2016-10-20doc: Add missing credit to release notesWladimir J. van der Laan
(Eric participated in Segwit work but has no direct commits, so should be mentioned)
2016-10-19doc: Update release notes for rc2v0.13.1rc2Wladimir J. van der Laan
2016-10-18doc: update 0.13.1 release note info on linux arm buildsmruddy
[skip ci]
2016-10-18Merge #8947: Add historical release notes for v0.13.0Wladimir J. van der Laan
c9ffe90 Add historical release notes for v0.13.0 (Micha)
2016-10-18Merge #8943: Release notes: add info about segwit and null dummy soft forksWladimir J. van der Laan
bf86073 Release notes: correct segwit signalling period start conditions (David A. Harding) 2de93f0 Relase notes: correct segwit activation point (David A. Harding) 5f9c7b0 Release notes: add info about segwit and null dummy soft forks (David A. Harding)
2016-10-18Bump version to 0.13.1Wladimir J. van der Laan
2016-10-18Add historical release notes for v0.13.0Micha
[skip ci]
2016-10-17Release notes: correct segwit signalling period start conditionsDavid A. Harding
[ci skip]
2016-10-17Relase notes: correct segwit activation pointDavid A. Harding
2016-10-17Release notes: add info about segwit and null dummy soft forksDavid A. Harding
[no ci]
2016-10-17doc: Update release notes for last-minute pullsv0.13.1rc1Wladimir J. van der Laan
2016-10-17[doc] 0.13.1: Minor clarification to release notesMarcoFalke
2016-10-17Update implemented bips for 0.13.1Pieter Wuille
Github-Pull: #8939 Rebased-From: 0941f556b7f228517fcb35f8b19926dfd62f481c
2016-10-17doc: Properly sort authors listWladimir J. van der Laan
2016-10-17doc: Fill in changelog and authors in release notesWladimir J. van der Laan
2016-10-13Add NULLDUMMY verify flag in bitcoinconsensus.hJohnson Lau
Github-Pull: #8848 Rebased-From: 2fa0063c26c80c719a1c0d30e548e338689ac917
2016-10-08[Doc] Update bips.md for Segregated Witnessfanquake
Github-Pull: #8891 Rebased-From: ef28d8a899aeb4487ef7fbfbfca9c0f2b60bdaf6
2016-09-26Remove maxuploadtargets recommended minimumJonas Schnelli
Github-Pull: #8712 Rebased-From: 1b6bcdd3aa379a50c960e23d7c55db8294e76f7f
2016-09-21Trivial: Fix typoMarty Jones
Github-Pull: #8762 Rebased-From: 12a721b45e16124f48ea85f96079feec18e948ca
2016-09-21Minor change in section nameAnders Øyvind Urke-Sætre
Changed 'build' to 'create', as the section name have changed in newer versions of release-process.md Github-Pull: #8720 Rebased-From: dad932c241a3fe9ef8e4dc36596381666ab4f879
2016-09-21[Doc] Target protobuf 2.6 in OS X build notes.Michael Ford
Homebrew now installs Protobuf version 3 by default, which doesn't currently compile. Install Protobuf 2.6.x from the versions tap instead. Github-Pull: #8754 Rebased-From: b16a7f609fdb2efa9a8a1b82f09748b95b5ae4f6
2016-09-21[doc] typos, READMEs, commentsJustin Camarena
Just a quick run through some docs and fixing some text errors. Github-Pull: #8503 Rebased-From: e11f9a2f0244f1d6e34b50293b2ecca61a356bed
2016-09-21update name of file bitcoin.qrcGaurav Rana
Github-Pull: #8683 Rebased-From: df2d2e70cac8d15ecc30bc5c46930fd27c8afac0
2016-09-07doc: Update build-openbsd for 0.13.0+ and OpenBSD 5.9Wladimir J. van der Laan
- Python 3 now supported. - Bump boost version to 1.61 - one boost patch no longer needed. - All checked with OpenBSD 5.9, except for the clang part, I left this as-is for someone adventurous. - Mention overriding resource limits, OpenBSD's default ulimit does not suffice for building Bitcoin Core with gcc 4.9.3.
2016-09-07[doc] build: Mention curlMarcoFalke
2016-08-26[wallet] rpc: Drop misleading optionMarcoFalke
Github-Pull: #8581 Rebased-From: fab5ecb7719063aa72751df1258dfa4cf4a9a4a9
2016-08-25doc: Clean out release notes after 0.13.0 releaseWladimir J. van der Laan
2016-08-16doc/release-notes: Document changed bytespersigop behaviourLuke Dashjr
2016-08-16doc/release-notes: Mention the relevance of Compact Blocks on non-mining ↵Luke Dashjr
nodes' influence on network policy
2016-08-16doc/release-notes: MiscLuke Dashjr
2016-08-16Mention dump/import support for HD walletsPieter Wuille
2016-08-16Remove refactors from list of changesPieter Wuille
2016-08-16Inline mempool RPCs and feefilter into misc sectionsPieter Wuille
2016-08-11doc: Update changelog for rc3v0.13.0rc3Wladimir J. van der Laan
2016-08-05Document reindexing changesPieter Wuille
2016-08-04doc: Add list of new and removed RPC commands to release notesWladimir J. van der Laan
Finish up the RPC part of #7678.