aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2016-01-27doc: Minor spelling fixxor-freenet
2016-01-27doc: Fix wrong claims about blockchain reorganization with pruningxor-freenet
2016-01-27doc: Minor sentence length / capitalization fixesxor-freenet
2016-01-26doc: In release notes, increase estimate of disk usage with pruningxor-freenet
Jonas Schnelli recommended this to account for growth of utxo set, debug log, etc.
2016-01-26doc: In release notes, do not claim that pruning is leechingxor-freenet
Peter Todd says it does not matter currently.
2016-01-25doc: Fix minimal disk usage with pruning enabledxor-freenet
2016-01-25doc: Explain effects of -prune=<n> parameter in release notesxor-freenet
As discussed in the mailing list thread: [bitcoin-dev] Bitcoin Core 0.12.0 release candidate 1 available in the replies to this message: http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2016-January/012276.html Please review thoroughly, I'm a newbie.
2016-01-22doc: forgot #7222 in release notesWladimir J. van der Laan
2016-01-22doc: Add commits since rc1 to release notesv0.12.0rc2Wladimir J. van der Laan
2016-01-20build: Make networking work inside LXC builder in gitian-building.mdWladimir J. van der Laan
These are changes I needed to get gitian building to work with Debian 8.2, which is the version we tell to use. - Set up NAT, so that container can access network beyond host - Remove explicit cgroup setup - these are mounted automatically now - gitian: Need `ca-certificates` and `python` for LXC builds Github-Pull: #7060 Rebased-From: 99fda26de0661afcbe43d5e862c382e3c2e3aa5e 3b468a0e609147c7d7afd8ed97bf271f2356daef
2016-01-18[Doc] Wallet & PruningMarcoFalke
2016-01-18Merge pull request #7345Wladimir J. van der Laan
fa8c497 [doc] backwards-compatibility issues due to chainstate obfuscation (MarcoFalke)
2016-01-18Merge pull request #7338Wladimir J. van der Laan
f17b00b release-notes: Combine NOP2->CLTV asm change into "RPC: Low-level API changes" section (Luke Dashjr) e20704b Replace some instances of formatWithUnit with formatHtmlWithUnit (fanquake) 6f8346d qt5: Use the fixed font the system recommends (MarcoFalke) 605de4a Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY. (mb300sd) 6191a9b [RPC-Tests] add option to run rpc test over QT clients (Jonas Schnelli) 6307beb Note that reviewers should mention the commit hash of the commits they reviewed. (Patrick Strateman) 6092ff2 Set link from http:// to https:// (Suriyaa Kudo)
2016-01-18Merge pull request #7347Wladimir J. van der Laan
5cacb8f Add comment about mining changes and more about priority (Alex Morcos)
2016-01-17Mention mempool chain limits in release notesSuhas Daftuar
2016-01-17Add comment about mining changes and more about priorityAlex Morcos
2016-01-17[doc] backwards-compatibility issues due to chainstate obfuscationMarcoFalke
2016-01-13release-notes: Combine NOP2->CLTV asm change into "RPC: Low-level API ↵Luke Dashjr
changes" section
2016-01-13Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.mb300sd
Github-Pull: #7213 Rebased-From: 37d271d7cce44885f835292ffe99b54399b014d6
2016-01-13release note fixupsAlex Morcos
2016-01-13doc: Remove BIP65 mention from release notesWladimir J. van der Laan
This is already done, not new in 0.12.
2016-01-13Preliminary release notes 0.12.0Wladimir J. van der Laan
2016-01-13Merge pull request #7309Wladimir J. van der Laan
fab88af Add fallbackfee default value (MarcoFalke) fa0a391 Add Replace-by-fee to release-notes (MarcoFalke) fa4ba40 Expand section "Wallet transaction fees" & fix format and typos (MarcoFalke) fabba1c Update release-notes.md (MarcoFalke)
2016-01-13Add fallbackfee default valueMarcoFalke
2016-01-13Merge pull request #7324Wladimir J. van der Laan
2016-01-13Add Replace-by-fee to release-notesMarcoFalke
2016-01-09doc/bips: Document BIP 125 supportLuke Dashjr
2016-01-08Expand section "Wallet transaction fees" & fix format and typosMarcoFalke
2016-01-07Update release-notes.mdMarcoFalke
Transaction memory pool limiting Priority transactions Wallet transaction fees
2015-12-03Add missing automake package to deb-based UNIX install instructions.Matt Bogosian
Rebased-From: b4404090259be4e34ef5dba33e47a41e7d9acc03 Github-Pull: #7152
2015-12-03Bump version to 0.12.0Wladimir J. van der Laan
Bump version from 0.11.99 to 0.12.0 so that we don't forget to do this when rc1 is released.
2015-12-02Fix various typospaveljanik
2015-12-02qt: Final translation update before 0.12 forkWladimir J. van der Laan
- Add new translations (finally, after a long time) - update-translation script was not considering new translations - oops - fixed this, also remove (nearly) empty translations - Update translation process, it was still describing the old repository structure
2015-12-02Merge pull request #7040Jonas Schnelli
b171c69 [doc] Update OS X build notes for new qt5 configure (Michael Ford)
2015-12-01Merge pull request #7136Wladimir J. van der Laan
fa19a58 HelpMessage: Don't hide -mintxfee behind showDebug (MarcoFalke) faffc17 rpcwallet: Clarify what settxfee does (MarcoFalke) 9999cb0 Fix url in .travis.yml (MarcoFalke) fa22a10 contrib: Del. gitian downloader config and update gitian README (MarcoFalke) fad3035 [doc] Minor markdown fixes (MarcoFalke)
2015-11-30[doc] Minor markdown fixesMarcoFalke
2015-11-29Keep track of explicit wallet conflicts instead of using mempoolPieter Wuille
2015-11-29Documentation updates for BIP 130Pieter Wuille
2015-11-28Merge pull request #7003Pieter Wuille
b8c06ef doc: Add non-style-related development guidelines (Wladimir J. van der Laan)
2015-11-26Connect to Tor hidden services by defaultPeter Todd
Adds 127.0.0.1:9050 for the .onion proxy if we can succesfully connect to the control port. Natural followup to creating hidden services automatically.
2015-11-20[doc] Update OS X build notes for new qt5 configureMichael Ford
You no longer need to explicitly pass qt5 to configure, as it will now choose qt5 over qt4 if both are installed. [skip-ci]
2015-11-19Merge pull request #6900Wladimir J. van der Laan
2cecb24 doc: change suite to trusty in gitian-building.md (Wladimir J. van der Laan) 957c0fd gitian: make windows build deterministic (Wladimir J. van der Laan) 2e31d74 gitian: use trusty for building (Wladimir J. van der Laan) 0b416c6 depends: qt PIDLIST_ABSOLUTE patch (Wladimir J. van der Laan) 9f251b7 devtools: add libraries for bitcoin-qt to symbol check (Wladimir J. van der Laan)
2015-11-19doc: change suite to trusty in gitian-building.mdWladimir J. van der Laan
2015-11-19Merge pull request #7048Wladimir J. van der Laan
c5f211b [doc][trivial] Remove miniupnpc build notes build-unix (fanquake)
2015-11-19[doc][trivial] Remove miniupnpc build notes build-unixfanquake
2015-11-17[doc] Users now see 'Bitcoin Core' in the OSX bundleMichael Ford
On OS X users will see 'Bitcoin Core' after opening the DMG bundle.
2015-11-15Switch to libsecp256k1-based validation for ECDSAPieter Wuille
2015-11-14add documentation for exluding whitelistes peer from maxuploadtargetJonas Schnelli
2015-11-13[docs] rename reducetraffic.md to reduce-traffic.mdJonas Schnelli
2015-11-13doc: Add non-style-related development guidelinesWladimir J. van der Laan
I've collected these over time, mostly adding notes after troubleshooting obscure bugs. As I hope to get the community more involved in the whole process, I think it is useful to add to the developer-notes.