19 Commits (51ed9ec971614aebdbfbd9527aba365dd0afd437)

Author SHA1 Message Date
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Pieter Wuille 4c6d41b8b6 Refactor/encapsulate chain globals into a CChain class 11 years ago
Peter Todd be066fad7d Add RPC call decodescript 11 years ago
Gregory Maxwell a22eed6a1e Make settxfee clear that units are btc/kb. 11 years ago
Peter Todd 1b3656d50b Add 'chainwork' to getblock 11 years ago
Jeff Garzik 091aa8dae9 RPC: add getbestblockhash, to return tip of best chain 11 years ago
Eric Lombrozo 7db120d531 Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in main.h 11 years ago
Jeff Garzik f590653377 RPC: add 'verifychain', to verify chain database at runtime 11 years ago
Luke Dashjr 2331952141 RPC: getblock(): Accept 2nd "verbose" parameter, similar to getrawtransaction, but defaulting to 1 for backward compatibility 11 years ago
Pieter Wuille 0fe8010a10 Make FindBlockByHeight constant-time. 11 years ago
Pieter Wuille e31aa7c9d7 Improve gettxoutsetinfo command 11 years ago
Pieter Wuille 4e68391a7f Make output of gettxout RPC more consistent 12 years ago
Pieter Wuille e754cf4133 Split off CBlockHeader from CBlock 12 years ago
Pieter Wuille beeb57610c Add gettxout and gettxoutsetinfo RPCs 12 years ago
Wladimir J. van der Laan 738835d7b8 Document RPC error codes 12 years ago
Jeff Garzik c625ae04d2 RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module 12 years ago