aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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.
2016-08-03[doc] Increase recommended memory in gitian build guidefanquake
Github-Pull: #8439 Rebased-From: 7fdbce9de43c600776e00a2f2042d302cfa4e411
2016-08-02Rewrite shell example to not leave secrets in the history filepaveljanik
2016-07-29doc: Release notes update for rc2Wladimir J. van der Laan
2016-07-27[0.13] Create a new HD seed after encrypting the walletJonas Schnelli
2016-07-26[doc] gbuild: Set memory explicitly (default is too low)MarcoFalke
Github-Pull: #8358 Rebased-From: faa59318db48a0acc4b0ccff56b63cc05455c61f
2016-07-21Merge #8374: Add release notes for mining changesWladimir J. van der Laan
52a4158 Add release notes for mining changes (Suhas Daftuar)
2016-07-21Merge #8380: fix typo: propagation relay -> delayWladimir J. van der Laan
f891e34 fix typo: propagation relay -> delay (Jannes Faber)
2016-07-21Add release notes for mining changesSuhas Daftuar
2016-07-20Fix formatting errorChris Moore
Don't start a line with a # unless you want that line to be a header.
2016-07-20fix typo: propagation relay -> delayJannes Faber
2016-07-20Remove duplicated name in release notesJohnson Lau
2016-07-19Merge #8360: doc: Add a few items to release notesv0.13.0rc1Wladimir J. van der Laan
ded0599 doc: Add a few items to release notes (Wladimir J. van der Laan)
2016-07-19doc: Add list of pulls and authors to release notesWladimir J. van der Laan
2016-07-19Merge #8366: [0.13] [Wallet] Ensure <0.13 clients can't open HD walletsWladimir J. van der Laan
3b38a6a [Wallet] Ensure <0.13 clients can't open HD wallets (Jonas Schnelli)
2016-07-19doc: Add a few items to release notesWladimir J. van der Laan
Do a few TODOs from #7678: - Removal of internal miner - `mempool`/`NODE_BLOOM` interaction - Sorting of `getrawmempool` output
2016-07-18[Wallet] Ensure <0.13 clients can't open HD walletsJonas Schnelli
2016-07-18Some 0.13 release notes about p2p changesPieter Wuille
2016-07-18build: Release notes updateWladimir J. van der Laan
Fill in the header, and move items to the appropriate part of the release notes structure.
2016-07-18build: bump version to 0.13.0Wladimir J. van der Laan
2016-07-08Fix 0.12 release notes on block relayingKrzysztof Jurewicz
The previous information about block relaying in pruned mode suggested that blocks are relayed only to nodes that support BIP 130, which is not true.
2016-07-08Merge #7540: Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFYWladimir J. van der Laan
18c975c Rename NOP3 to CHECSEQUENCEVERIFY in rpc tests (BtcDrak) 14d0130 Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY (BtcDrak)
2016-07-08Merge #8303: [Doc] Update bips.md for CSV softfork.Wladimir J. van der Laan
ab0c35a [Doc] Update bips.md for CSV softfork. (fanquake)
2016-07-06doc: Mention dbcache increase in release notesWladimir J. van der Laan
2016-07-05[Doc] Update bips.md for CSV softfork.fanquake
2016-06-28Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFYBtcDrak
2016-06-24doc: Mention Windows XP end of support in release notesWladimir J. van der Laan
Closes #7681.
2016-06-22Merge #8233: Mention Linux ARM executables in release process and notesWladimir J. van der Laan
06f40ef depends: Mention aarch64 as common cross-compile target (Wladimir J. van der Laan) 05f64c9 doc: Mention Linux ARM builds in release notes (Wladimir J. van der Laan) b7bf037 doc: Mention ARM executables in release process (Wladimir J. van der Laan)
2016-06-22Merge #8068: Compact BlocksWladimir J. van der Laan
48efec8 Fix some minor compact block issues that came up in review (Matt Corallo) ccd06b9 Elaborate bucket size math (Pieter Wuille) 0d4cb48 Use vTxHashes to optimize InitData significantly (Matt Corallo) 8119026 Provide a flat list of txid/terators to txn in CTxMemPool (Matt Corallo) 678ee97 Add BIP 152 to implemented BIPs list (Matt Corallo) 56ba516 Add reconstruction debug logging (Matt Corallo) 2f34a2e Get our "best three" peers to announce blocks using cmpctblocks (Matt Corallo) 927f8ee Add ability to fetch CNode by NodeId (Matt Corallo) d25cd3e Add receiver-side protocol implementation for CMPCTBLOCK stuff (Matt Corallo) 9c837d5 Add sender-side protocol implementation for CMPCTBLOCK stuff (Matt Corallo) 00c4078 Add protocol messages for short-ids blocks (Matt Corallo) e3b2222 Add some blockencodings tests (Matt Corallo) f4f8f14 Add TestMemPoolEntryHelper::FromTx version for CTransaction (Matt Corallo) 85ad31e Add partial-block block encodings API (Matt Corallo) 5249dac Add COMPACTSIZE wrapper similar to VARINT for serialization (Matt Corallo) cbda71c Move context-required checks from CheckBlockHeader to Contextual... (Matt Corallo) 7c29ec9 If AcceptBlockHeader returns true, pindex will be set. (Matt Corallo) 96806c3 Stop trimming when mapTx is empty (Pieter Wuille)
2016-06-21doc: Mention Linux ARM builds in release notesWladimir J. van der Laan
2016-06-21doc: Mention ARM executables in release processWladimir J. van der Laan
Mention ARM executables in the release process documentation (these were introduced in #8188). As well as that Linux tarballs have changed name to contain an architecture tuple, instead of `linux32`/`linux64`. Also mention that `-debug` files should not be uploaded (these were introduced in #8167).
2016-06-20[Doc] Update OS X build notes for 10.11 SDKfanquake