9135 Commits (d7da4ecc33fb36897cb8ba8297b6f111f6babe51)
 

Author SHA1 Message Date
zkbot d7da4ecc33 Auto merge of #1194 - bitcartel:zc.v0.11.2.z8_issue_1193_fixtest, r=ebfull 8 years ago
Taylor Hornby 998eea5db6 Disable hardening when building for coverage reports. 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
Jack Grigg fa19e1b357 Add test showing bug in IsProbablyDuplicate() 8 years ago
Jack Grigg eeb4177843 Add Equihash support for n = 200, k = 9 8 years ago
zkbot 95277e0311 Auto merge of #1144 - bitcartel:zc.v0.11.2.z7_tx_malleability_gettxid, r=bitcartel 8 years ago
zkbot e5b57a1432 Auto merge of #1173 - str4d:1165-equihash-fix-large-k-ballooning, r=bitcartel 8 years ago
zkbot 76470978f4 Auto merge of #1172 - str4d:1148-remove-equihash-collision-length-assumption, r=bitcartel 8 years ago
Jack Grigg 036dcbd94a Remove the assumption that n/(k+1) is a multiple of 8. 8 years ago
Jack Grigg 649be423f8 Fix previous commit 8 years ago
Jack Grigg 6609813753 Simplify optional parameters 8 years ago
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
Jack Grigg f7478de67f Add thread parameter to solveequihash benchmark 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
Simon 74cd8821c7 Remove GetSerializeHash() method. 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
Simon c63af91a78 Update comment. 8 years ago
Simon 3979881fc5 Fix comment. 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
Simon 92f7426d19 Make txid const. 8 years ago
Simon 0ccb650b5a Update genesis block hashes and test data. 8 years ago
Simon 90a9019387 Fix issue where a coinbase tx should have it's sigscript hashed 8 years ago
Simon 2481bab2b8 Revert "Set nLockTime in CreateNewBlock() so coinbase txs do not have the same txid." 8 years ago
Jack Grigg 51eb5273f5 Equihash: Pass each obtained solution to a callback for immediate checking 8 years ago
Simon 07e6d5b025 Refactor GetTxid() into UpdateTxid() to match coding style of hash member variable. 8 years ago
Simon 29306269f4 Set nLockTime in CreateNewBlock() so coinbase txs do not have the same txid. 8 years ago
Simon 10d2c57c0d Replace calls to GetHash() with GetTxid() for transaction objects. 8 years ago
Simon 1e84d84d3a Rename GetHash() method to GetSerializeHash(). 8 years ago