aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | qa: Check return code when stopping nodesMarcoFalke2017-02-233-27/+15
| * | | | | | | Fix pruning test broken by 2 hour manual prune windowRussell Yanofsky2017-02-231-1/+6
| |/ / / / / /
| * | | | | | [Trivial] Remove incorrect help message from gettxoutproof()John Newbery2017-02-221-1/+0
| * | | | | | Return errors from importmulti if complete rescans are not successfulRussell Yanofsky2017-02-226-13/+114
| * | | | | | Fix segfault crash when shutdown the GUI in disablewallet modeJonas Schnelli2017-02-211-1/+4
| * | | | | | Fix for issue #9775. Added check for open() returning a NULL pointer.kirit932017-02-211-7/+8
| * | | | | | Fix typo in release notes.Chris Moore2017-02-211-5/+4
| * | | | | | Read/write mempool.dat as a binary.Pavel Janík2017-02-211-2/+2
| * | | | | | QA: Test GBT size/weight limit valuesLuke Dashjr2017-02-201-0/+8
| * | | | | | Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activatesLuke Dashjr2017-02-201-2/+6
| * | | | | | [wallet] Remove importmulti always-true checkRussell Yanofsky2017-02-201-1/+1
| * | | | | | boost: remove iostreams includesCory Fields2017-02-171-2/+0
| * | | | | | Move BIP70_MAX_PAYMENTREQUEST_SIZE to headerPieter Wuille2017-02-172-3/+1
| * | | | | | Make KEY_SIZE a compile-time constantPieter Wuille2017-02-171-1/+1
| * | | | | | Merge #9784: Restore removed release notes.Wladimir J. van der Laan2017-02-171-0/+40
| |\ \ \ \ \ \
| | * | | | | | Restore removed release notes.Gregory Maxwell2017-02-171-0/+40
| * | | | | | | doc: Add changelog for 0.14.0 to release notesWladimir J. van der Laan2017-02-171-10/+376
| |/ / / / / /
| * | | | | | doc: Add list of authors to release notesWladimir J. van der Laan2017-02-171-0/+100
| * | | | | | Merge #9783: release: bump gitian descriptors for a new 0.14 package cacheWladimir J. van der Laan2017-02-173-3/+3
| |\ \ \ \ \ \
| | * | | | | | release: bump gitian descriptors for a new 0.14 package cacheCory Fields2017-02-173-3/+3
| * | | | | | | doc: Update manpages for 0.14.0Wladimir J. van der Laan2017-02-174-100/+179
| * | | | | | | doc: Update release notes from wikiWladimir J. van der Laan2017-02-171-57/+221
| * | | | | | | qt: pre-rc1 translations updateWladimir J. van der Laan2017-02-177-29/+1103
| |/ / / / / /
| * | | | / / build: bump version to 0.14.0Wladimir J. van der Laan2017-02-175-9/+9
| | |_|_|/ / | |/| | | |
| * | | | | Merge #9761: Use 2 hour grace period for key timestamps in importmulti rescansWladimir J. van der Laan2017-02-172-115/+145
| |\ \ \ \ \
| | * | | | | Use 2 hour grace period for key timestamps in importmulti rescansRussell Yanofsky2017-02-162-4/+8
| | * | | | | [qa] Extend import-rescan.py to test imports on pruned nodes.Russell Yanofsky2017-02-161-21/+43
| | * | | | | [qa] Extend import-rescan.py to test specific key timestampsRussell Yanofsky2017-02-161-11/+15
| | * | | | | [qa] Simplify import-rescan.pyRussell Yanofsky2017-02-161-112/+112
| * | | | | | Merge #9778: Add two hour buffer to manual pruningWladimir J. van der Laan2017-02-171-2/+4
| |\ \ \ \ \ \
| | * | | | | | Add two hour buffer to manual pruningAlex Morcos2017-02-161-2/+4
| | |/ / / / /
| * | | | | | Merge #9779: Update nMinimumChainWork and defaultAssumeValid.Wladimir J. van der Laan2017-02-171-4/+4
| |\ \ \ \ \ \
| | * | | | | | Update nMinimumChainWork and defaultAssumeValid.Gregory Maxwell2017-02-161-4/+4
| | |/ / / / /
| * | | | | | Merge #9777: Handle unusual maxsigcachesize gracefullyWladimir J. van der Laan2017-02-172-2/+5
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Ensure `-maxsigcachesize` is in valid rangeJohn Newbery2017-02-172-2/+5
| * | | | | | Merge #9675: Fix typo and spelling inconsistency in CONTRIBUTING.mdWladimir J. van der Laan2017-02-166-8/+8
| |\ \ \ \ \ \
| | * | | | | | Fix typo and spelling inconsistency in CONTRIBUTING.mdKoki Takahashi2017-02-096-8/+8
| * | | | | | | Merge #9763: [Trivial] Update comments referencing main.cppWladimir J. van der Laan2017-02-163-4/+4
| |\ \ \ \ \ \ \
| | * | | | | | | [Trivial] Update comments referencing main.cppCryptAxe2017-02-163-4/+4
| * | | | | | | | Merge #9771: Add missing cs_wallet lock that triggers new lock held assertionWladimir J. van der Laan2017-02-161-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add missing cs_wallet lock that triggers new lock held assertionRussell Yanofsky2017-02-151-1/+1
| * | | | | | | | | Merge #9764: wallet: Prevent "overrides a member function but is not marked '...Wladimir J. van der Laan2017-02-161-11/+11
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | wallet: Prevent "overrides a member function but is not marked 'override'" wa...Wladimir J. van der Laan2017-02-151-11/+11
| * | | | | | | | | | Merge #9765: Harden against mistakes handling invalid blocksWladimir J. van der Laan2017-02-162-7/+13
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Harden against mistakes handling invalid blocksSuhas Daftuar2017-02-152-7/+13
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge #9756: Return error when importmulti called with invalid address.Wladimir J. van der Laan2017-02-152-0/+13
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | Return error when importmulti called with invalid address.Russell Yanofsky2017-02-132-0/+13
| * | | | | | | | | Merge #9758: Selectively suppress deprecation warningsWladimir J. van der Laan2017-02-152-0/+6
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | * | | | | | | | Selectively suppress deprecation warningsJonas Schnelli2017-02-142-0/+6
| | |/ / / / / / /
| * | | | | | | | Merge #9108: Use importmulti timestamp when importing watch only keys (on top...Wladimir J. van der Laan2017-02-157-57/+130
| |\ \ \ \ \ \ \ \