- 18 Jul, 2016 5 commits
-
-
Wladimir J. van der Laan authored
One-word replacement to #8354.
-
Wladimir J. van der Laan authored
d6dc1bc4 Fix 0.12 release notes on block relaying (Krzysztof Jurewicz)
-
Wladimir J. van der Laan authored
c1d61fbd Add warning if -blockminsize is used. (Suhas Daftuar) 27362dda Remove -blockminsize option (Suhas Daftuar) d2e46e1b Remove addScoreTxs() (Suhas Daftuar) 6dd4bc28 Exclude witness transactions in addPackageTxs() pre-segwit activation (Suhas Daftuar) f15c2cde CreateNewBlock: add support for size-accounting to addPackageTxs (Suhas Daftuar)
-
Wladimir J. van der Laan authored
7945088d [Wallet] comsetic non-code changes for the HD feature (Jonas Schnelli) 68d7682b [Wallet] ensure CKeyMetadata.hdMasterKeyID will be cleared during SetNull() (Jonas Schnelli) f7080859 [QA] extend wallet-hd test to cover HD metadata (Jonas Schnelli) 986c2232 [Wallet] print hd masterkeyid in getwalletinfo (Jonas Schnelli) b1c7b244 [Wallet] report optional HDKeypath/HDMasterKeyId in validateaddress (Jonas Schnelli) 5b95dd2c [Wallet] extend CKeyMetadata with HD keypath (Jonas Schnelli)
-
Wladimir J. van der Laan authored
e91cf4b2 Add test for handling of unconnecting headers (Suhas Daftuar) 96fa9536 Improve handling of unconnecting headers (Suhas Daftuar)
-
- 15 Jul, 2016 2 commits
-
-
Jonas Schnelli authored
-
Jonas Schnelli authored
-
- 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 3 commits
-
-
Suhas Daftuar authored
-
Suhas Daftuar authored
When processing a headers message that looks like a block announcement, send peer a getheaders if the headers message won't connect. Apply DoS points after too many consecutive unconnecting headers messages.
-
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 5 commits
-
-
Jonas Schnelli authored
-
Jonas Schnelli authored
-
Jonas Schnelli authored
-
Jonas Schnelli authored
-
Jonas Schnelli authored
-
- 08 Jul, 2016 10 commits
-
-
Krzysztof Jurewicz authored
The previous information about block relaying in pruned mode suggested that blocks are relayed only to nodes that support BIP 130, which is not true.
-
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
-