9206 Commits (5d37904b9cde288abf8f324b98294338366dd5ef)
 

Author SHA1 Message Date
Taylor Hornby 5d37904b9c Add -Wformat -Wformat-security 8 years ago
zkbot 2833fb14af Auto merge of #1291 - daira:decrease-max-headers-results, r=daira 8 years ago
Daira Hopwood b93c8139e6 Decrease MAX_HEADERS_RESULTS to 160. fixes #1289 8 years ago
Daira Hopwood bcf79c78c5 Change some asserts in equihash.cpp to be static. 8 years ago
Daira Hopwood c6a7e897bc Add mostly-static checks on consistency of Equihash parameters, MAX_HEADERS_RESULTS, and MAX_PROTOCOL_MESSAGE_LENGTH. 8 years ago
zkbot cab581256f Auto merge of #1292 - bitcartel:zc.v0.11.2.latest_701_rpc_docs, r=daira 8 years ago
zkbot cd9d373987 Auto merge of #1260 - str4d:1175-byte-array-manipulation, r=ebfull 8 years ago
Jack Grigg 90b740fd3b Test conversion between solution indices and minimal representation 8 years ago
bitcartel 5f3f741e47 Add note about zkey and encrypted wallets in z9 alpha. 8 years ago
Simon 73f9e32b86 Closes #701 by adding documentation about the Payment RPC interface. 8 years ago
zkbot 27bd8e4129 Auto merge of #1270 - ThisIsNotOfficialCodeItsJustForks:t1168-fix-optimization-flags, r=daira 8 years ago
zkbot fed866e212 Auto merge of #1262 - ebfull:compressed-proofs, r=ebfull 8 years ago
zkbot 07b246988b Auto merge of #1261 - str4d:892-branch-coverage, r=daira 8 years ago
Sean Bowe 393b2b7834 Update proving/verifying keys. 8 years ago
Sean Bowe decde3864d Enable MONTGOMERY_OUTPUT everywhere. 8 years ago
Sean Bowe 6a1653f009 Update libsnark dependency. 8 years ago
Sean Bowe ae6b333c75 Perform curve parameter initialization at start of gtest suite. 8 years ago
Daira Hopwood ea92aba9fe Move bigint arithmetic implementations to libsnark. 8 years ago
Sean Bowe f0dab51cf3 Implement zkSNARK compression. 8 years ago
zkbot 365845216b Auto merge of #1268 - ThisIsNotOfficialCodeItsJustForks:t1130-upgrade-libsodium, r=ebfull 8 years ago
zkbot f4491c51e4 Auto merge of #1248 - rcseacord:rcseacord-patch-4, r=ebfull 8 years ago
Jack Grigg e273f05d10 Remove unnecessary temporary array from Equihash hash generation 8 years ago
Jack Grigg 6e629886e5 Add another test case based on example in the spec 8 years ago
Gaurav Rana 6c7cc8ebea update zcash-cli stop message 8 years ago
zkbot 7e556172d9 Auto merge of #1236 - tomrittervg:tomrittervg-comments-1, r=ebfull 8 years ago
Taylor Hornby 2902ac7ce8 Use libsodium's s < L check, instead checking that libsodium checks that. 8 years ago
Tom Ritter 36d5f42948 Update NoteEncryption.hpp 8 years ago
zkbot 28a30f7801 Auto merge of #1254 - ebfull:tx-structure-changes, r=bitcartel 8 years ago
ebfull 2ee6ed64eb Add parenthesis around macro value definition 8 years ago
zkbot af9898eee5 Auto merge of #1258 - ThisIsNotOfficialCodeItsJustForks:t1251-upstream-anti-dos, r=daira 8 years ago
zkbot 3d28c86c8e Auto merge of #1205 - str4d:1199-key-management, r=str4d 8 years ago
Jack Grigg a4f4fa8fe9 ASSERT -> EXPECT in test to get more info per test run about future regressions 8 years ago
Jack Grigg 04dfc3c569 Rework test to check for failure to return a spending key 8 years ago
Taylor Hornby f5d3d420f6 Add -fwrapv -fno-strict-aliasing; fix libzcash flags. 8 years ago
Taylor Hornby 46ad3c2758 Fix inconsistent optimization flags; single source of truth. 8 years ago
Taylor Hornby a635d6e995 Upgrade libsodium for AVX2-detection bugfix. 8 years ago
zkbot 39af39fb85 Auto merge of #1231 - rcseacord:rcseacord-patch-3, r=str4d 8 years ago
zkbot cdc01fad17 Auto merge of #1230 - rcseacord:rcseacord-patch-1, r=str4d 8 years ago
Jack Grigg 0d7386916d Add separate lock for SpendingKey key store operations 8 years ago
Jack Grigg c2059f9e09 Remove non-libsnark dependencies and test harness code from coverage reports 8 years ago
Jack Grigg 71442d31cf Add gtest coverage to folders deleted by "make clean" 8 years ago
Jack Grigg 873625bc85 Add gtest coverage intermediates to list of files deleted by make 8 years ago
Jack Grigg 6ecb05dd2f Enable branch coverage in coverage reports 8 years ago
Jack Grigg 5be6abbf84 Store the Equihash solution in minimal representation in the block header 8 years ago
Wladimir J. van der Laan 9dcea38a6b net: correctly initialize nMinPingUsecTime 9 years ago
Patrick Strateman 85e84f5e58 Use network group instead of CNetAddr in final pass to select node to disconnect 9 years ago
Patrick Strateman b63e75ae12 Fix comment 9 years ago
Patrick Strateman f1e7e37130 Acquire cs_vNodes before changing refrence counts 9 years ago
Patrick Strateman 75c0598cac CNodeRef copy constructor and assignment operator 9 years ago
Patrick Strateman ce94413e03 Return false early if vEvictionCandidates is empty 9 years ago