9224 Commits (8b139c24415406897bead307c2a30554e0662e10)
 

Author SHA1 Message Date
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
Patrick Strateman 4dad09350f Better support for nodes with non-standard nMaxConnections 9 years ago
Patrick Strateman 6e966f67fd RAII wrapper for CNode* 9 years ago
Patrick Strateman 396bd999ad Add comments to AttemptToEvictConnection 9 years ago
Patrick Strateman 0560d671ab Remove redundant whiteconnections option 9 years ago
Patrick Strateman dd99be0f8c Prefer to disconnect peers in favor of whitelisted peers 9 years ago
Patrick Strateman 2fa41ff9b3 AttemptToEvictConnection 9 years ago
Patrick Strateman e279e5f90a Record nMinPingUsecTime 9 years ago
Patrick Strateman bd80ec0d23 Refactor: Move failure conditions to the top of AcceptConnection 9 years ago
Patrick Strateman 12005016cd Refactor: Bail early in AcceptConnection 9 years ago
Patrick Strateman 057d60781d Refactor: AcceptConnection (modified to include 95a50390) 9 years ago
Jack Grigg 20abe2083c Extend byte array expansion and compression methods with optional padding 8 years ago
Jack Grigg caa0348f04 Update Equihash hash generation to match the Zcash spec 8 years ago
Jack Grigg 881ffbfc87 Add methods for byte array expansion and compression 8 years ago
Sean Bowe f5e5707d4c Change memo field size and relocate `ciphertexts` field of JoinSplit description. 8 years ago
zkbot d7da4ecc33 Auto merge of #1194 - bitcartel:zc.v0.11.2.z8_issue_1193_fixtest, r=ebfull 8 years ago
Robert C. Seacord c4cbee4381 Update uint256.h 8 years ago
Jack Grigg b5c06c83b0 Consistent parameter naming 8 years ago
Jack Grigg 0bfdb9628e Merge AddSpendingKeyPaymentAddress into AddSpendingKey to simplify API 8 years ago
Taylor Hornby 998eea5db6 Disable hardening when building for coverage reports. 8 years ago
Tom Ritter 2dd950ecae Clarify comment about nonce space for Note Encryption 8 years ago
Robert C. Seacord 47251e8460 Update test_equihash.cpp 8 years ago
Robert C. Seacord 1031047885 Update equihash.cpp 8 years ago
Jack Grigg 7c929cf5bc Add support for spending keys to the basic key store 8 years ago
Simon 75c2f26887 Update variable. 8 years ago
Simon 822b84b616 Fixes #1193 so that during verification benchmarking it does not 8 years ago
Simon a8270035c0 Release process for z8. Issue #1140. 8 years ago
zkbot 0822971120 Auto merge of #1183 - bitcartel:zc.v0.11.2.latest_txid_tests, r=bitcartel 8 years ago
Simon 2a7fde3f42 Add test for non-malleable txids. To run just this test: 8 years ago
Jack Grigg 23acf86791 Ignore duplicate entries after partial recreation 8 years ago
Jack Grigg a23507d086 Update tests to account for new Equihash parameters 8 years ago
Jack Grigg ca202e2db1 Change Equihash parameters to n = 200, k = 9 (about 563-700 MiB) 8 years ago
Jack Grigg 30bd297920 Fix bug in IsProbablyDuplicate() 8 years ago