773 Commits (871e1726c6d8ebb940f0a51260a00aea0a496bce)

Author SHA1 Message Date
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
Jonas Schnelli 34aca1b03c
[RPC, Wallet] Move RPC dispatch table registration to wallet/ code 9 years ago
Jack Grigg c74ab3356a Remove config option -disabledeprecation 6 years ago
Wladimir J. van der Laan 29aaf13b0a
Make max tip age an option instead of chainparam 9 years ago
Jack Grigg 93bd00a0d5
Add key_io includes to Zcash-specific code 6 years ago
Jack Grigg b6be3e88bb
Use CBitcoinAddress wrappers in Zcash-specific code 6 years ago
Jack Grigg aeb089ecc7
Attempt to log before terminating if prevector allocation fails 6 years ago
Jack Grigg 3c9dbf3ed8
Improve best-effort logging before termination on OOM 6 years ago
Cory Fields c10b69eb64
don't throw std::bad_alloc when out of memory. Instead, terminate immediately 7 years ago
Sean Bowe acfcdb94b9 Load Sapling testnet parameters into memory. 6 years ago
MarcoFalke 3c1db17064
[uacomment] Sanitize per BIP-0014 9 years ago
Pavol Rusnak 2bc62dc4e3
limit total length of user agent comments 9 years ago
Jack Grigg 0a284ecaf6
Fix NODE_BLOOM documentation errors 6 years ago
Patick Strateman b976ce7cee
Document both the peerbloomfilters and enforcenodebloom options. 9 years ago
Matt Corallo 8bc4461326
Add NODE_BLOOM service bit and bump protocol version 9 years ago
Jack Grigg 31afbcc5c9
Ignore -mempooltxinputlimit once Overwinter activates 6 years ago
Daira Hopwood c938fb1f17 Squashed commit of the following: 6 years ago
Jay Graber 9c12b8e903 Add -txexpirydelta cli option 6 years ago
Jack Grigg 553a5c1ab2
Gate z_mergetoaddress as an experimental feature 7 years ago
Pieter Wuille 934fd19744
Support -checkmempool=N, which runs checks on average once every N transactions 9 years ago
Jack Grigg 5009136dc3
Change UI/log status message for block rewinding 6 years ago
Jack Grigg 9e851450ab
Adjust rewind logic to use the network upgrade mechanism 7 years ago
Pieter Wuille 89f20450c2
Add rewind logic to deal with post-fork software updates 8 years ago
Jack Grigg b174b7e330
Allow changing network upgrade parameters on regtest 6 years ago
Jack Grigg fee8835388
Mark libsnark includes as library includes 7 years ago
Simon 45232b1961 Add payment disclosure as experimental feature. 7 years ago
Simon c2d3bafeaa Closes #2639. z_shieldcoinbase is now supported, no longer experimental. 7 years ago
Sean Bowe 1a9543d064 Remove crusty old "loadVerifyingKey"/"loadProvingKey" APIs and associated invariants. 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
Simon 5023af7bd5 Closes #2637. Make z_shieldcoinbase an experimental feature where it 7 years ago
Ross Nicoll 091b2116a0
Rationalize currency unit to "BTC" 9 years ago
Wladimir J. van der Laan c7f77e28f0 http: speed up shutdown 9 years ago
Daira Hopwood 506a21850a Remove UPnP support. fixes #2500 7 years ago
Simon da6d93916d Add option 'mempooltxinputlimit' so the mempool can reject a transaction 7 years ago
Pieter Wuille 3d02d0f63a
Switch to libsecp256k1-based validation for ECDSA 9 years ago
Jack Grigg 5b3bc9716e Implement automatic shutdown of deprecated Zcash versions 7 years ago
Wladimir J. van der Laan da1357e6cc
Use real number of cores for default -par, ignore virtual cores 9 years ago
Simon 99eb947a98 Add AMQP 1.0 support via Apache Qpid Proton C++ API 0.17.0 7 years ago
Patrick Strateman a05be280e7
Remove vfReachable and modify IsReachable to only use vfLimited. 8 years ago
Daniel Cousens 65fd8eb134
torcontrol: only output disconnect if -debug=tor 9 years ago
Wladimir J. van der Laan 975dc649af
torcontrol improvements and fixes 9 years ago
Wladimir J. van der Laan eb5f63fe58
net: Automatically create hidden service, listen on Tor 9 years ago
Matt Quinn 8a5ae3c7a9
Consolidate individual references to the current maximum peer connection 9 years ago
Wladimir J. van der Laan 89bccddcd8
rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeout 9 years ago
Wladimir J. van der Laan a659991a2c
http: Disable libevent debug logging, if not explicitly enabled 9 years ago
Wladimir J. van der Laan 7ed4d40c61
init: Ignore SIGPIPE 9 years ago
Wladimir J. van der Laan 167b6231c9
Move windows socket init to utility function 9 years ago
Wladimir J. van der Laan 116503c0b8
Fix race condition between starting HTTP server thread and setting EventBase() 9 years ago