aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-17Merge #8490: [0.13] release notes: Mention new relevance of non-mining nodes ↵v0.13.0Wladimir J. van der Laan
on network policy; and misc fixes 5e499e7 doc/release-notes: Document changed bytespersigop behaviour (Luke Dashjr) 40d705c doc/release-notes: Mention the relevance of Compact Blocks on non-mining nodes' influence on network policy (Luke Dashjr) 4f55293 doc/release-notes: Misc (Luke Dashjr)
2016-08-16doc/release-notes: Document changed bytespersigop behaviourLuke Dashjr
2016-08-16doc/release-notes: Mention the relevance of Compact Blocks on non-mining ↵Luke Dashjr
nodes' influence on network policy
2016-08-16doc/release-notes: MiscLuke Dashjr
2016-08-16Merge #8519: [0.13] A few small improvements to the 0.13 release notesWladimir J. van der Laan
2f58589 Mention dump/import support for HD wallets (Pieter Wuille) fe20b83 Remove refactors from list of changes (Pieter Wuille) 7f84015 Inline mempool RPCs and feefilter into misc sections (Pieter Wuille)
2016-08-16Mention dump/import support for HD walletsPieter Wuille
2016-08-16Remove refactors from list of changesPieter Wuille
2016-08-16Inline mempool RPCs and feefilter into misc sectionsPieter Wuille
2016-08-11doc: Update changelog for rc3v0.13.0rc3Wladimir J. van der Laan
2016-08-11qt: translations update pre-rc3Wladimir J. van der Laan
2016-08-10Bugfix: Use pre-BIP141 sigops until segwit activatesLuke Dashjr
qa/rpc-tests/segwit: Test GBT sigops before and after activation Github-Pull: #8489 Rebased-From: 160f895a80660e4e3904a2624e4110960d051902 239cbd2e5c2a36843b45b356e9aea6e8d35f0968
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