aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge #7459: Consensus: Decouple pow.o from util.oWladimir J. van der Laan2016-02-052-12/+5
|\ | | | | | | f3757a0 Consensus: Decouple pow.cpp from util.h (Jorge Timón)
| * Consensus: Decouple pow.cpp from util.hJorge Timón2016-02-042-12/+5
| |
* | Fix spelling: misbeha{b,v}ingMatt2016-02-041-1/+1
| |
* | Merge #7349: Build against system UniValue when availableWladimir J. van der Laan2016-02-043-7/+14
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 42407ed build-unix: Update UniValue build conditions (Luke Dashjr) cdcad9f LDADD dependency order shuffling (Luke Dashjr) 62f7f2e Bugfix: Always include univalue in DIST_SUBDIRS (Luke Dashjr) 2356515 Change default configure option --with-system-univalue to "no" (Luke Dashjr) 5d3b29b doc: Add UniValue to build instructions (Luke Dashjr) ab22705 Build against system UniValue when available (Luke Dashjr) 2adf7e2 Bugfix: The var is LIBUNIVALUE,not LIBBITCOIN_UNIVALUE (Luke Dashjr)
| * | LDADD dependency order shufflingLuke Dashjr2016-01-311-2/+2
| | |
| * | Bugfix: Always include univalue in DIST_SUBDIRSLuke Dashjr2016-01-311-3/+1
| | |
| * | Build against system UniValue when availableLuke Dashjr2016-01-152-6/+15
| | |
| * | Bugfix: The var is LIBUNIVALUE,not LIBBITCOIN_UNIVALUELuke Dashjr2016-01-151-1/+1
| | |
* | | Merge #6480: include the chaintip blockindex in the SyncTransaction signal, ↵Wladimir J. van der Laan2016-02-047-15/+16
|\ \ \ | | | | | | | | | | | | | | | | | | | | add signal UpdateTip() 7d0bf0b include the chaintip *blockIndex in the SyncTransaction signal (Jonas Schnelli)
| * | | include the chaintip *blockIndex in the SyncTransaction signalJonas Schnelli2015-12-047-15/+16
| | | | | | | | | | | | | | | | | | | | - allows reducing of calls to main.cpp for getting the chaintip during transaction syncing - potentially allows reducing of cs_main locks
* | | | Merge #7070: Move maxTxFee out of mempoolWladimir J. van der Laan2016-02-046-18/+18
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | fad6244 ATMP: make nAbsurdFee const (MarcoFalke) fa762d0 [wallet.h] Remove main.h include (MarcoFalke) fa79db2 Move maxTxFee out of mempool (MarcoFalke)
| * | | | ATMP: make nAbsurdFee constMarcoFalke2016-02-032-3/+3
| | | | |
| * | | | [wallet.h] Remove main.h includeMarcoFalke2016-02-031-1/+0
| | | | |
| * | | | Move maxTxFee out of mempoolMarcoFalke2016-02-026-17/+18
| | | | | | | | | | | | | | | | | | | | Also, remove default values in CMerkleTx::AcceptToMemoryPool()
* | | | | Merge #7192: Unify product name to as few places as possibleWladimir J. van der Laan2016-02-0427-91/+176
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 027fdb8 When/if the copyright line does not mention Bitcoin Core developers, add a second line to copyrights in -version, About dialog, and splash screen (Luke Dashjr) cc2095e Rewrite FormatParagraph to handle newlines within input strings correctly (Luke Dashjr) cddffaf Bugfix: Include COPYRIGHT_HOLDERS_SUBSTITUTION in Makefile substitutions so it gets passed to extract-strings correctly (Luke Dashjr) 29598e4 Move PACKAGE_URL to configure.ac (Luke Dashjr) 78ec83d splashscreen: Resize text to fit exactly (Luke Dashjr) 3cae140 Bugfix: Actually use _COPYRIGHT_HOLDERS_SUBSTITUTION everywhere (Luke Dashjr) 4d5a3df Bugfix: gitian-descriptors: Add missing python-setuptools requirement for OS X (biplist module) (Luke Dashjr) e4ab5e5 Bugfix: Correct copyright year in Mac DMG background image (Luke Dashjr) 917b1d0 Set copyright holders displayed in notices separately from the package name (Luke Dashjr) c39a6ff Travis & gitian-osx: Use depends for ds_store and mac_alias modules (Luke Dashjr) 902ccde depends: Add mac_alias to depends (Luke Dashjr) 82a2d98 depends: Add ds_store to depends (Cory Fields) de619a3 depends: Pass PYTHONPATH along to configure (Cory Fields) e611b6e macdeploy: Use rsvg-convert rather than cairosvg (Luke Dashjr) 63bcdc5 More complicated package name substitution for Mac deployment (Luke Dashjr) 1a6c67c Parameterise 2009 in translatable copyright strings (Luke Dashjr) d5f4683 Unify package name to as few places as possible without major changes (Luke Dashjr)
| * | | | | Merge branch 'master' into single_prodnameLuke Dashjr2016-02-03418-5256/+21805
| |\| | | |
| * | | | | When/if the copyright line does not mention Bitcoin Core developers, add a ↵Luke Dashjr2016-02-036-16/+25
| | | | | | | | | | | | | | | | | | | | | | | | second line to copyrights in -version, About dialog, and splash screen
| * | | | | Rewrite FormatParagraph to handle newlines within input strings correctlyLuke Dashjr2016-02-032-28/+49
| | | | | |
| * | | | | splashscreen: Resize text to fit exactlyLuke Dashjr2016-01-271-4/+3
| | | | | |
| * | | | | Bugfix: Actually use _COPYRIGHT_HOLDERS_SUBSTITUTION everywhereLuke Dashjr2016-01-192-2/+2
| | | | | |
| * | | | | Set copyright holders displayed in notices separately from the package nameLuke Dashjr2015-12-226-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | This helps avoid accidental removal of upstream copyright names
| * | | | | Parameterise 2009 in translatable copyright stringsLuke Dashjr2015-12-182-2/+2
| | | | | |
| * | | | | Unify package name to as few places as possible without major changesLuke Dashjr2015-12-1423-51/+98
| | | | | |
* | | | | | Merge #7458: [Net] peers.dat, banlist.dat recreated when missingWladimir J. van der Laan2016-02-041-2/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | c77c662 peers.dat, banlist.dat recreated when missing (kirkalx)
| * | | | | | peers.dat, banlist.dat recreated when missingkirkalx2016-02-041-2/+7
| | | | | | |
* | | | | | | Merge #7225: Eliminate unnecessary call to CheckBlockWladimir J. van der Laan2016-02-031-6/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | dbb89dc Eliminate unnecessary call to CheckBlock (Suhas Daftuar)
| * | | | | | | Eliminate unnecessary call to CheckBlockSuhas Daftuar2016-02-011-6/+0
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ProcessNewBlock would return failure early if CheckBlock failed, before calling AcceptBlock. AcceptBlock also calls CheckBlock, and upon failure would update mapBlockIndex to indicate that a block was failed. By returning early in ProcessNewBlock, we were not marking blocks that fail a check in CheckBlock as permanently failed, and thus would continue to re-request and reprocess them.
* | | | | | | Merge #7444: Improve block validity/ConnectBlock() commentsWladimir J. van der Laan2016-02-031-10/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 2f19905 Improve block validity/ConnectBlock() comments (Peter Todd)
| * | | | | | | Improve block validity/ConnectBlock() commentsPeter Todd2016-01-311-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously didn't make clear that the ContextualCheckBlock* functions meant the block headers as context - not the UTXO set itself - and that ConnectBlock() also did UTXO-related validity checks (in the future we may split that functionality into a separate UTXO-specific contextual check block function). Also, reordered to put validity checks first for better readability.
* | | | | | | | Merge #7431: Rename permitrbf to mempoolreplacement and provide minimal ↵Wladimir J. van der Laan2016-02-033-7/+17
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | string-list forward compatibility (needs 0.12 backport) b922fbe Rename replacebyfee=opt-in to mempoolreplacement=fee (Luke Dashjr) 3b66e54 Simplify check for replacebyfee=opt-in (Luke Dashjr) d65dee9 Accept replacebyfee=opt-in for turning on opt-in RBF (Luke Dashjr) 77b55a0 Rename permitrbf to replacebyfee (Luke Dashjr)
| * | | | | | | Rename replacebyfee=opt-in to mempoolreplacement=feeLuke Dashjr2016-02-012-6/+6
| | | | | | | |
| * | | | | | | Simplify check for replacebyfee=opt-inLuke Dashjr2016-01-291-6/+1
| | | | | | | |
| * | | | | | | Accept replacebyfee=opt-in for turning on opt-in RBFLuke Dashjr2016-01-281-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Basic forward-compatibility with more flexible parameters like fss
| * | | | | | | Rename permitrbf to replacebyfeeLuke Dashjr2016-01-283-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "permit" is currently used to configure transaction filtering, whereas replacement is more to do with the memory pool state than the transaction itself.
* | | | | | | | Merge #7091: Consensus build packageWladimir J. van der Laan2016-02-025-47/+46
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cf82d05 Build: Consensus: Make libbitcoinconsensus_la_SOURCES fully dynamic and dependend on both crypto and consensus packages (Jorge Timón) 4feadec Build: Libconsensus: Move libconsensus-ready files to the consensus package (Jorge Timón) a3d5eec Build: Consensus: Move consensus files from common to its own module/package (Jorge Timón)
| * | | | | | | Build: Consensus: Make libbitcoinconsensus_la_SOURCES fully dynamic and ↵Jorge Timón2015-12-081-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dependend on both crypto and consensus packages Some extra bytes in libconsensus to get all the crypto (except for signing, which is in the common module) below the libconsensus future independent repo (that has libsecp256k1 as a subtree). hmac_sha256.o seems to be the only thing libbitcoinconsensus doesn't depend on from crypto, some more bytes for the final libconsensus: I'm not personally worried.
| * | | | | | | Build: Libconsensus: Move libconsensus-ready files to the consensus packageJorge Timón2015-12-081-8/+8
| | | | | | | |
| * | | | | | | Build: Consensus: Move consensus files from common to its own module/packageJorge Timón2015-12-085-33/+38
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge #7084: mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFeeWladimir J. van der Laan2016-02-025-18/+19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fa1193e [doxygen] Actually display comment (MarcoFalke) fa331db mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee (MarcoFalke)
| * | | | | | | [doxygen] Actually display commentMarcoFalke2016-02-021-1/+1
| | | | | | | |
| * | | | | | | mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFeeMarcoFalke2016-01-305-18/+19
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge #7311: MOVEONLY: Move non-consensus functions out of powWladimir J. van der Laan2016-02-024-37/+36
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | e867561 MOVEONLY: non-consensus: from pow to chain: (Jorge Timón)
| * | | | | | | MOVEONLY: non-consensus: from pow to chain:Jorge Timón2016-01-124-37/+36
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | - GetBlockProof - GetBlockProofEquivalentTime
* | | | | | | Decide eviction group ties based on time.Gregory Maxwell2016-02-011-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This corrects a bug the case of tying group size where the code may fail to select the group with the newest member. Since newest time is the final selection criteria, failing to break ties on it on the step before can undermine the final selection. Tied netgroups are very common. (cherry picked from commit 8e09f914f8ec66301257358b250e9a61befadd95)
* | | | | | | Do not absolutely protect local peers from eviction.Gregory Maxwell2016-02-011-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. (cherry picked from commit 46dbcd4833115401fecbb052365b4c7725874414)
* | | | | | | Get rid of inaccurate ScriptSigArgsExpectedPieter Wuille2016-02-015-70/+6
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | (cherry picked from commit 52b29dca7670c3f6d2ab918c0fff1d17c4e494ad)
* | | | | | Merge #7439: Add whitelistforcerelay to control forced relaying. [#7099 redux]Wladimir J. van der Laan2016-02-013-11/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 89d113e Blacklist -whitelistalwaysrelay; replaced by -whitelistrelay. (Gregory Maxwell) 325c725 Add whitelistforcerelay to control forced relaying. (Gregory Maxwell)
| * | | | | | Blacklist -whitelistalwaysrelay; replaced by -whitelistrelay.Gregory Maxwell2016-02-011-1/+4
| | | | | | |
| * | | | | | Add whitelistforcerelay to control forced relaying.Gregory Maxwell2016-01-283-10/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also renames whitelistalwaysrelay. Nodes relay all transactions from whitelisted peers, this gets in the way of some useful reasons for whitelisting peers-- for example, bypassing bandwidth limitations. The purpose of this forced relaying is for specialized gateway applications where a node is being used as a P2P connection filter and multiplexer, but where you don't want it getting in the way of (re-)broadcast. This change makes it configurable with whitelistforcerelay.
* | | | | | | Merge #7287: Consensus: Remove calls to error() and FormatStateMessage()Wladimir J. van der Laan2016-02-011-51/+32
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | 93fc58c Consensus: Remove calls to error() and FormatStateMessage() from some consensus code in main (Jorge Timón)