FLO-wallet-core/src
Jeremiah Buddenhagen e323d352dd sighash tests without OMIT_TX_COMMENT set
nodes utilizing SighnatureHashOld are no longer on the network
2018-01-25 16:18:10 -08:00
..
bench Test net sync'd fine; still needs new EXT keys 2018-01-11 19:21:07 -05:00
compat
config
consensus Updated doc fodler to FLO; Some READMEs still need wiki/email/talk 2018-01-05 12:48:36 -05:00
crypto Litecoin: enable support for SSE2 instructions in scrypt via configure --enable-sse2 (#362) 2017-09-19 18:39:26 -07:00
leveldb Test net sync'd fine; still needs new EXT keys 2018-01-11 19:21:07 -05:00
obj
obj-test
policy Test net sync'd fine; still needs new EXT keys 2018-01-11 19:21:07 -05:00
primitives most unit tests working, down to only 159 failures 2018-01-15 17:10:53 -05:00
qt Add tx comment to send dialog 2018-01-25 16:18:10 -08:00
rpc minor miner corrections 2018-01-16 17:15:16 -05:00
script Validate signatures from both 0.8.7 and 0.10.4 2018-01-25 16:18:10 -08:00
secp256k1 Test net sync'd fine; still needs new EXT keys 2018-01-11 19:21:07 -05:00
support scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
test sighash tests without OMIT_TX_COMMENT set 2018-01-25 16:18:10 -08:00
univalue Test net sync'd fine; still needs new EXT keys 2018-01-11 19:21:07 -05:00
wallet updated bip32_tests.cpp testvector data to match flo bip58 prefixes; updated wallet_test.cpp to match flo return values 2018-01-17 17:12:48 -05:00
zmq scripted-diff: stop using the gArgs wrappers 2017-08-14 17:02:10 +02:00
.clang-format
addrdb.cpp
addrdb.h
addrman.cpp Test net sync'd fine; still needs new EXT keys 2018-01-11 19:21:07 -05:00
addrman.h Test net sync'd fine; still needs new EXT keys 2018-01-11 19:21:07 -05:00
amount.h updated valid/invalid .json files for tests, updated subsidy to 100 * COIN for tests, updated MAX_MONEY to 160000000 for tests 2018-01-14 16:22:21 -05:00
arith_uint256.cpp
arith_uint256.h scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
base58.cpp key_tests updated 2018-01-18 14:45:18 -05:00
base58.h Litecoin: M prefix added for script addresses 2017-09-19 18:22:34 -07:00
bitcoin-cli-res.rc src completely updated to FLO, except for minor issues 2018-01-06 15:00:02 -05:00
bitcoin-cli.cpp src completely updated to FLO, except for minor issues 2018-01-06 15:00:02 -05:00
bitcoin-tx-res.rc src completely updated to FLO, except for minor issues 2018-01-06 15:00:02 -05:00
bitcoin-tx.cpp src completely updated to FLO, except for minor issues 2018-01-06 15:00:02 -05:00
bitcoind-res.rc src completely updated to FLO, except for minor issues 2018-01-06 15:00:02 -05:00
bitcoind.cpp src completely updated to FLO, except for minor issues 2018-01-06 15:00:02 -05:00
blockencodings.cpp
blockencodings.h
bloom.cpp Test net sync'd fine; still needs new EXT keys 2018-01-11 19:21:07 -05:00
bloom.h
chain.cpp scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
chain.h Litecoin: Add scrypt N=1024 PoW 2017-09-19 18:22:34 -07:00
chainparams.cpp many of the python functional tests corrected 2018-01-25 14:46:36 -05:00
chainparams.h Litecoin: Adjust chain parameters 2017-09-19 18:22:34 -07:00
chainparamsbase.cpp Test net sync'd fine; still needs new EXT keys 2018-01-11 19:21:07 -05:00
chainparamsbase.h
chainparamsseeds.h Test net sync'd fine; still needs new EXT keys 2018-01-11 19:21:07 -05:00
checkpoints.cpp scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
checkpoints.h
checkqueue.h scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
clientversion.cpp src completely updated to FLO, except for minor issues 2018-01-06 15:00:02 -05:00
clientversion.h
coins.cpp
coins.h
compat.h Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const reference in SetSocket* functions 2017-07-22 09:11:55 +02:00
compressor.cpp
compressor.h
core_io.h Pass serialization flags and whether to include hex to TxToUniv 2017-08-21 09:49:16 +02:00
core_memusage.h
core_read.cpp
core_write.cpp Add tx-comment to JSON responses 2018-01-03 01:02:07 -06:00
cuckoocache.h
dbwrapper.cpp scripted-diff: stop using the gArgs wrappers 2017-08-14 17:02:10 +02:00
dbwrapper.h scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
fs.cpp
fs.h
hash.cpp
hash.h
httprpc.cpp scripted-diff: stop using the gArgs wrappers 2017-08-14 17:02:10 +02:00
httprpc.h
httpserver.cpp scripted-diff: stop using the gArgs wrappers 2017-08-14 17:02:10 +02:00
httpserver.h
indirectmap.h
init.cpp src completely updated to FLO, except for minor issues 2018-01-06 15:00:02 -05:00
init.h
key.cpp scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
key.h Add length check for CExtKey deserialization 2017-08-21 09:49:05 +02:00
keystore.cpp
keystore.h
limitedmap.h
Makefile.am src completely updated to FLO, except for minor issues 2018-01-06 15:00:02 -05:00
Makefile.bench.include src completely updated to FLO, except for minor issues 2018-01-06 15:00:02 -05:00
Makefile.leveldb.include
Makefile.qt.include src completely updated to FLO, except for minor issues 2018-01-06 15:00:02 -05:00
Makefile.qttest.include src completely updated to FLO, except for minor issues 2018-01-06 15:00:02 -05:00
Makefile.test.include src completely updated to FLO, except for minor issues 2018-01-06 15:00:02 -05:00
memusage.h
merkleblock.cpp
merkleblock.h
miner.cpp most unit tests working, down to only 159 failures 2018-01-15 17:10:53 -05:00
miner.h most unit tests working, down to only 159 failures 2018-01-15 17:10:53 -05:00
net_processing.cpp Test net sync'd fine; still needs new EXT keys 2018-01-11 19:21:07 -05:00
net_processing.h
net.cpp Test net sync'd fine; still needs new EXT keys 2018-01-11 19:21:07 -05:00
net.h scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
netaddress.cpp scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
netaddress.h scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
netbase.cpp scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
netbase.h Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const reference in SetSocket* functions 2017-07-22 09:11:55 +02:00
netmessagemaker.h
noui.cpp
noui.h
pow.cpp all unit tests working except for miner_tests, not enough nonces to spend (need 110) 2018-01-20 14:45:55 -05:00
pow.h
prevector.h scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
protocol.cpp
protocol.h
pubkey.cpp key_tests updated 2018-01-18 14:45:18 -05:00
pubkey.h
random.cpp Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-14 16:30:59 +02:00
random.h
rest.cpp scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
reverse_iterator.h
reverselock.h
scheduler.cpp Add missing lock in CScheduler::AreThreadsServicingQueue() 2017-07-23 14:51:22 -04:00
scheduler.h
serialize.h
streams.h scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
sync.cpp scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
sync.h scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h
timedata.cpp scripted-diff: stop using the gArgs wrappers 2017-08-14 17:02:10 +02:00
timedata.h Litecoin: Protocol and default settings 2017-09-19 18:22:34 -07:00
tinyformat.h
torcontrol.cpp scripted-diff: stop using the gArgs wrappers 2017-08-14 17:02:10 +02:00
torcontrol.h
txdb.cpp Test net sync'd fine; still needs new EXT keys 2018-01-11 19:21:07 -05:00
txdb.h
txmempool.cpp
txmempool.h scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
ui_interface.cpp
ui_interface.h
uint256.cpp
uint256.h
undo.h
util.cpp src completely updated to FLO, except for minor issues 2018-01-06 15:00:02 -05:00
util.h remove unused gArgs wrappers 2017-08-14 17:02:36 +02:00
utilmoneystr.cpp
utilmoneystr.h doc: Add comment to use ValueFromAmount/AmountFromValue for JSON, not utilmoneystr 2017-08-07 17:10:42 +02:00
utilstrencodings.cpp scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
utilstrencodings.h scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
utiltime.cpp scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
utiltime.h
validation.cpp most unit tests working, down to only 159 failures 2018-01-15 17:10:53 -05:00
validation.h Litecoin: Adjust fee system 2017-09-19 18:22:34 -07:00
validationinterface.cpp
validationinterface.h
version.h Litecoin: Protocol and default settings 2017-09-19 18:22:34 -07:00
versionbits.cpp scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
versionbits.h scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
warnings.cpp scripted-diff: stop using the gArgs wrappers 2017-08-14 17:02:10 +02:00
warnings.h remove some unused functions 2017-07-22 09:55:57 +02:00