aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-10Merge #8465: [0.13] Document reindexing changesWladimir J. van der Laan
b49d963 Document reindexing changes (Pieter Wuille)
2016-08-10Merge #8438: [0.13] backport: Treat high-sigop transactions as larger rather ↵Wladimir J. van der Laan
than rejecting them 3f65ba2 Treat high-sigop transactions as larger rather than rejecting them (Pieter Wuille)
2016-08-05Document reindexing changesPieter Wuille
2016-08-04Merge #8454: [0.13.1] Fix p2p-feefilter.py for changed tx relay behaviorMarcoFalke
cd0910b Fix p2p-feefilter.py for changed tx relay behavior (Suhas Daftuar)
2016-08-04doc: Add list of new and removed RPC commands to release notesWladimir J. van der Laan
Finish up the RPC part of #7678.
2016-08-04Fix p2p-feefilter.py for changed tx relay behaviorSuhas Daftuar
Github-Pull: #8444 Rebased-From: 2c517b3928a68c6e36b18262081a401a741cd4cd
2016-08-03[doc] Increase recommended memory in gitian build guidefanquake
Github-Pull: #8439 Rebased-From: 7fdbce9de43c600776e00a2f2042d302cfa4e411
2016-08-03Merge #8441: doc: Rewrite shell example to not leave secrets in the history fileWladimir J. van der Laan
719208c Rewrite shell example to not leave secrets in the history file (paveljanik)
2016-08-02Rewrite shell example to not leave secrets in the history filepaveljanik
2016-07-31Treat high-sigop transactions as larger rather than rejecting themPieter Wuille
2016-07-29qt: Translations update pre-rc2v0.13.0rc2Wladimir J. van der Laan
2016-07-29doc: Release notes update for rc2Wladimir J. van der Laan
2016-07-29Prevent fingerprinting, disk-DoS with compact blocksSuhas Daftuar
- Ignore GETBLOCKTXN requests for unknown blocks Don't disconnect peers, or else we leak information that could be used for fingerprinting. - Ignore CMPCTBLOCK messages for pruned blocks Also ignores CMPCTBLOCK announcements that have too little work. This is to prevent disk-exhaustion DoS. Github-Pull: #8408 Rebased-From: 1de2a46632946990a7863020b61172232f8c5796 1d06e49834814eed45e07393dcffd7b6683311b2
2016-07-29libconsensus: Expose a flag for BIP112Jorge Timón
We added the segwit one, but we forgot CHECKSEQUENCEVERIFY Github-Pull: #8412 Rebased-From: d12b732ac287a1ed7543481b79801c9afc333b7f
2016-07-28Merge #8389: [0.13] Create a new HD seed after encrypting the walletWladimir J. van der Laan
de45c06 [Wallet] Add CKeyMetadata record for HDMasterKey(s), factor out HD key generation (Jonas Schnelli) f142c11 [0.13] Create a new HD seed after encrypting the wallet (Jonas Schnelli)
2016-07-28[Qt] Add dbcache migration pathJonas Schnelli
Github-Pull: #8407 Rebased-From: 893f379ba0befef5301208b6bee8206ac4e76329
2016-07-27qt: periodic translations updateWladimir J. van der Laan
2016-07-27[Wallet] Add CKeyMetadata record for HDMasterKey(s), factor out HD key ↵Jonas Schnelli
generation
2016-07-27[0.13] Create a new HD seed after encrypting the walletJonas Schnelli
2016-07-27[Wallet] add HD xpriv to dumpwalletJonas Schnelli
Github-Pull: #8206 Rebased-From: 77c912d21c8cd153f4503c65225a5a46990cc85a
2016-07-26[doc] gbuild: Set memory explicitly (default is too low)MarcoFalke
Github-Pull: #8358 Rebased-From: faa59318db48a0acc4b0ccff56b63cc05455c61f
2016-07-26qa: Add test for standardness of segwit v0 outputsSuhas Daftuar
Github-Pull: #8381 Rebased-From: c59c434b7d1211c13f7904b9bc675e16910a1c0a
2016-07-26Make witness v0 outputs non-standard before segwit activationJohnson Lau
Github-Pull: #8381 Rebased-From: 1ffaff2f747af683513d6d74a7241d41e3f6e051
2016-07-25Scale legacy sigop count in CreateNewBlockSuhas Daftuar
Github-Pull: #8362 Rebased-From: 682aa0f289c550c029733966a2ce3449e4a471df
2016-07-25[Wallet] Correct hdmasterkeyid/masterkeyid name confusionJonas Schnelli
Github-Pull: #8390 Rebased-From: b50e1ac298363a7733069f82709674d3a8cb3058
2016-07-21Merge #8374: Add release notes for mining changesWladimir J. van der Laan
52a4158 Add release notes for mining changes (Suhas Daftuar)
2016-07-21Merge #8380: fix typo: propagation relay -> delayWladimir J. van der Laan
f891e34 fix typo: propagation relay -> delay (Jannes Faber)
2016-07-21Add release notes for mining changesSuhas Daftuar
2016-07-20Merge #8382: Fix formatting errorJonas Schnelli
ea91961 Fix formatting error (Chris Moore)
2016-07-20Fix formatting errorChris Moore
Don't start a line with a # unless you want that line to be a header.
2016-07-20fix typo: propagation relay -> delayJannes Faber
2016-07-20Move SetMinVersion for FEATURE_HD to SetHDMasterKeyPatrick Strateman
Github-Pull: #8378 Rebased-From: 6523fcaab2f0808d4e47b9cb9ebbef7ed69a309e
2016-07-20Merge #8379: Remove duplicated name in release notesWladimir J. van der Laan
48b9208 Remove duplicated name in release notes (Johnson Lau)
2016-07-20Remove duplicated name in release notesJohnson Lau
2016-07-20build: fix non-deterministic biplistCory Fields
The non-deterministic ordering produced by biplist ends up in the .DS_Store file that is included in the OSX dmg. Github-Pull: #8373 Rebased-From: 3b3ce25df6cc84cd1e75a7ec20fc7da8d2ef76e0
2016-07-19Merge #8360: doc: Add a few items to release notesv0.13.0rc1Wladimir J. van der Laan
ded0599 doc: Add a few items to release notes (Wladimir J. van der Laan)
2016-07-19doc: Add list of pulls and authors to release notesWladimir J. van der Laan
2016-07-19Merge #8366: [0.13] [Wallet] Ensure <0.13 clients can't open HD walletsWladimir J. van der Laan
3b38a6a [Wallet] Ensure <0.13 clients can't open HD wallets (Jonas Schnelli)
2016-07-19Rename "block cost" to "block weight"Suhas Daftuar
Github-Pull: #8363 Rebased-From: 2c06bae39edfaa9c0855d83377ad8fda09e4fa08
2016-07-19doc: Add a few items to release notesWladimir J. van der Laan
Do a few TODOs from #7678: - Removal of internal miner - `mempool`/`NODE_BLOOM` interaction - Sorting of `getrawmempool` output
2016-07-19Merge #8361: Some 0.13 release notes about p2p changesWladimir J. van der Laan
df85463 Some 0.13 release notes about p2p changes (Pieter Wuille)
2016-07-18[Wallet] Ensure <0.13 clients can't open HD walletsJonas Schnelli
2016-07-18Some 0.13 release notes about p2p changesPieter Wuille
2016-07-18build: Release notes updateWladimir J. van der Laan
Fill in the header, and move items to the appropriate part of the release notes structure.
2016-07-18build: bump version to 0.13.0Wladimir J. van der Laan
2016-07-18qt: periodic translations updateWladimir J. van der Laan
2016-07-18Merge #8359: mining: Improve `-blockmaxcost` help messageWladimir J. van der Laan
8cef5bd mining: Improve `-blockmaxcost` help message (Wladimir J. van der Laan)
2016-07-18mining: Improve `-blockmaxcost` help messageWladimir J. van der Laan
One-word replacement to #8354.
2016-07-18Merge #8320: Fix 0.12 release notes on block relayingWladimir J. van der Laan
d6dc1bc Fix 0.12 release notes on block relaying (Krzysztof Jurewicz)
2016-07-18Merge #8295: Mining-related fixups for 0.13.0Wladimir J. van der Laan
c1d61fb Add warning if -blockminsize is used. (Suhas Daftuar) 27362dd Remove -blockminsize option (Suhas Daftuar) d2e46e1 Remove addScoreTxs() (Suhas Daftuar) 6dd4bc2 Exclude witness transactions in addPackageTxs() pre-segwit activation (Suhas Daftuar) f15c2cd CreateNewBlock: add support for size-accounting to addPackageTxs (Suhas Daftuar)