9099 Commits (3c3ef34505a5e907243e134ac9a90376b673a0c0)
 

Author SHA1 Message Date
Jack Grigg 3c3ef34505 Add missing assert 8 years ago
Jack Grigg e999c1e339 Simplify IsProbablyDuplicate() 8 years ago
Jack Grigg 3c654f38eb Eliminate probably duplicates in final round 8 years ago
Jack Grigg 6b4f4475a5 Use fixed-size array in IsProbablyDuplicate to avoid stack protector warning 8 years ago
Jack Grigg d4af3dd5fd Eliminate some of the duplicates caused by truncating indices 8 years ago
Simon fbd90518e3 Use -O1 opimitization flag when building libzcash. 8 years ago
zkbot 9cc43696ec Auto merge of #1086 - zcash:daira-simplify-readme-title, r=bitcartel 8 years ago
zkbot abd4c16ae9 Auto merge of #1064 - ThisIsNotOfficialCodeItsJustForks:t915-enable-security-hardening, r=bitcartel 8 years ago
zkbot 1f7e1f68c6 Auto merge of #1157 - ThisIsNotOfficialCodeItsJustForks:t761-run-tests-under-valgrind, r=nathan-at-least 8 years ago
zkbot a40d70f464 Auto merge of #1160 - str4d:1131-remove-hardfork, r=bitcartel 8 years ago
zkbot 19b49de082 Auto merge of #1158 - bitcartel:zc.v0.11.2.latest_1126_trycatch, r=ebfull 8 years ago
zkbot 4714ea145b Auto merge of #1146 - str4d:1143-equihash-solution-callback, r=ebfull 8 years ago
Jack Grigg 4a0bdc9020 Fix bug in 'generate' RPC method that caused it to fail with high probability 8 years ago
Jack Grigg 9e0713f47f Remove hardfork from special testnet difficulty rules 8 years ago
Simon d81c31f5fb Extend try catch block around calls to libsnark, per discussion in #1126. 8 years ago
Taylor Hornby 88325d8abb Add more commands to run unit tests under valgrind. 8 years ago
zkbot b2e956be01 Auto merge of #1137 - bitcartel:zc.v0.11.2.latest_deprecate_zcraw_api, r=ebfull 8 years ago
Simon eae3794152 Update deprecation message for zcraw api. 8 years ago
Jack Grigg 51eb5273f5 Equihash: Pass each obtained solution to a callback for immediate checking 8 years ago
zkbot 6dfc9e7a7c Auto merge of #1120 - str4d:1055-asynchronous-miner-interrupts, r=str4d 8 years ago
Simon a24a2e1144 Inform user that zcraw... rpc calls are being deprecated. 8 years ago
Sean Bowe 167aece517 z7 Release 8 years ago
zkbot eef6f737dc Auto merge of #1126 - ebfull:more-libsnark-changes, r=ebfull 8 years ago
zkbot f0f8622f2a Auto merge of #1127 - ebfull:test-merkle-tree-gadget, r=ebfull 8 years ago
Jack Grigg 215b9e139d Use std::shared_ptr to deallocate partialSolns automatically 8 years ago
Jack Grigg 1655db285d Move initialisations to simplify cancelled checks 8 years ago
Taylor Hornby 73537ebe97 Put hardened stuff in libzcash CPPFLAGS. 8 years ago
Taylor Hornby b00b98ae2c Make security options in configure.ac fail if unavailable. 8 years ago
Taylor Hornby 56734f4b27 Pull in upstream's make check-security, based on upstream PR #6854 and #7424. 8 years ago
Taylor Hornby 1327d1915a Add tests for security hardening features 8 years ago
Taylor Hornby effd7ca1d8 Add checksec.sh from http://www.trapkit.de/tools/checksec.html 8 years ago
Taylor Hornby 4e0b4af40f Enable -O1 for better FORTIFY_SOURCE protections. 8 years ago
Jack Grigg 9e6adb124f Hardfork to the previous testnet difficulty adjustment behaviour at block 43400 8 years ago
Taylor Hornby ae79cec542 Make the --enable-hardening flag explicit. 8 years ago
Sean Bowe 4d66f8f68a Add test for non-intuitive merkle tree gadget witnessing behavior. 8 years ago
Sean Bowe 25d2197043 Remove more from libsnark, and fix potential remote-DoS. 8 years ago
Jack Grigg e99731b4a4 Reinstate previous testnet adjustment behaviour 8 years ago
Jack Grigg 5a360a5c6a Fix segfault by indirectly monitoring chainActive.Tip(), locking on mutex 8 years ago
zkbot cebeabb2f4 Auto merge of #1119 - ebfull:version-bump, r=ebfull 8 years ago
Jack Grigg 5b4ebcd5e2 Add tests that exercise the cancellation code branches 8 years ago
Jack Grigg 2dbabb1159 Make Equihash solvers cancellable 8 years ago
zkbot e117ff7651 Auto merge of #1048 - str4d:collect-all-valid-equihash-solns, r=ebfull 8 years ago
Sean Bowe 697cc53b29 Bump the (minimum) protocol version to avoid invoking legacy behavior from upstream. 8 years ago
zkbot b83061544f Auto merge of #1116 - ebfull:performance-check-valid-pour-fix, r=ebfull 8 years ago
zkbot a1cded5b91 Auto merge of #1088 - ThisIsNotOfficialCodeItsJustForks:t1078-fix-sighash-bug-2, r=ebfull 8 years ago
zkbot b5dfcd0fbb Auto merge of #1063 - ThisIsNotOfficialCodeItsJustForks:t898-remove-insecurely-downloaded-dependencies, r=ebfull 8 years ago
Taylor Hornby 86551dcb18 Remove insecurely-downloaded dependencies that we don't currently use. 8 years ago
zkbot 741cf2cedf Auto merge of #1115 - ebfull:shorten-proving-key, r=ebfull 8 years ago
Taylor Hornby 838e3c753f Fix the tests that the SIGHASH_SINGLE bugfix breaks. 8 years ago
Taylor Hornby 67f0243533 Remove in-band error signalling from SignatureHash, fixing the SIGHASH_SINGLE bug. 8 years ago