aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-28Do not absolutely protect local peers from eviction.Gregory Maxwell
With automatic tor HS support in place we should probably not be providing absolute protection for local peers, since HS inbound could be used to attack pretty easily. Instead, this counts on the latency metric inside AttemptToEvictConnection to privilege actually local peers.
2016-01-28net: Hardcoded seeds update January 2016Wladimir J. van der Laan
Github-Pull: #7415 Rebased-From: 4818dba90074f213efa0fa7faf577ce5fb02eaee
2016-01-27Merge #7416: doc: Explain effects of -prune=<n> parameter in release notesWladimir J. van der Laan
8c5f903 doc: In release notes, reduce length of pruning section (xor-freenet) 15c0263 doc: Minor spelling fix (xor-freenet) 54d3907 doc: Fix wrong claims about blockchain reorganization with pruning (xor-freenet) a683d20 doc: Minor sentence length / capitalization fixes (xor-freenet) 58e3abf doc: In release notes, increase estimate of disk usage with pruning (xor-freenet) be4b474 doc: In release notes, do not claim that pruning is leeching (xor-freenet) 46d7eb6 doc: Fix minimal disk usage with pruning enabled (xor-freenet) fe074cc doc: Explain effects of -prune=<n> parameter in release notes (xor-freenet)
2016-01-27doc: In release notes, reduce length of pruning sectionxor-freenet
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-27Merge #7422: Improve section title in release-notes.mdWladimir J. van der Laan
42b521d Update release-notes.md (฿tcDrak)
2016-01-27release: Add security/export checks to gitian and fix current failuresCory Fields
- fix parsing of BIND_NOW with older readelf - add _IO_stdin_used to ignored exports For details see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634261#109 - add check-symbols and check-security make targets These are not added to the default checks because some of them depend on release-build configs. - always link librt for glibc back-compat builds glibc absorbed clock_gettime in 2.17. librt (its previous location) is safe to link in anyway for back-compat. Fixes #7420 - add security/symbol checks to gitian Github-Pull: #7424 Rebased-From: cd27bf51e06a8d79790a631696355bd05751b0aa 475813ba5b208eb9a5d027eb628a717cc123ef4f f3d3eaf78eb51238d799d8f20a585550d1567719 a8ce872118c4807465629aecb9e4f3d72d999ccb a81c87fafce43e49cc2307947e3951b84be7ca9a
2016-01-27Merge #7421: [doc] Release notes update for 0.12Wladimir J. van der Laan
65d384f doc: Update release notes for 0.12 (Suhas Daftuar)
2016-01-26doc: Update release notes for 0.12Suhas Daftuar
Update and reword BIP 125 section Mention changes to banlist (clearbanned/setban) Pruning nodes can relay
2016-01-26Update release-notes.md฿tcDrak
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-22qt: pre-rc2 translations updateWladimir J. van der Laan
2016-01-22Merge #7371: [0.12] backportsWladimir J. van der Laan
236686b [init] Add missing help for args (MarcoFalke) 44438a1 [init] Fix error message of maxtxfee invalid amount (MarcoFalke) a74fa1f [Wallet] Transaction View: LastMonth calculation fixed (crowning-)
2016-01-22Merge #7387: Get rid of inaccurate ScriptSigArgsExpectedWladimir J. van der Laan
52b29dc Get rid of inaccurate ScriptSigArgsExpected (Pieter Wuille)
2016-01-22[qt] Windows: Make rpcconsole monospace font largerMarcoFalke
Github-Pull: #7364 Rebased-From: fa6a59dd397e62e850fc57df05cd6d117fbdcd82
2016-01-21Get rid of inaccurate ScriptSigArgsExpectedPieter Wuille
2016-01-21Add option `-permitrbf` to set transaction replacement policyWladimir J. van der Laan
Add a configuration option `-permitrbf` to set transaction replacement policy for the mempool. Enabling it will enable (opt-in) RBF, disabling it will refuse all conflicting transactions. Conflicts: src/init.cpp src/main.cpp src/main.h Github-Pull: #7386 Rebased-From: b768108d9c0b83330572711aef1e569543130d5e
2016-01-20RPC: indicate which transactions are replaceableSuhas Daftuar
Add "bip125-replaceable" output field to listtransactions and gettransaction which indicates if an unconfirmed transaction, or any unconfirmed parent, is signaling opt-in RBF according to BIP 125. Github-Pull: #7286 Rebased-From: eaa8d2754b48b62cdd07255fc3028feecad0c095
2016-01-20Update project URLBtcDrak
Github-Pull: #7328 Rebased-From: b07b103e8af14cd3fca44dca7bc694d2c3bffcc1
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-20[walletdb] Fix syntax error in key parserMarcoFalke
Github-Pull: #7381 Rebased-From: fa6d4cc09575de30386bfbc5c8c3858cd7a2f42a
2016-01-18Merge pull request #7370Wladimir J. van der Laan
fa31133 [Doc] Wallet & Pruning (MarcoFalke)
2016-01-18[Doc] Wallet & PruningMarcoFalke
2016-01-18Fix error in blockchain.py introduced in mergeSuhas Daftuar
Github-Pull: #7373 Rebased-From: 4a0487937877484f14476716c3643de7a31c32da
2016-01-18[init] Add missing help for argsMarcoFalke
Github-Pull: #7290 Rebased-From: fa6ab96799f9d7946200fb646fefe35c6daab9b2 faa572a3296c0955dcb2cc0bd9b925c2a31e7892 fa461df685063e6b12664fe6928362484f690f01
2016-01-18[init] Fix error message of maxtxfee invalid amountMarcoFalke
Github-Pull: #7290 Rebased-From: fac11ea3106ff29ec884dfe9d9b287fd1beda5fc
2016-01-18[Wallet] Transaction View: LastMonth calculation fixedcrowning-
Github-Pull: #7327 Rebased-From: 30cdacea3c356acda32ab77238f07c1c40b1f1b5
2016-01-18Fix help, add RPC tests for getblockheaderJames O'Beirne
- Add assert_is_hex_string and assert_is_hash_string to RPC test utils. - Add RPC documentation for getblockheader[chainwork]. - Add RPC tests for getblockheader. Github-Pull: #7194 Rebased-From: 16d4fce0b203bdaa679ad5b3f1e6b6f46880d5d2 4745636126d9a4f28f701f701be392779815a7bf 135d6ec8cedc83ad800da45080c16d49e9182e80
2016-01-18Added help text for chainwork valueGregory Sanders
Github-Pull: #7232 Rebased-From: 94bdd71f9b4768c9803ffd133aa7781b19bfa6f9
2016-01-18[qa] Fix pyton syntax in rpc testsMarcoFalke
Github-Pull: #7335 Rebased-From: 7777994846cdb9b9cf69e391a33eeed30393bbcf
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-18Merge pull request #7367Wladimir J. van der Laan
2e552b0 Mention mempool chain limits in release notes (Suhas Daftuar)
2016-01-18Update license year range to 2016Prayag Verma
Conflicts: configure.ac Github-Pull: #7363 Rebased-From: bd34174ebca239e6796f0eb2015ddc2f218aac3c
2016-01-18Eliminate race condition in mempool_packages testSuhas Daftuar
Github-Pull: #7368 Rebased-From: 4d10d2e16fb837abe304e0a5d3bc0a41941d917a
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-16Merge pull request #7336Wladimir J. van der Laan
82667af release note fixups (Alex Morcos)
2016-01-14release: remove libc6 dependency from the osx signing descriptorCory Fields
It is unneeded after the last toolchain update, and missing from Trusty. Github-Pull: #7342 Rebased-From: 3503a78670d0eacf39c618b45b08581dfb3ed68f
2016-01-13release-notes: Combine NOP2->CLTV asm change into "RPC: Low-level API ↵Luke Dashjr
changes" section
2016-01-13Replace some instances of formatWithUnit with formatHtmlWithUnitfanquake
Strings in a HTML context should be using formatHtmlWithUnit. Github-Pull: #7255 Rebased-From: 5fdf32de7ed85a1a0aec7cdedb83f750f4a0f7ff