- 10 Feb, 2016 5 commits
-
-
Pavel Janík authored
-
Wladimir J. van der Laan authored
e4eebb60 Update the wallet best block marker when pruning (Pieter Wuille)
-
Wladimir J. van der Laan authored
40e7b618 wallet: Ignore MarkConflict if block hash is not known (Wladimir J. van der Laan)
-
Pieter Wuille authored
-
Wladimir J. van der Laan authored
acf59835 tests: Remove May15 test (Wladimir J. van der Laan)
-
- 09 Feb, 2016 5 commits
-
-
Wladimir J. van der Laan authored
If number of conflict confirms cannot be determined, this means that the block is still unknown or not yet part of the main chain, for example during a reindex. Do nothing in that case, instead of crash with an assertion. Fixes #7234.
-
Wladimir J. van der Laan authored
This test is no longer relevant. It was introduced in 8c222dca to check the switch to 1MB blocks after the BDB too-many-locks issue back in 2013. The switching code has been long since removed. It also needs a specific data file that is hard to find. I've verified in #6320 that it still passes, however I think there is zero reason to keep it. Closes #6320.
-
Wladimir J. van der Laan authored
993d089e Changed getnetworkhps value to double to avoid overflow. (instagibbs)
-
Wladimir J. van der Laan authored
301bc7bc Update nQueuedValidatedHeaders after peer disconnection (Suhas Daftuar)
-
Wladimir J. van der Laan authored
7c06fbd8 rpc: Add WWW-Authenticate header to 401 response (Wladimir J. van der Laan)
-
- 08 Feb, 2016 4 commits
-
-
Suhas Daftuar authored
-
instagibbs authored
-
Wladimir J. van der Laan authored
fa616c2f [doc] Update release-process.md (MarcoFalke)
-
Wladimir J. van der Laan authored
A WWW-Authenticate header must be present in the 401 response to make clients know that they can authenticate, and how. WWW-Authenticate: Basic realm="jsonrpc" Fixes #7462.
-
- 05 Feb, 2016 3 commits
-
-
Wladimir J. van der Laan authored
f3757a03 Consensus: Decouple pow.cpp from util.h (Jorge Timón)
-
Wladimir J. van der Laan authored
7689041c [rpc-tests] Change solve() to use rehash (mrbandrews)
-
Wladimir J. van der Laan authored
08305526 Fix spelling: misbeha{b,v}ing (Matt)
-
- 04 Feb, 2016 8 commits
-
-
Matt authored
-
mrbandrews authored
-
Jorge Timón authored
-
Wladimir J. van der Laan authored
42407ed4 build-unix: Update UniValue build conditions (Luke Dashjr) cdcad9fc LDADD dependency order shuffling (Luke Dashjr) 62f7f2ee Bugfix: Always include univalue in DIST_SUBDIRS (Luke Dashjr) 23565157 Change default configure option --with-system-univalue to "no" (Luke Dashjr) 5d3b29bc doc: Add UniValue to build instructions (Luke Dashjr) ab22705a Build against system UniValue when available (Luke Dashjr) 2adf7e2c Bugfix: The var is LIBUNIVALUE,not LIBBITCOIN_UNIVALUE (Luke Dashjr)
-
Wladimir J. van der Laan authored
7d0bf0bb include the chaintip *blockIndex in the SyncTransaction signal (Jonas Schnelli)
-
Wladimir J. van der Laan authored
fad62448 ATMP: make nAbsurdFee const (MarcoFalke) fa762d0f [wallet.h] Remove main.h include (MarcoFalke) fa79db26 Move maxTxFee out of mempool (MarcoFalke)
-
Wladimir J. van der Laan authored
027fdb83 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) cc2095ec Rewrite FormatParagraph to handle newlines within input strings correctly (Luke Dashjr) cddffaf5 Bugfix: Include COPYRIGHT_HOLDERS_SUBSTITUTION in Makefile substitutions so it gets passed to extract-strings correctly (Luke Dashjr) 29598e41 Move PACKAGE_URL to configure.ac (Luke Dashjr) 78ec83dd splashscreen: Resize text to fit exactly (Luke Dashjr) 3cae1405 Bugfix: Actually use _COPYRIGHT_HOLDERS_SUBSTITUTION everywhere (Luke Dashjr) 4d5a3df9 Bugfix: gitian-descriptors: Add missing python-setuptools requirement for OS X (biplist module) (Luke Dashjr) e4ab5e5f Bugfix: Correct copyright year in Mac DMG background image (Luke Dashjr) 917b1d03 Set copyright holders displayed in notices separately from the package name (Luke Dashjr) c39a6fff Travis & gitian-osx: Use depends for ds_store and mac_alias modules (Luke Dashjr) 902ccde8 depends: Add mac_alias to depends (Luke Dashjr) 82a2d98d depends: Add ds_store to depends (Cory Fields) de619a37 depends: Pass PYTHONPATH along to configure (Cory Fields) e611b6e3 macdeploy: Use rsvg-convert rather than cairosvg (Luke Dashjr) 63bcdc52 More complicated package name substitution for Mac deployment (Luke Dashjr) 1a6c67c8 Parameterise 2009 in translatable copyright strings (Luke Dashjr) d5f46832 Unify package name to as few places as possible without major changes (Luke Dashjr)
-
Wladimir J. van der Laan authored
c77c6625 peers.dat, banlist.dat recreated when missing (kirkalx)
-
- 03 Feb, 2016 10 commits
-
-
MarcoFalke authored
-
kirkalx authored
-
Wladimir J. van der Laan authored
dbb89dc7 Eliminate unnecessary call to CheckBlock (Suhas Daftuar)
-
MarcoFalke authored
-
MarcoFalke authored
-
Wladimir J. van der Laan authored
2f199053 Improve block validity/ConnectBlock() comments (Peter Todd)
-
Wladimir J. van der Laan authored
Merge #7431: Rename permitrbf to mempoolreplacement and provide minimal string-list forward compatibility (needs 0.12 backport) b922fbe0 Rename replacebyfee=opt-in to mempoolreplacement=fee (Luke Dashjr) 3b66e544 Simplify check for replacebyfee=opt-in (Luke Dashjr) d65dee96 Accept replacebyfee=opt-in for turning on opt-in RBF (Luke Dashjr) 77b55a00 Rename permitrbf to replacebyfee (Luke Dashjr)
-
Luke Dashjr authored
-
Luke Dashjr authored
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 authored
-
- 02 Feb, 2016 5 commits
-
-
MarcoFalke authored
Also, remove default values in CMerkleTx::AcceptToMemoryPool()
-
Wladimir J. van der Laan authored
cf82d05d Build: Consensus: Make libbitcoinconsensus_la_SOURCES fully dynamic and dependend on both crypto and consensus packages (Jorge Timón) 4feadec9 Build: Libconsensus: Move libconsensus-ready files to the consensus package (Jorge Timón) a3d5eec5 Build: Consensus: Move consensus files from common to its own module/package (Jorge Timón)
-
Wladimir J. van der Laan authored
fa1193e2 [doxygen] Actually display comment (MarcoFalke) fa331db6 mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee (MarcoFalke)
-
Wladimir J. van der Laan authored
e8675619 MOVEONLY: non-consensus: from pow to chain: (Jorge Timón)
-
MarcoFalke authored
-