dogecoin/src
Wladimir J. van der Laan f24bcce2ac
Merge pull request #1816
b867e40 CreateNewBlock: Stick height in coinbase so we pass template sanity check (Luke Dashjr)
60755db submitblock: Check for duplicate submissions explicitly (Luke Dashjr)
bc6cb41 QA RPC tests: Add tests block block proposals (Luke Dashjr)
9765a50 Implement BIP 23 Block Proposal (Luke Dashjr)
3dcbb9b Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblock (Luke Dashjr)
132ea9b miner_tests: Disable checkpoints so they don't fail the subsidy-change test (Luke Dashjr)
df08a62 TestBlockValidity function for CBlock proposals (used by CreateNewBlock) (Luke Dashjr)
4ea1be7 CreateNewBlock and miner_tests: Also check generated template is valid by CheckBlockHeader, ContextualCheckBlockHeader, CheckBlock, and ContextualCheckBlock (Luke Dashjr)
a48f2d6 Abstract context-dependent block checking from acceptance (Luke Dashjr)
2014-11-24 14:43:10 +01:00
..
compat Fix all header defines 2014-11-03 16:16:40 +01:00
config build: move bitcoin-config.h to its own directory 2014-06-21 19:47:43 +02:00
core Fix all header defines 2014-11-03 16:16:40 +01:00
crypto Fix all header defines 2014-11-03 16:16:40 +01:00
json json_spirit: #include <stdint.h> 2014-05-13 11:41:59 +02:00
leveldb Merge src/leveldb changes for LevelDB 1.18. 2014-10-16 12:23:50 -07:00
obj
obj-test
qt Merge pull request #5309 2014-11-24 14:35:50 +01:00
script Test the exact order of CHECKMULTISIG sig/pubkey evaluation 2014-11-20 15:29:28 +01:00
secp256k1 Merge commit 'd48555b36ac512161b81f9b6bca7bea16a0cd806' as 'src/secp256k1' 2014-11-18 18:06:36 +01:00
test Merge pull request #1816 2014-11-24 14:43:10 +01:00
univalue Fix all header defines 2014-11-03 16:16:40 +01:00
.clang-format Update coding style and add .clang-format 2014-07-28 22:08:13 +02:00
addrman.cpp Merge pull request #5119 2014-10-27 04:16:48 -07:00
addrman.h Fix all header defines 2014-11-03 16:16:40 +01:00
alert.cpp minor code style cleanup after recent merges 2014-11-04 14:36:46 +01:00
alert.h Fix all header defines 2014-11-03 16:16:40 +01:00
allocators.cpp Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
allocators.h boost: split stream classes out of serialize.h 2014-10-22 15:21:06 -04:00
amount.cpp MOVEONLY: Move CFeeRate and Amount constants to amount.o 2014-10-27 13:54:37 +01:00
amount.h MOVEONLY: Move CFeeRate and Amount constants to amount.o 2014-10-27 13:54:37 +01:00
base58.cpp Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
base58.h Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
bitcoin-cli-res.rc fix copyright string in two of our *.rc files 2014-07-01 12:13:37 +02:00
bitcoin-cli.cpp Reduce bitcoin-cli dependencies 2014-11-05 12:47:33 -08:00
bitcoin-tx.cpp Separate protocol versioning from clientversion 2014-10-29 00:24:40 -04:00
bitcoind-res.rc fix copyright string in two of our *.rc files 2014-07-01 12:13:37 +02:00
bitcoind.cpp Separate protocol versioning from clientversion 2014-10-29 00:24:40 -04:00
bloom.cpp Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
bloom.h Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
chain.cpp Update comments in chain to be doxygen compatible 2014-10-25 16:46:54 +08:00
chain.h Merge pull request #5170 2014-11-21 14:33:22 +01:00
chainparams.cpp Remove misleading comment about testnet's message string. 2014-11-22 22:22:12 +01:00
chainparams.h Fix all header defines 2014-11-03 16:16:40 +01:00
chainparamsbase.cpp Update comments in chainparams to be doxygen compatible 2014-10-25 17:24:16 +08:00
chainparamsbase.h Fix all header defines 2014-11-03 16:16:40 +01:00
chainparamsseeds.h Fix all header defines 2014-11-03 16:16:40 +01:00
checkpoints.cpp Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
checkpoints.h Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
checkqueue.h Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
clientversion.cpp Update comments in version to be doxygen compatible 2014-10-31 08:20:17 +08:00
clientversion.h Fix all header defines 2014-11-03 16:16:40 +01:00
coincontrol.h Adding const. 2014-11-08 18:09:06 -05:00
coins.cpp Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
coins.h Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
compat.h Fix all header defines 2014-11-03 16:16:40 +01:00
compressor.cpp boost: moveonly: split CPubKey and friends to new files 2014-10-31 01:19:37 -04:00
compressor.h Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
core_io.h Merge pull request #1816 2014-11-24 14:43:10 +01:00
core_read.cpp Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblock 2014-11-18 19:20:10 +00:00
core_write.cpp MOVEONLY: Separate CTransaction and dependencies from core 2014-10-27 13:54:37 +01:00
crypter.cpp script: move CScriptID to standard.h and add a ctor for creating them from CScripts 2014-10-17 13:44:14 -04:00
crypter.h Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
db.cpp Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
db.h Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
eccryptoverify.cpp minor code style cleanup after recent merges 2014-11-04 14:36:46 +01:00
eccryptoverify.h minor code style cleanup after recent merges 2014-11-04 14:36:46 +01:00
ecwrapper.cpp Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
ecwrapper.h Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
hash.cpp Adding license. 2014-11-08 15:46:21 -05:00
hash.h minor code style cleanup after recent merges 2014-11-04 14:36:46 +01:00
init.cpp Change MIT/X11 to MIT in license displayed in the program 2014-11-21 17:03:59 +01:00
init.h Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
key.cpp Add key generation/verification to ECC sanity check 2014-11-23 10:47:39 +01:00
key.h Merge pull request #5224 2014-11-24 14:39:25 +01:00
keystore.cpp Update comments in keystore to be doxygen compatible 2014-10-28 12:06:59 +08:00
keystore.h boost: moveonly: split CPubKey and friends to new files 2014-10-31 01:19:37 -04:00
leveldbwrapper.cpp minor code style cleanup after recent merges 2014-11-04 14:36:46 +01:00
leveldbwrapper.h Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
limitedmap.h remove code below asserts in limitedmap.h (fixes a ToDo) 2014-09-22 09:35:40 +02:00
main.cpp Merge pull request #1816 2014-11-24 14:43:10 +01:00
main.h TestBlockValidity function for CBlock proposals (used by CreateNewBlock) 2014-11-18 19:20:10 +00:00
Makefile.am build: add --with-libs so that libs are optional 2014-11-19 22:31:10 -05:00
Makefile.qt.include build: make a distinction between static app ldflags and static lib ldflags 2014-11-19 22:08:27 -05:00
Makefile.qttest.include build: make a distinction between static app ldflags and static lib ldflags 2014-11-19 22:08:27 -05:00
Makefile.test.include build: fix link error on some platforms. Fixes #5235 2014-11-20 13:45:14 -05:00
miner.cpp Merge pull request #1816 2014-11-24 14:43:10 +01:00
miner.h MOVEONLY: Move void UpdateTime() from pow.o to miner.o (plus fix include main.h -> chain.h) 2014-10-29 21:00:05 +01:00
mruset.h Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
net.cpp Do not use third party services for IP detection. 2014-11-07 12:13:46 -08:00
net.h Do not use third party services for IP detection. 2014-11-07 12:13:46 -08:00
netbase.cpp Add missing reserved address spaces. 2014-10-28 23:54:39 -07:00
netbase.h Add missing reserved address spaces. 2014-10-28 23:54:39 -07:00
noui.cpp Add a SECURE style flag for ThreadSafeMessageBox, which indicates that the message contains sensitive information. This keeps the message from being output to the debug log by bitcoind. Fixes a possible security risk when starting bitcoind in server mode without the 'rpcpassword' option configured, resulting in the "suggested" password being output to the debug log. 2014-10-17 00:33:31 -07:00
noui.h add missing header end comments 2014-08-28 22:25:21 +02:00
pow.cpp CBlockIndex::GetBlockWork() + GetProofIncrement(nBits) -> GetBlockProof(CBlockIndex) 2014-10-29 21:01:07 +01:00
pow.h CBlockIndex::GetBlockWork() + GetProofIncrement(nBits) -> GetBlockProof(CBlockIndex) 2014-10-29 21:01:07 +01:00
protocol.cpp script: add a slew of includes all around and drop includes from script.h 2014-10-17 13:44:57 -04:00
protocol.h Fix all header defines 2014-11-03 16:16:40 +01:00
pubkey.cpp minor code style cleanup after recent merges 2014-11-04 14:36:46 +01:00
pubkey.h minor code style cleanup after recent merges 2014-11-04 14:36:46 +01:00
random.cpp Make sure that GetRandomBytes never fails 2014-11-07 13:49:25 +01:00
random.h Make sure that GetRandomBytes never fails 2014-11-07 13:49:25 +01:00
rest.cpp minor style cleanup after HTTP rest interface merge 2014-11-20 12:29:19 +01:00
rpcblockchain.cpp Update comments in src/rpc* to be doxygen compatible 2014-11-20 10:19:39 +08:00
rpcclient.cpp Update comments in src/rpc* to be doxygen compatible 2014-11-20 10:19:39 +08:00
rpcclient.h Update comments in src/rpc* to be doxygen compatible 2014-11-20 10:19:39 +08:00
rpcdump.cpp Add sanity check after key generation 2014-11-23 10:47:39 +01:00
rpcmining.cpp Merge pull request #1816 2014-11-24 14:43:10 +01:00
rpcmisc.cpp Update comments in src/rpc* to be doxygen compatible 2014-11-20 10:19:39 +08:00
rpcnet.cpp Update comments in src/rpc* to be doxygen compatible 2014-11-20 10:19:39 +08:00
rpcprotocol.cpp Update comments in src/rpc* to be doxygen compatible 2014-11-20 10:19:39 +08:00
rpcprotocol.h Update comments in src/rpc* to be doxygen compatible 2014-11-20 10:19:39 +08:00
rpcrawtransaction.cpp Update comments in src/rpc* to be doxygen compatible 2014-11-20 10:19:39 +08:00
rpcserver.cpp Truthier error message when rpcpassword is missing 2014-11-19 15:34:36 -08:00
rpcserver.h Update comments in src/rpc* to be doxygen compatible 2014-11-20 10:19:39 +08:00
rpcwallet.cpp Update comments in src/rpc* to be doxygen compatible 2014-11-20 10:19:39 +08:00
serialize.h Update serialize comments to be doxygen compatible 2014-10-31 13:07:05 +08:00
streams.h boost: split stream classes out of serialize.h 2014-10-22 15:21:06 -04:00
sync.cpp Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
sync.h Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
threadsafety.h Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
timedata.cpp Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
timedata.h Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
tinyformat.h Move *Version() functions to version.h/cpp 2014-08-26 13:25:21 +02:00
txdb.cpp MOVEONLY: Separate CTransaction and dependencies from core 2014-10-27 13:54:37 +01:00
txdb.h Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
txmempool.cpp Update comments in txmempool to be doxygen compatible 2014-11-17 10:29:09 +08:00
txmempool.h [Qt] Add Smartfee to GUI 2014-11-19 16:04:53 +01:00
ui_interface.h Add a SECURE style flag for ThreadSafeMessageBox, which indicates that the message contains sensitive information. This keeps the message from being output to the debug log by bitcoind. Fixes a possible security risk when starting bitcoind in server mode without the 'rpcpassword' option configured, resulting in the "suggested" password being output to the debug log. 2014-10-17 00:33:31 -07:00
uint256.cpp Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
uint256.h Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
undo.h Fix all header defines 2014-11-03 16:16:40 +01:00
util.cpp Update comments in util to be doxygen compatible 2014-11-17 11:04:01 +08:00
util.h Squashed 'src/secp256k1/' content from commit ad2028f 2014-11-18 18:06:36 +01:00
utilmoneystr.cpp Update comments in util to be doxygen compatible 2014-11-17 11:04:01 +08:00
utilmoneystr.h Update comments in util to be doxygen compatible 2014-11-17 11:04:01 +08:00
utilstrencodings.cpp Update comments in util to be doxygen compatible 2014-11-17 11:04:01 +08:00
utilstrencodings.h Update comments in util to be doxygen compatible 2014-11-17 11:04:01 +08:00
utiltime.cpp Update comments in util to be doxygen compatible 2014-11-17 11:04:01 +08:00
utiltime.h Update comments in util to be doxygen compatible 2014-11-17 11:04:01 +08:00
version.h Update comments in version to be doxygen compatible 2014-10-31 08:20:17 +08:00
wallet.cpp Add sanity check after key generation 2014-11-23 10:47:39 +01:00
wallet.h [Wallet] Add global boolean whether to pay at least the custom fee (default=true) 2014-11-19 16:04:53 +01:00
wallet_ismine.cpp boost: moveonly: split CPubKey and friends to new files 2014-10-31 01:19:37 -04:00
wallet_ismine.h Fix all header defines 2014-11-03 16:16:40 +01:00
walletdb.cpp boost: drop dependency on tuple in serialization 2014-10-15 15:13:19 -04:00
walletdb.h [Wallet] Watch-only fixes 2014-10-03 04:29:51 +02:00