Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-27 | More tightly couple EnsureWalletIsAvailable with GetWalletForJSONRPCRequest ↵ | Luke Dashjr | |
where appropriate | |||
2017-02-27 | Move wallet RPC declarations to rpcwallet.h | Luke Dashjr | |
2017-02-27 | RPC: Pass on JSONRPCRequest metadata (URI/user/etc) for "help" method | Luke Dashjr | |
2017-02-27 | Reformat touched lines with C++11 | Luke Dashjr | |
2017-02-27 | Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique ↵ | Luke Dashjr | |
per CWallet | |||
2017-02-27 | RPC: Do all wallet access through new GetWalletForJSONRPCRequest | Luke Dashjr | |
2017-02-27 | RPC/Wallet: Pass CWallet as pointer to helper functions | Luke Dashjr | |
2017-02-27 | tests: Fix dangling pwalletMain pointer in wallet tests | Wladimir J. van der Laan | |
2017-02-25 | Merge #9847: Extra test vector for BIP32 | Wladimir J. van der Laan | |
30aedcb BIP32 extra test vector (Pieter Wuille) | |||
2017-02-24 | Merge #9612: [trivial] Rephrase the definition of difficulty. | Wladimir J. van der Laan | |
dc222f8 Trivial: Rephrase the definition of difficulty in the code. (Karl-Johan Alm) | |||
2017-02-24 | Merge #9833: Trivial: fix comments referencing AppInit2 | Wladimir J. van der Laan | |
ef9f495 Trivial: fix comments referencing AppInit2 (Marko Bencun) | |||
2017-02-24 | Merge #9840: Update sendfrom RPC help to correct coin selection misconception | Wladimir J. van der Laan | |
f81f0d0 Update sendfrom RPC help to correct coin selection misconception (Russell Yanofsky) | |||
2017-02-23 | Trivial: Rephrase the definition of difficulty in the code. | Karl-Johan Alm | |
2017-02-23 | BIP32 extra test vector | Pieter Wuille | |
2017-02-24 | Trivial: fix comments referencing AppInit2 | Marko Bencun | |
It was refactored into multiple functions in 0cc8b6bc44bea29e24fa4e13d8a9bbe4f1483680. | |||
2017-02-23 | Update sendfrom RPC help to correct coin selection misconception | Russell Yanofsky | |
2017-02-23 | Merge #9789: build: add --enable-werror and warn on vla's | Wladimir J. van der Laan | |
205830a build: add --enable-werror option (Cory Fields) b602fe0 build: warn about variable length arrays (Cory Fields) | |||
2017-02-23 | build: add --enable-werror option | Cory Fields | |
This turns some compiler warnings into errors. Useful for c-i. | |||
2017-02-22 | Merge #9711: [Trivial] Remove incorrect help message from gettxoutproof() | Wladimir J. van der Laan | |
9949ebf [Trivial] Remove incorrect help message from gettxoutproof() (John Newbery) | |||
2017-02-22 | Merge #9819: Remove harmless read of unusued priority estimates | Wladimir J. van der Laan | |
bc8fd12 Remove harmless read of unusued priority estimates (Alex Morcos) | |||
2017-02-22 | Merge #9773: Return errors from importmulti if complete rescans are not ↵ | Wladimir J. van der Laan | |
successful e2e2f4c Return errors from importmulti if complete rescans are not successful (Russell Yanofsky) | |||
2017-02-22 | Merge #9801: Removed redundant parameter from mempool.PrioritiseTransaction | Wladimir J. van der Laan | |
eaea2bb Removed redundant parameter from mempool.PrioritiseTransaction (gubatron) | |||
2017-02-22 | Merge #9805: Add seed.btc.petertodd.org to mainnet DNS seeds | Wladimir J. van der Laan | |
3b4dd2a Add seed.btc.petertodd.org to mainnet DNS seeds (Peter Todd) | |||
2017-02-22 | Merge #9815: Trivial: use EXIT_ codes instead of magic numbers | Wladimir J. van der Laan | |
a87d02a use EXIT_ codes instead of magic numbers (Marko Bencun) | |||
2017-02-21 | Removed redundant parameter from mempool.PrioritiseTransaction | gubatron | |
(Also made the `const uint256 hash` parameter a `const uint256& hash` as suggested by @sdaftuar) | |||
2017-02-21 | Remove harmless read of unusued priority estimates | Alex Morcos | |
2017-02-21 | Merge #9727: Remove fallbacks for boost_filesystem < v3 | Wladimir J. van der Laan | |
056aba2 Remove fallbacks for boost_filesystem < v3 (Wladimir J. van der Laan) | |||
2017-02-21 | Fix segfault crash when shutdown the GUI in disablewallet mode | Jonas Schnelli | |
2017-02-21 | Merge #9798: Fix Issue #9775 (Check returned value of fopen) | Wladimir J. van der Laan | |
40f11f8 Fix for issue #9775. Added check for open() returning a NULL pointer. (kirit93) | |||
2017-02-21 | use EXIT_ codes instead of magic numbers | Marko Bencun | |
To be consistent with other exit() calls. | |||
2017-02-20 | Fix for issue #9775. Added check for open() returning a NULL pointer. | kirit93 | |
2017-02-20 | Read/write mempool.dat as a binary. | Pavel Janík | |
mempool.dat is a binary file and thus it should be read/written as such. Fixes #9810. | |||
2017-02-20 | Merge #9726: netbase: Do not print an error on connection timeouts through proxy | Wladimir J. van der Laan | |
3ddfe29 netbase: Do not print an error on connection timeouts through proxy (Wladimir J. van der Laan) 13f6085 netbase: Make InterruptibleRecv return an error code instead of bool (Wladimir J. van der Laan) | |||
2017-02-20 | Merge #9619: Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before ↵ | Wladimir J. van der Laan | |
segwit activates 279f944 QA: Test GBT size/weight limit values (Luke Dashjr) 9fc7f0b Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activates (Luke Dashjr) | |||
2017-02-20 | Merge #9760: [wallet] Remove importmulti always-true check | Wladimir J. van der Laan | |
ec1267f [wallet] Remove importmulti always-true check (Russell Yanofsky) | |||
2017-02-20 | Merge #9724: Qt/Intro: Add explanation of IBD process | Wladimir J. van der Laan | |
f6d18f5 Qt/Intro: Explain a bit more what will happen first time (Luke Dashjr) 50c5657 Qt/Intro: Storage shouldn't grow significantly with pruning enabled (Luke Dashjr) 9adb694 Qt/Intro: Move sizeWarningLabel text into C++ code (Luke Dashjr) | |||
2017-02-19 | Add seed.btc.petertodd.org to mainnet DNS seeds | Peter Todd | |
2017-02-19 | Merge #9791: Avoid VLA in hash.h | Wladimir J. van der Laan | |
5c8fd50 Avoid VLA in hash.h (Pieter Wuille) | |||
2017-02-18 | Merge #9696: [trivial] Fix recently introduced typos in comments | MarcoFalke | |
0c9b9b7 [trivial] Fix recently introduced typos in comments (practicalswift) | |||
2017-02-17 | Avoid VLA in hash.h | Pieter Wuille | |
2017-02-17 | Merge #9786: boost: remove iostreams includes | Wladimir J. van der Laan | |
3301587 boost: remove iostreams includes (Cory Fields) | |||
2017-02-17 | boost: remove iostreams includes | Cory Fields | |
They're unused and produce nasty deprecation warnings | |||
2017-02-17 | Move BIP70_MAX_PAYMENTREQUEST_SIZE to header | Pieter Wuille | |
2017-02-17 | Make KEY_SIZE a compile-time constant | Pieter Wuille | |
2017-02-17 | Return errors from importmulti if complete rescans are not successful | Russell Yanofsky | |
2017-02-17 | build: bump version to 0.14.99 | Wladimir J. van der Laan | |
Now that 0.14 branch has been split off, master is 0.14.99 (pre-0.15). Also clean out release notes. | |||
2017-02-17 | [wallet] Remove importmulti always-true check | Russell Yanofsky | |
Remove "nLowestTimestamp <= chainActive.Tip()->GetBlockTimeMax()" check from importmulti, which is always true because nLowestTimestamp is set to the minimum of the most recent block time and all the imported key timestamps, which is necessarily lower than the maximum block time. | |||
2017-02-17 | Merge #9761: Use 2 hour grace period for key timestamps in importmulti rescans | Wladimir J. van der Laan | |
e662af3 Use 2 hour grace period for key timestamps in importmulti rescans (Russell Yanofsky) 38d3e9e [qa] Extend import-rescan.py to test imports on pruned nodes. (Russell Yanofsky) c28583d [qa] Extend import-rescan.py to test specific key timestamps (Russell Yanofsky) 8be0866 [qa] Simplify import-rescan.py (Russell Yanofsky) | |||
2017-02-17 | Merge #9778: Add two hour buffer to manual pruning | Wladimir J. van der Laan | |
91fb506 Add two hour buffer to manual pruning (Alex Morcos) | |||
2017-02-17 | Merge #9779: Update nMinimumChainWork and defaultAssumeValid. | Wladimir J. van der Laan | |
3f78e46 Update nMinimumChainWork and defaultAssumeValid. (Gregory Maxwell) |