33 Commits (e736772c56a883e2649cc8534dd7857a0718ec56)

Author SHA1 Message Date
jnewbery ce2bb23aa5 getrawtransaction should take a bool for verbose 8 years ago
Pieter Wuille 1662b437b3 Make CBlock::vtx a vector of shared_ptr<CTransaction> 8 years ago
Jonas Schnelli 69d1c25768
[RPC] Give RPC commands more information about the RPC request 8 years ago
jnewbery d51f182461 Don't return the address of a P2SH of a P2SH. 8 years ago
Jeremy Rubin d1a2295f0d Made the ForEachNode* functions in src/net.cpp more pragmatic and self documenting 8 years ago
Cory Fields 53347f0cb9 net: create generic functor accessors and move vNodes to CConnman 8 years ago
MarcoFalke fa8b02d36d [rpc] rawtx: Prepare fLimitFree to make it an option 8 years ago
Pavel Janík de1bbe3b78 Do not shadow global RPC table variable (tableRPC) 8 years ago
NicolasDorier 745eb678ef [RPC] signrawtransaction can sign P2WSH 8 years ago
Pieter Wuille 605e8473a7 BIP143: Signing logic 8 years ago
Pieter Wuille 2b1f6f9ccf BIP141: Other consensus critical limits, and BIP145 8 years ago
Johnson Lau 7c4bf779e8 [RPC] Return witness data in blockchain RPCs 8 years ago
Pieter Wuille 3dd410294d BIP143: Verification logic 8 years ago
Pieter Wuille 0ef1dd3e11 Refactor script validation to observe amounts 8 years ago
Pieter Wuille 449f9b8deb BIP141: Witness program 8 years ago
Pieter Wuille 7030d9eb47 BIP144: Serialization, hashes, relay (sender side) 8 years ago
Jonas Schnelli 6fa950a573
[RPC] Fix createrawtx sequence number unsigned int parsing 8 years ago
MarcoFalke fa7f4f577c [rpc] fundrawtransaction feeRate: Use BTC/kB 8 years ago
Jonas Nick bd0f413877 Reduce unnecessary hashing in signrawtransaction 8 years ago
Gregory Maxwell d87b198b73 Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool. 8 years ago
Jonas Schnelli a946bb6b18
[RPC] createrawtransaction: add option to set the sequence number per input 9 years ago
Chris Moore fc95f6ecb6 fix typo in help text 9 years ago
Wladimir J. van der Laan fb8a8cf2e6 rpc: Register calls where they are defined 9 years ago
instagibbs 7eb702954e Add importprunedfunds rpc call 9 years ago
Alex Morcos 9e072a6e66 Implement "feefilter" P2P message. 9 years ago
MarcoFalke fa79db2641 Move maxTxFee out of mempool 9 years ago
Daniel Cousens a0eaff8a1d move rpc* to rpc/ 9 years ago
MarcoFalke faf671bca6 [wallet] Clarify rpc help message with regard to rounding 9 years ago
Wladimir J. van der Laan 6e76587360 rpc: remove cs_main lock from `createrawtransaction` 9 years ago
Nick 996d3117c7 [RPC] Add transaction size to JSON output 9 years ago
Peter Todd b3ae384a8d
Remove LOCK(cs_main) from decodescript 9 years ago
Jorge Timón 87cbdb8b41 Globals: Explicit Consensus::Params arg for main: 9 years ago
Matt Corallo d355cf4420 Only call TrimToSize once per reorg/blocks disconnect 9 years ago
Jonas Schnelli 9623e93473 [Univalue] add univalue over subtree 9 years ago
Tom Harding 212bcca920 Add optional locktime to createrawtransaction 9 years ago
Pavel Janík d7078533eb Add OP_RETURN support in createrawtransaction RPC call, add tests. 9 years ago
Ross Nicoll 9ca7857df7 Rationalize currency unit to "BTC" 9 years ago
mruddy af3208bfa6 Resolve issue 3166. 9 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 9 years ago
Jorge Timón 627b9deff4 Policy: MOVEONLY: Create policy/policy.h with some constants 9 years ago
Jonas Schnelli 9a8897f4ac Remove JSON Spirit wrapper, remove JSON Spirit leftovers 9 years ago
Jonas Schnelli 3df0411ad9 remove JSON Spirit UniValue wrapper 9 years ago
Jonas Schnelli 6c7bee0624 expicit set UniValue type to avoid empty values 9 years ago
Jonas Schnelli 53b4671a9d extend conversion to UniValue 9 years ago
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