15 Commits (bc909a7a7f0553d8ec80fa6c36a4faf8609edcf7)

Author SHA1 Message Date
Daira Hopwood bc909a7a7f Replace http with https: in links to the MIT license. 5 years ago
Dimitris Apostolou f57f76d789
Rename vjoinsplit to vJoinSplit 5 years ago
Larry Ruane f381d4e085 add spentindex to getrawtransaction RPC results 5 years ago
Jorge Timón 71cf6ba98b
Globals: Explicit Consensus::Params arg for main: 9 years ago
Simon 6d154ace1a For ZEC-013. RPC sendrawtransaction returns error if tx expiring soon. 6 years ago
Simon 4484c76202 For ZEC-013. RPC createrawtransaction returns error if tx expiring soon. 6 years ago
Simon 18f8abb62d Closes #3534. Do not use APPROX_RELEASE_HEIGHT to get consensus branch 6 years ago
Simon 9ba7479de1 Add Sapling fields to JSON RPC output using TxToJSON. 6 years ago
Eirik Ogilvie-Wigley 36a490677c Allow passing branchId when calling signrawtransaction 6 years ago
Eirik Ogilvie-Wigley 40b9527301 Incorporate APPROX_RELEASE_HEIGHT when determining what consensus branch to sign with 6 years ago
Simon 87d55e1322 Clean up help messages for RPC createrawtransaction. 6 years ago
Jay Graber 76277ad8af Take expiryheight as param to createrawtransaction 6 years ago
Wladimir J. van der Laan a9496b08b6
rpc: Register calls where they are defined 8 years ago
Daniel Cousens 4519a766b6
move rpc* to rpc/ 9 years ago
Pieter Wuille 3d31e09cbb
Split key_io (address/key encodings) off from base58 7 years ago
Pieter Wuille f146029b0a
Replace CBitcoinSecret with {Encode,Decode}Secret 7 years ago
Jack Grigg fa70084c87
Expire Overwinter transactions before the Sapling activation height 6 years ago
Pieter Wuille 07444da1db
Introduce wrappers around CBitcoinAddress 7 years ago
Jack Grigg b7e75b17af
Implement basic Sapling v4 transaction parser 6 years ago
mruddy 690d38f0f8
Resolve issue bitcoin/bitcoin#3166. 9 years ago
Jonas Schnelli 216e94fb24
[RPC] createrawtransaction: add option to set the sequence number per input 9 years ago
Tom Harding 6c9d672f3c
Add optional locktime to createrawtransaction 9 years ago
Daira Hopwood c938fb1f17 Squashed commit of the following: 6 years ago
Jay Graber 9bb37bf0d5 Implement transaction expiry for Overwinter 6 years ago
Jack Grigg be12669982
Add consensus branch ID parameter to SignatureHash, remove SigVersion parameter 6 years ago
Pieter Wuille 157a5d0d9c
BIP143: Signing logic 8 years ago
Pieter Wuille c86a1cb86e
BIP143: Verification logic 7 years ago
Pieter Wuille 2d42e1a993
Refactor script validation to observe amounts 8 years ago
Jonas Nick ffda7e01a5
Reduce unnecessary hashing in signrawtransaction 8 years ago
Simon 072099d788 Implementation of Overwinter transaction format ZIP 202. 6 years ago
Simon 6de850120f Replace 'bitcoin address' with 'zcash address'. 7 years ago
Jay Graber c16528495c s/zcash/Zcash 7 years ago
Bruno Arueira d2c1e4a807 Removes out bitcoin mention in favor for zcash 8 years ago
Jack Grigg 6dec2d0355
Rationalize currency unit to "ZEC" 7 years ago
Ross Nicoll 091b2116a0
Rationalize currency unit to "BTC" 9 years ago
Jack Grigg c66c731adf
Add a benchmark for calling ConnectBlock on a block with many inputs 7 years ago
Jay Graber 704547965a Change help text examples to use Zcash addresses 7 years ago
Jonas Schnelli a10a6e2a0e
[Univalue] add univalue over subtree 9 years ago
Jack Grigg cc71666a51
unsigned int -> size_t for comparing with UniValue.size() 7 years ago
Jack Grigg 0d37ae3a59
Migrate Zcash-specific code to UniValue 8 years ago
Jonas Schnelli d014114d67
Remove JSON Spirit wrapper, remove JSON Spirit leftovers 9 years ago
Jonas Schnelli 851f58f94e
remove JSON Spirit UniValue wrapper 9 years ago
Jonas Schnelli 38fc4b7090
expicit set UniValue type to avoid empty values 9 years ago
Jonas Schnelli 9756b7bd29
extend conversion to UniValue 9 years ago
Jeff Garzik ed21d5bd4b
Convert tree to using univalue. Eliminate all json_spirit uses. 10 years ago
Jack Grigg 6d0ab3ee59
Show all JoinSplit components in getrawtransaction and decoderawtransaction 7 years ago
Simon f7cfb52d3c Add vjoinsplit to JSON output of RPC call gettransaction 8 years ago
Simon 805344dcf4 Refactor: replace calls to GetTxid() with GetHash() 8 years ago
Sean Bowe 50aba0ec19 Remove TODO 808. 8 years ago
Simon 10d2c57c0d Replace calls to GetHash() with GetTxid() for transaction objects. 8 years ago