0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-05 14:06:27 -05:00
bitcoin-core/src
Wladimir J. van der Laan 3d857f307b
Merge #9818: Save watch only key timestamps when reimporting keys
7759aa2 Save watch only key timestamps when reimporting keys (Russell Yanofsky)

Tree-SHA512: 433b5a78e5626fb2f3166e6c84c22eabd5239d451dc82694da95af237e034612a24f1a8bc959b7d2f2e576ce0b679be1fa4af929ebfae758c7e832056ab67061
2017-03-17 21:52:14 +01:00
..
bench Merge #9505: Prevector Quick Destruct 2017-03-14 10:43:10 +01:00
compat
config
consensus
crypto
leveldb
obj
obj-test
policy Merge #9548: Remove min reasonable fee 2017-03-07 19:49:00 +01:00
primitives Merge #9602: Remove coin age priority and free transactions - implementation 2017-03-07 19:30:23 +01:00
qt Merge #9592: [Qt] Add checkbox in the GUI to opt-in to RBF when creating a transaction 2017-03-17 15:31:52 +01:00
rpc Don't require segwit in getblocktemplate for segwit signalling or mining 2017-03-14 06:43:37 -04:00
script Refactor: Remove using namespace <xxx> from script/ 2017-03-08 08:08:17 -08:00
secp256k1
support Merge #8808: Do not shadow variables (gcc set) 2017-03-03 15:48:53 +01:00
test Merge #9974: Add basic Qt wallet test 2017-03-17 14:31:22 +01:00
univalue
wallet Merge #9818: Save watch only key timestamps when reimporting keys 2017-03-17 21:52:14 +01:00
zmq
.clang-format
addrdb.cpp
addrdb.h
addrman.cpp
addrman.h
amount.cpp
amount.h
arith_uint256.cpp Merge #8808: Do not shadow variables (gcc set) 2017-03-03 15:48:53 +01:00
arith_uint256.h
base58.cpp
base58.h
bitcoin-cli-res.rc
bitcoin-cli.cpp Docs: add details to -rpcclienttimeout doc 2017-03-02 04:42:37 -08:00
bitcoin-tx-res.rc
bitcoin-tx.cpp
bitcoind-res.rc
bitcoind.cpp use EXIT_ codes instead of magic numbers 2017-02-21 17:17:24 +09:00
blockencodings.cpp
blockencodings.h
bloom.cpp Fix msvc compiler error C4146 (minus operator applied to unsigned type) 2017-03-07 02:42:44 +09:00
bloom.h
chain.cpp
chain.h Merge #9908: Define 7200 second timestamp window constant 2017-03-06 10:02:05 +01:00
chainparams.cpp
chainparams.h
chainparamsbase.cpp
chainparamsbase.h
chainparamsseeds.h
checkpoints.cpp
checkpoints.h
checkqueue.h
clientversion.cpp
clientversion.h
coins.cpp [cleanup] Remove coin age priority completely. 2017-03-03 16:50:20 -05:00
coins.h [cleanup] Remove coin age priority completely. 2017-03-03 16:50:20 -05:00
compat.h compat: use unsigned int instead of u_int 2017-03-05 09:51:21 +00:00
compressor.cpp
compressor.h
core_io.h
core_memusage.h
core_read.cpp
core_write.cpp
cuckoocache.h
dbwrapper.cpp
dbwrapper.h
hash.cpp
hash.h
httprpc.cpp
httprpc.h
httpserver.cpp
httpserver.h
indirectmap.h
init.cpp Merge #9602: Remove coin age priority and free transactions - implementation 2017-03-07 19:30:23 +01:00
init.h
key.cpp
key.h
keystore.cpp
keystore.h
limitedmap.h
Makefile.am build: add --enable-werror option 2017-02-23 01:06:04 -05:00
Makefile.bench.include Merge #9505: Prevector Quick Destruct 2017-03-14 10:43:10 +01:00
Makefile.leveldb.include
Makefile.qt.include
Makefile.qttest.include Add simple qt wallet test sending a transaction 2017-03-15 12:02:02 -05:00
Makefile.test.include Merge #9974: Add basic Qt wallet test 2017-03-17 14:31:22 +01:00
memusage.h
merkleblock.cpp
merkleblock.h
miner.cpp Don't require segwit in getblocktemplate for segwit signalling or mining 2017-03-14 06:43:37 -04:00
miner.h Don't require segwit in getblocktemplate for segwit signalling or mining 2017-03-14 06:43:37 -04:00
net.cpp Merge #9921: build: Probe MSG_DONTWAIT in the same way as MSG_NOSIGNAL 2017-03-16 12:03:00 +01:00
net.h
net_processing.cpp No longer allow "free" transactions 2017-03-03 16:50:19 -05:00
net_processing.h
netaddress.cpp
netaddress.h
netbase.cpp build: cleanup: define MSG_DONTWAIT/MSG_NO_SIGNAL locally 2017-03-05 09:47:29 +00:00
netbase.h
netmessagemaker.h
noui.cpp
noui.h
pow.cpp
pow.h
prevector.h Merge #9505: Prevector Quick Destruct 2017-03-14 10:43:10 +01:00
protocol.cpp
protocol.h
pubkey.cpp
pubkey.h
random.cpp random: Add fallback if getrandom syscall not available 2017-02-22 08:51:26 +01:00
random.h sanity: Move OS random to sanity check function 2017-02-22 08:02:50 +01:00
rest.cpp
reverselock.h
scheduler.cpp CScheduler boost->std::function, use millisecs for times, not secs 2017-03-06 18:33:50 -05:00
scheduler.h CScheduler boost->std::function, use millisecs for times, not secs 2017-03-06 18:33:50 -05:00
serialize.h
streams.h Merge #8808: Do not shadow variables (gcc set) 2017-03-03 15:48:53 +01:00
sync.cpp
sync.h
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h
timedata.cpp
timedata.h Merge #8808: Do not shadow variables (gcc set) 2017-03-03 15:48:53 +01:00
tinyformat.h util: Throw tinyformat::format_error on formatting error 2017-03-13 06:51:15 +01:00
torcontrol.cpp
torcontrol.h
txdb.cpp
txdb.h
txmempool.cpp Merge #9548: Remove min reasonable fee 2017-03-07 19:49:00 +01:00
txmempool.h Merge #9548: Remove min reasonable fee 2017-03-07 19:49:00 +01:00
ui_interface.cpp
ui_interface.h
uint256.cpp uint256: replace sprintf with HexStr and reverse-iterator 2017-02-27 10:02:45 +01:00
uint256.h
undo.h
util.cpp [util] Remove redundant call to get() on smart pointer (thread_specific_ptr) 2017-03-09 10:22:35 +01:00
util.h util: rename variable to avoid shadowing 2017-03-16 17:33:58 +01:00
utilmoneystr.cpp Refactor: Remove using namespace <xxx> from util* 2017-03-08 08:47:02 -08:00
utilmoneystr.h
utilstrencodings.cpp Refactor: Remove using namespace <xxx> from util* 2017-03-08 08:47:02 -08:00
utilstrencodings.h Wallet: Sanitise -wallet parameter 2017-02-27 20:45:18 +00:00
utiltime.cpp Refactor: Remove using namespace <xxx> from util* 2017-03-08 08:47:02 -08:00
utiltime.h
validation.cpp Merge #8665: Assert all the things! 2017-03-14 10:38:27 +01:00
validation.h No longer allow "free" transactions 2017-03-03 16:50:19 -05:00
validationinterface.cpp
validationinterface.h
version.h
versionbits.cpp Don't require segwit in getblocktemplate for segwit signalling or mining 2017-03-14 06:43:37 -04:00
versionbits.h
warnings.cpp
warnings.h