- 14 Jul, 2016 6 commits
-
-
Wladimir J. van der Laan authored
b9936719 [Wallet] keep HD seed during salvagewallet (Jonas Schnelli)
-
MarcoFalke authored
66668c42 [qa] Solve merge conflict of 4324bd23 (MarcoFalke)
-
MarcoFalke authored
-
Wladimir J. van der Laan authored
46c9620f Test that unnecessary witnesses can't be used for mempool DoS (Suhas Daftuar) bb66a113 Fix DoS vulnerability in mempool acceptance (Suhas Daftuar)
-
Wladimir J. van der Laan authored
36ae37a9 Rename CTxinWitness -> CTxInWitness (Bob McElrath)
-
Wladimir J. van der Laan authored
252675ef Do not send witnesses in cmpctblock (Pieter Wuille)
-
- 12 Jul, 2016 1 commit
-
-
Wladimir J. van der Laan authored
Added languages: - `bg_BG`: Bulgarian (Bulgaria)
-
- 11 Jul, 2016 2 commits
-
-
Wladimir J. van der Laan authored
477777f2 [rpcwallet] Don't use floating point (MarcoFalke)
-
Wladimir J. van der Laan authored
1ba3db6a bash-completion: Adapt for 0.12 and 0.13 (Christian von Roques)
-
- 09 Jul, 2016 1 commit
-
-
Jonas Schnelli authored
-
- 08 Jul, 2016 9 commits
-
-
Wladimir J. van der Laan authored
b556beda build: fix Windows builds without pkg-config (Cory Fields) 0c928cb1 build: Fix Qt5PlatformSupport check without pkg-config (Cory Fields)
-
Wladimir J. van der Laan authored
099d4b0b gitian: use a wrapped gcc/g++ to avoid the need for a system change (Cory Fields)
-
MarcoFalke authored
-
Wladimir J. van der Laan authored
18c975c8 Rename NOP3 to CHECSEQUENCEVERIFY in rpc tests (BtcDrak) 14d01309 Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY (BtcDrak)
-
Wladimir J. van der Laan authored
ab0c35a2 [Doc] Update bips.md for CSV softfork. (fanquake)
-
Wladimir J. van der Laan authored
fade505e [qa] Add wallet-hd test (MarcoFalke) fa9976b8 [qa] test_framework: Add wrapper for stop_node (MarcoFalke)
-
Wladimir J. van der Laan authored
cf2ef786 build: require boost for bench (Cory Fields)
-
Suhas Daftuar authored
Check that pre-segwit activation, unnecessary witnesses won't cause a txid to be permanently rejected.
-
Cory Fields authored
C_INCLUDE_PATH and CPLUS_INCLUDE_PATH work globally as though -isystem was used for each invocation. Since that changes the build results, force a rebuild of x86 depends by adding the value to $HOST_ID_SALT.
-
- 07 Jul, 2016 7 commits
-
-
MarcoFalke authored
-
Suhas Daftuar authored
Moves the IsStandard check to happen after the premature-witness check, so that adding a witness to a transaction can't prevent mempool acceptance. Note that this doesn't address the broader category of potential mempool DoS issues that affect transactions after segwit activation.
-
Jonas Schnelli authored
fa6ad569 [travis] Update SDK_URL (MarcoFalke)
-
Cory Fields authored
- guard PKG_PROG_PKG_CONFIG with an m4_ifdef. If not building for windows, require it - add nops as necessary in case the ifdef reduces the if/then to nothing - AC_SUBST some missing _LIBS. These were split out over time, but not all were properly substituted. They continued to work if pkg-config is installed because it does the AC_SUBST itself
-
Cory Fields authored
The non-pkg-config case can't use pkg-config to check the version. Also, make sure that the check is properly guarded in the case of missing pkg-config macros.
-
Christian von Roques authored
* separate completion for bitcoind and bitcoin-cli * remove RPC support from bitcoind completion * add completion for bitcoin-tx and bitcoin-qt * rely on autoloading of completions
-
MarcoFalke authored
-
- 06 Jul, 2016 10 commits
-
-
Bob McElrath authored
-
Cory Fields authored
-
Jonas Schnelli authored
4f44cb61 qt: Network-specific example address (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
efd1d833 doc: Mention dbcache increase in release notes (Wladimir J. van der Laan) 32cab912 Bump `-dbcache` default to 300MiB (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
Also cap the allocation for the leveldb-specific cache for the UTXO set to 8MiB. This avoids that the extra cache memory goes to the much less effective leveldb cache instead of our application-level cache.
-
Wladimir J. van der Laan authored
ab8be98f Remove bad chain alert partition check (BtcDrak)
-
Wladimir J. van der Laan authored
20f3cd75 wallet: Revert input selection post-pruning (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
4fbdc436 Revert "net: Avoid duplicate getheaders requests." PR #8054 (Gregory Maxwell)
-
- 05 Jul, 2016 2 commits
-
-
Gregory Maxwell authored
This reverts commit f93c2a1b. This can cause synchronization to get stuck.
-
fanquake authored
-
- 04 Jul, 2016 1 commit
-
-
MarcoFalke authored
36f1b9df Tests: Increase sync_blocks() timeouts in pruning.py (Suhas Daftuar)
-
- 01 Jul, 2016 1 commit
-
-
Wladimir J. van der Laan authored
This reverts PR #4906, "Coinselection prunes extraneous inputs from ApproximateBestSubset". Apparently the previous behavior of slightly over-estimating the set of inputs was useful in cleaning up UTXOs. See also #7664, #7657, as well as 2016-07-01 discussion on #bitcoin-core-dev IRC.
-