915 Commits (1274fe5b1d4ec998415c1a60264feeff029c71f0)

Author SHA1 Message Date
Jack Grigg 0076a80a8a
Document metrics screen options 8 years ago
Jack Grigg 57724029da
Only show metrics by default if stdout is a TTY 8 years ago
Jack Grigg 000499ae64
Add getlocalsolps and getnetworksolps RPC calls, show them in getmininginfo 8 years ago
Simon f4404d7b5b Closes #1680, temporary fix for rpc deadlock inherited from upstream. 8 years ago
jl777 2e500f5048 test 8 years ago
Sean Bowe 226a6b3248 Initialize after profiling messages are suppressed. 8 years ago
jl777 888cf827c9 test 8 years ago
jl777 e4a1e28c14 test 8 years ago
ITH4Coinomia df22af008d Update init.cpp 8 years ago
jl777 91bf762190 test 8 years ago
jl777 39b315da19 test 8 years ago
jl777 ae381ffda4 test 8 years ago
Jack Grigg d35172fb67
Disable the metrics screen on regtest 8 years ago
Sean Bowe 7662d72bf4 Make more string changes. 8 years ago
Pieter Wuille bf673640e3 Use std::atomic for fRequestShutdown and fReopenDebugLog 8 years ago
Chirag Davé 7a4e0e0932 fReopenDebugLog and fRequestShutdown should be type sig_atomic_t 8 years ago
Sean Bowe 27e3f362f0 Zcash zk-SNARK public parameters for 1.0 "Sprout". 8 years ago
Jack Grigg 4ace963c80
Show important console messages on metrics screen 8 years ago
Jack Grigg a6df7ab567
Add a persistent screen showing basic node metrics 8 years ago
Daira Hopwood f91bbeedb7 Add help for -equihashsolver= option. 8 years ago
Sean Bowe 796c7ee52f Update to `beta2` public parameters, remove `regtest`/`testnet3` parameters 8 years ago
jl777 1cf67c7040 test 8 years ago
jl777 c95fd5e040 fix args 8 years ago
Jack Grigg 1683b1f58b Clear note witness caches on reindex 8 years ago
jl777 5166804f02 komodo strings 8 years ago
Simon 008fccfa48 Disable option to allow multiple async rpc workers. 8 years ago
Simon 8d08172d0d Add config option 'rpcasyncthreads' to specify number of async rpc workers. Default is 1. 8 years ago
Simon 805344dcf4 Refactor: replace calls to GetTxid() with GetHash() 8 years ago
Sean Bowe 7ee82c4361 Deallocate the public parameters during Shutdown. 8 years ago
Sean Bowe 393b2b7834 Update proving/verifying keys. 8 years ago
Taylor Hornby 2902ac7ce8 Use libsodium's s < L check, instead checking that libsodium checks that. 8 years ago
Patrick Strateman 0560d671ab Remove redundant whiteconnections option 9 years ago
Simon 10d2c57c0d Replace calls to GetHash() with GetTxid() for transaction objects. 8 years ago
Sean Bowe 1477fd3f40 Remove the constraint system from the alpha proving key. 8 years ago
Simon b39e1bdbca Fixes to integrate sendalert.cpp. 8 years ago
Sean Bowe f4091941f5 Reorder initialization routines to ensure verifying key log messages appear in debug.log. 8 years ago
aniemerg dd74e9dd32 Suppress Libsnark Debugging Info 8 years ago
Jack Grigg 3985a40d1f Change default ports 8 years ago
Jack Grigg a5150a156e Set -relaypriority default to false 8 years ago
Sean Bowe 1744fec274 Update the zkSNARK parameters. 8 years ago
Sean Bowe 6b5d608899 Update proving key and tests that depend on transaction structure changes 8 years ago
Jack Grigg c5d080bb83 Add Zcash Developers to CLI copyright notice 8 years ago
Sean Bowe b8d320df19 Update public zkSNARK parameters for new circuit. 8 years ago
Sean Bowe 2dc3599271 Transplant of libzcash. 8 years ago
Taylor Hornby aaf6495948 Rename bitcoin.conf and bitcoind.pid to zcash.conf and zcashd.pid in qa/ and src/ 8 years ago
Taylor Hornby 9bab3e89a2 Initialize libsodium first. 8 years ago
Sean Bowe 6806256b80 Initialize libsodium and remove openssl headers from util.cpp 8 years ago
Sean Bowe a633044b25 Reorder proving key and verifying key arguments. 8 years ago
Sean Bowe 8f8c4c6c0c Lazily load the proving key at time of first pour. 8 years ago
Sean Bowe 9144ea8c2b Testnet modifications -- just take the parameters from regtest. Also, move loading ZC params to _before_ verification. 9 years ago