102 Commits (63a4dc10876bfc61c2e87d35dcf17da2f0f8c316)

Author SHA1 Message Date
Jeff Garzik 15982a8b69 Convert tree to using univalue. Eliminate all json_spirit uses. 9 years ago
jtimon da29ecbcc6 Consensus: MOVEONLY: Move CValidationState from main consensus/validation 10 years ago
dexX7 8ac2a4e178
RPC: show script verification errors in "signrawtransaction" result 10 years ago
Pieter Wuille de8e801d3f Report missing inputs in sendrawtransaction 10 years ago
Matt Corallo 59ed61b389 Add RPC call to generate and verify merkle blocks 10 years ago
charlescharles 0b2f93091f Fix docs for 'complete' field in 'signrawtransaction' response 10 years ago
Jonas Schnelli 0b9dc9c8f5 [move] move listunspent to wallet/rpcwallet.cpp 10 years ago
Jonas Schnelli 50c72f23ad [Move Only] Move wallet related things to src/wallet/ 10 years ago
Pieter Wuille 9fddceda44 Avoid storing a reference passed to SignatureChecker constructors 10 years ago
Pieter Wuille 858809a33e Use separate SignatureChecker for CMutableTransaction 10 years ago
Eric Lombrozo 4401b2d7c5 Removed main.h dependency from rpcserver.cpp 10 years ago
Wladimir J. van der Laan 4f1524966a Replace direct use of 0 with SetNull and IsNull 10 years ago
Cory Fields 856e862f4a namespace: drop most boost namespaces and a few header cleanups 10 years ago
Cory Fields a3241998e1 namespace: remove boost namespace pollution 10 years ago
Luke Dashjr 7b782f5b01 RPCWallet: Notate all account stuff as deprecated 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Philip Kaufmann 27df4123c4 make all catch() arguments const 10 years ago
Pavel Janík aa768f1848 signrawtransaction: validate private key. 10 years ago
Luke Dashjr d227011184 MOVEONLY: core/ -> primitives/ 10 years ago
Michael Ford 72fb3d295a Update comments in src/rpc* to be doxygen compatible 10 years ago
jtimon 4a3587d8db MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
Cory Fields 066e2a1403 script: move CScriptID to standard.h and add a ctor for creating them from CScripts 10 years ago
Cozz Lovan 3e61eb9c51 minor txindex documentation improvement 10 years ago
Pieter Wuille e790c370b5 Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Pieter Wuille 7c70438dc6 Get rid of the dummy CCoinsViewCache constructor arg 10 years ago
Pieter Wuille f28aec014e Use ModifyCoins instead of mutable GetCoins. 10 years ago
Pieter Wuille 0be990ba34 Move CTxDestination from script/script to script/standard 10 years ago
ENikS ec91092df8
Fixing compiler warning C4101 10 years ago
Philip Kaufmann 611116d4e3 header include cleanup 10 years ago
jtimon 2b23a87599 Don't pass nHashType to VerifyScript 10 years ago
jtimon e088d65acb Separate script/sign 10 years ago
jtimon c4408a6c85 Separate script/standard 10 years ago
Pieter Wuille 145d5be896 Introduce BlockMap type for mapBlockIndex 10 years ago
Pieter Wuille 629d75faac Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins. 10 years ago
Cozz Lovan 0d27dad845 Clean-up SyncWithWallets/SyncTransaction 10 years ago
Jeff Garzik 3ce7e669e3 bitcoin-cli, rpcrawtransaction: harmonize "{" styling 10 years ago
Jeff Garzik ae775b5b31 Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp 10 years ago
Zak Wilcox 6265ecc87f Clarify that redeemScript is often optional 10 years ago
jtimon 209377a7cb Use GetBlockTime() more 10 years ago
Pieter Wuille c8988460a2 Add support for watch-only addresses 10 years ago
Pieter Wuille d38da59bf6 Code simplifications after CTransaction::GetHash() caching 10 years ago
Pieter Wuille 4949004d68 Add CMutableTransaction and make CTransaction immutable. 10 years ago
Kamil Domanski 4b61a6a478 switch from boost int types to <stdint.h> 11 years ago
David A. Harding e0c06d2c49
Typo Fix In decoderawtransaction Help: s/txid/hex/ 11 years ago
Peter Todd 68f7d1d7af Create (MANDATORY|STANDARD)_SCRIPT_VERIFY_FLAGS constants 11 years ago
Hector Jusforgues ab643811ea Fix a typo in RPC signrawtransaction help 11 years ago
Wladimir J. van der Laan 1d46fe3327 'sendrawtransaction' improvements 11 years ago
Gregory Maxwell 041f71bb38 Make the signrawtransaction docs explicit that the arguments can be 'null'. 11 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago