index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-03-28
Fix rebase issue where pwalletMain was used instead of pwallet
Jonas Schnelli
2017-03-27
Do not break backward compatibility during wallet encryption
Jonas Schnelli
2017-03-24
Add assertion for CanSupportFeature(FEATURE_HD_SPLIT)
Jonas Schnelli
2017-03-24
Define CWallet::DeriveNewChildKey() as private
Jonas Schnelli
2017-03-24
Optimize GetOldestKeyPoolTime(), return as soon as we have both oldest keys
Jonas Schnelli
2017-03-24
Make sure we set the wallets min version to FEATURE_HD_SPLIT at the very firs...
Jonas Schnelli
2017-03-24
Slightly modify fundrawtransaction.py test (change getnewaddress() into getra...
Jonas Schnelli
2017-03-24
Remove FEATURE_HD_SPLIT bump TODO
Jonas Schnelli
2017-03-24
Overhaul the internal/external key derive switch
Jonas Schnelli
2017-03-24
Fix superfluous cast and code style nits in RPC wallet-hd.py test
Jonas Schnelli
2017-03-24
CKeyPool avoid "catch (...)" in SerializationOp
Jonas Schnelli
2017-03-24
Only show keypoolsize_hd_internal if HD split is enabled
Jonas Schnelli
2017-03-24
GetOldestKeyPoolTime: if HD & HD Chain Split is enabled, response max(oldest-...
Jonas Schnelli
2017-03-24
Don't switch to HD-chain-split during wallet encryption of non HD-chain-split...
Jonas Schnelli
2017-03-24
Switch to 100% for the HD internal keypool size
Jonas Schnelli
2017-03-24
Make sure we always generate one keypool key at minimum
Jonas Schnelli
2017-03-24
Fix issue where CDataStream->nVersion was taken a CKeyPool record version
Jonas Schnelli
2017-03-24
Make sure we hand out keypool keys if HD_SPLIT is not enabled
Jonas Schnelli
2017-03-24
Make sure ReserveKeyFromKeyPool only hands out internal keys if HD_SPLIT is s...
Jonas Schnelli
2017-03-24
Fix wrong keypool internal size in RPC getwalletinfo help
Jonas Schnelli
2017-03-24
Removed redundant IsLocked() check in NewKeyPool()
Jonas Schnelli
2017-03-24
Immediately return setKeyPool's size if HD or HD_SPLIT is disabled or not sup...
Jonas Schnelli
2017-03-24
[Wallet] split the keypool in an internal and external part
Jonas Schnelli
2017-03-23
Merge #9701: Make bumpfee tests less fragile
MarcoFalke
2017-03-23
Merge #10047: [tests] Remove unused variables and imports
MarcoFalke
2017-03-23
Merge #9500: [Qt][RPC] Autocomplete commands for 'help' command in debug console
Jonas Schnelli
2017-03-23
Merge #9558: Clarify assumptions made about when BlockCheck is called
Jonas Schnelli
2017-03-23
Merge #10029: Fix parameter naming inconsistencies between .h and .cpp files
Jonas Schnelli
2017-03-22
[tests] Remove unused variables
practicalswift
2017-03-22
[tests] Remove unused and duplicate imports
practicalswift
2017-03-22
Merge #10017: combine_logs.py - aggregates log files from multiple bitcoinds ...
Wladimir J. van der Laan
2017-03-22
Merge #10045: [trivial] Fix typos in comments
Jonas Schnelli
2017-03-21
Python functional tests should log in UTC
John Newbery
2017-03-21
Introduce combine_logs.py to combine log files from multiple bitcoinds.
John Newbery
2017-03-21
[trivial] Fix typos in comments
practicalswift
2017-03-21
[qa] Expand bumpfee test docstring
Russell Yanofsky
2017-03-21
Merge #10039: Fix compile errors with Qt 5.3.2 and Boost 1.55.0
Wladimir J. van der Laan
2017-03-21
[qa] Rename python input variable to tx_input
Russell Yanofsky
2017-03-21
[qa] Make bumpfee.py test function order consistent
Russell Yanofsky
2017-03-21
[qa] Get rid of nondeterminism in bumpfee.py
Russell Yanofsky
2017-03-21
[qa] Remove bumpfee.py get_change_address hack
Russell Yanofsky
2017-03-21
Merge #9956: Reorganise qa directory
MarcoFalke
2017-03-20
Merge #9734: Add updating of chainTxData to release process
Wladimir J. van der Laan
2017-03-20
Avoid QTimer::singleShot compile error with Qt 5.3.2
Russell Yanofsky
2017-03-20
Avoid scoped_connection compile error with boost 1.55.0
Russell Yanofsky
2017-03-20
Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py
John Newbery
2017-03-20
Rename --enable-extended-rpc-tests to --enable-extended-functional-tests
John Newbery
2017-03-20
Rename test/pull-tester/rpc-tests.py to test/functional/test_runner.py
John Newbery
2017-03-20
Rename rpc-tests directory to functional
John Newbery
2017-03-20
Rename qa directory to test
John Newbery
[next]