aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-27Decouple CBlockUndo from CDiskBlockPosjtimon
2014-12-27Decouple miner.o and txmempool.o from CTxUndojtimon
2014-12-27Decouple CCoins from CTxInUndojtimon
2014-12-27Merge pull request #5272Wladimir J. van der Laan
13f9031 init: minor parameter interaction updates (Philip Kaufmann)
2014-12-27Merge pull request #5533Wladimir J. van der Laan
a15dba5 en: Avoid ambiguous language regarding when transactions confirm (Luke Dashjr)
2014-12-27Merge pull request #5536Wladimir J. van der Laan
566c6cb gitian: attempt to fix tarball determinisim (Cory Fields)
2014-12-27Merge pull request #5541Wladimir J. van der Laan
d78f0da Fix CScriptID(const CScript& in) in empty script case (Peter Todd)
2014-12-25Fix CScriptID(const CScript& in) in empty script casePeter Todd
Previously an empty script wouldn't be hashed, and CScriptID would be assigned the incorrect value of 0 instead. This bug can be seen in the RPC decodescript command: $ btc decodescript "" { "asm" : "", "type" : "nonstandard", "p2sh" : "31h1vYVSYuKP6AhS86fbRdMw9XHieotbST" } Correct output: $ btc decodescript "" { "asm" : "", "type" : "nonstandard", "p2sh" : "3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy" }
2014-12-23gitian: attempt to fix tarball determinisimCory Fields
2014-12-23en: Avoid ambiguous language regarding when transactions confirmLuke Dashjr
2014-12-23Merge pull request #5512Wladimir J. van der Laan
dd14a0e docs: update gitian building docs (Cory Fields)
2014-12-23Merge pull request #5507Wladimir J. van der Laan
c907704 DOS: Respect max per-peer blocks in flight limit (Adam Weiss)
2014-12-23Merge pull request #5481Wladimir J. van der Laan
6484930 Apply AreSane() checks to the fees from the network. (Gregory Maxwell)
2014-12-23Merge pull request #5485Wladimir J. van der Laan
aa279d6 Enforce minRelayTxFee on wallet created tx and add a maxtxfee option. (Gregory Maxwell)
2014-12-23Merge pull request #5459Wladimir J. van der Laan
3497022 Reject headers that build on an invalid parent (Pieter Wuille)
2014-12-23Merge pull request #5517Wladimir J. van der Laan
39c8099 contrib: make github-merge require signing (Wladimir J. van der Laan)
2014-12-23DOS: Respect max per-peer blocks in flight limitAdam Weiss
Don't allow immediate inv driven block downloads if a peer already has MAX_BLOCKS_IN_TRANSIT_PER_PEER active downloads. Prevents bogus inv spam from blowing up block transfer tracking data structures.
2014-12-22Merge pull request #5518Wladimir J. van der Laan
1e22d45 Add libbitcoinconsensus.pc to .gitignore (Michael Ford)
2014-12-22Reject headers that build on an invalid parentPieter Wuille
2014-12-22Merge pull request #5523Wladimir J. van der Laan
4bc95c4 remove max orphan blocks config parameter since it is no longer functional (Jameson Lopp)
2014-12-22Merge pull request #5253Wladimir J. van der Laan
7c041b3 Check against MANDATORY flags prior to accepting to mempool (Peter Todd)
2014-12-21remove max orphan blocks config parameter since it is no longer functionalJameson Lopp
2014-12-20Add libbitcoinconsensus.pc to .gitignoreMichael Ford
2014-12-20contrib: make github-merge require signingWladimir J. van der Laan
- Exit when there is no signing key configured - Exit when user does not want to sign off
2014-12-19Enforce minRelayTxFee on wallet created tx and add a maxtxfee option.Gregory Maxwell
Previously the minRelayTxFee was only enforced on user specified values. It was possible for smartfee to produce a fee below minRelayTxFee which would just result in the transaction getting stuck because it can't be relayed. This also introduces a maxtxfee option which sets an absolute maximum for any fee created by the wallet, with an intention of increasing user confidence that the automatic fees won't burn them. This was frequently a concern even before smartfees. If the configured fee policy won't even allow the wallet to meet the relay fee the transaction creation may be aborted.
2014-12-19docs: update gitian building docsCory Fields
2014-12-19Added "Core" to copyright headerssandakersmann
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
2014-12-19Merge pull request #5470Wladimir J. van der Laan
78253fc Remove references to X11 licence (Michael Ford)
2014-12-19Merge pull request #2340Wladimir J. van der Laan
ba7fcc8 Discourage fee sniping with nLockTime (Peter Todd)
2014-12-19add missing CAutoFile::IsNull() check in mainPhilip Kaufmann
Rebased-From: ccd056a30db0ba5e04b858a682907b378e464d34 Github-Pull: #5437
2014-12-19Merge pull request #5334Wladimir J. van der Laan
eef747b libbitcoinconsensus: Add pkg-config support (Luke Dashjr)
2014-12-19Merge pull request #5341Wladimir J. van der Laan
4709160 [Qt] fix a translation that occurs 2 times but was a little different (Philip Kaufmann) 50db7d9 [Qt] change some strings to reflect name change to Bitcoin Core (Philip Kaufmann) 2747f7c [Qt] fix missing plural form for a string in sendcoinsdialog (Philip Kaufmann)
2014-12-19Merge pull request #5413Wladimir J. van der Laan
88eb44d Revised translation process doc (Blake Jakopovic)
2014-12-19Merge pull request #5421Wladimir J. van der Laan
cac15be Test unexecuted OP_CODESEPARATOR (Peter Todd)
2014-12-19Merge pull request #5500Wladimir J. van der Laan
e85855f Drop beta suffixes from readmes (Michael Ford)
2014-12-19Merge pull request #5504Wladimir J. van der Laan
7a3b832 [QA] fix httpbasics RPC test typo (Jonas Schnelli)
2014-12-19Remove outdated comment about NTPWladimir J. van der Laan
The comment has been around since 0.1, but NTP inside the client isn't deemed necessary so remove the comment to avoid confusion.
2014-12-19Merge pull request #5501Wladimir J. van der Laan
e36e619 Add mips, mipsel and aarch64 to depends platforms (Wladimir J. van der Laan)
2014-12-17[QA] fix httpbasics RPC test typoJonas Schnelli
2014-12-17Merge pull request #5484Wladimir J. van der Laan
7c8e4c5 Make pass-by-ref arguments const. (Daniel Kraft)
2014-12-17Merge pull request #5438Wladimir J. van der Laan
27df412 make all catch() arguments const (Philip Kaufmann)
2014-12-17Add mips, mipsel and aarch64 to depends platformsWladimir J. van der Laan
2014-12-17Drop beta suffixes from readmesMichael Ford
2014-12-17make all catch() arguments constPhilip Kaufmann
- I saw this on http://en.cppreference.com/w/cpp/language/try_catch and thought it would be a good idea - also unify used format to better be able to search for exception uses in our codebase
2014-12-16Merge pull request #5488Wladimir J. van der Laan
ff63801 [Qt] light blue icon color for regtest (Jonas Schnelli)
2014-12-16Make pass-by-ref arguments const.Daniel Kraft
Make some of the arguments in rest.cpp, that are passed by reference but never modified, const to emphasise that.
2014-12-16[Qt] light blue icon color for regtestJonas Schnelli
Changing the icons color for regtest in now lightweight.
2014-12-16Merge pull request #5487Wladimir J. van der Laan
270f42d [Qt] fix a <Qt4.7 compatibility issue raised in #5228 (Jonas Schnelli)
2014-12-16[Qt] fix a <Qt4.7 compatibility issue raised in #5228Jonas Schnelli
2014-12-16Merge pull request #5258Wladimir J. van der Laan
4a8fc15 [Qt] the RPC Console should be a QWidget to make window more independent (Jonas Schnelli)