]> Git Repo - VerusCoin.git/shortlog
VerusCoin.git
2016-05-12 Sean BowezkSNARK: Witness commitments to input notes.
2016-05-12 Sean BowezkSNARK: Ensure that values balance correctly.
2016-05-12 Sean BowezkSNARK: Enforce disclosure of commitments to output...
2016-05-12 Sean BowezkSNARK: Enforce that new output notes have unique...
2016-05-12 Sean BowezkSNARK: Authenticate h_sig with a_sk
2016-05-12 Sean BowezkSNARK: Enforce disclosure of input note nullifiers
2016-05-12 Sean BowezkSNARK: Enforce spend-authority of input notes.
2016-05-12 Sean BowezkSNARK: Add "zero" constant variable.
2016-05-12 Sean BowezkSNARK: Foundations of circuit design and verification...
2016-05-12 Sean BoweIntroduce new `libzcash` Zcash protocol API and crypto...
2016-05-06 Sean BoweChange ciphertext length to match protocol spec, and...
2016-05-05 zkbotAuto merge of #905 - ebfull:test-suite-fixes, r=ebfull
2016-05-04 zkbotAuto merge of #907 - DoNotUseThisCodeJUSTFORKS:t844...
2016-05-03 Nathan WilcoxAdd googlemock 1.7.0 dependency.
2016-05-03 Taylor HornbyRename bitcoin.conf and bitcoind.pid to zcash.conf...
2016-05-03 zkbotAuto merge of #889 - ebfull:new-imt-redux, r=ebfull
2016-05-03 Sean BoweDistinguish the failure cases of wfcheck in tree.
2016-05-03 Sean BowePerform zerocash tests as part of full-test-suite,...
2016-05-03 Sean BoweRun `zcash-gtest` in `make check` and fix performance...
2016-04-30 Sean BoweSmall nit fixes
2016-04-29 Sean BoweCheck exception has specific string message.
2016-04-28 Sean BoweClarify the usage of decryption API.
2016-04-28 Sean BoweAdd additional tests for ephemeral key behavior.
2016-04-28 Sean BoweMove NoteEncryption tests to gtest suite.
2016-04-28 Sean BoweNoteEncryption implementation and integration, removal...
2016-04-28 Sean BoweMove incremental merkle tree tests to zcash-gtest.
2016-04-28 Sean BoweMake appending algorithm more succinct.
2016-04-28 Sean BoweAdd more well-formedness checks/tests to tree.
2016-04-28 Sean BoweImprove well-formedness checks and add additional seria...
2016-04-28 Sean BoweInitialize curve/field parameters in case another test...
2016-04-28 Sean BoweDeprecate the old tree and remove old tree tests from...
2016-04-28 Sean BoweTest old tree along with new tree as much as possible.
2016-04-28 Sean BoweIntegrate new incremental merkle tree implementation...
2016-04-28 Sean BoweNew implementation of incremental merkle tree
2016-04-28 Sean BoweAdd serialization for primitive boost::optional<T>.
2016-04-28 Taylor HornbyFix RPC tests
2016-04-28 Taylor HornbyAdd empty merkle/noteencryption tests so Sean can rebase.
2016-04-28 Taylor HornbyFix sighash tests
2016-04-27 Taylor HornbyAdd check that vpubs are not both nonzero and test it.
2016-04-18 Nathan WilcoxAdd coverage support scoped to only the zcash-gtest...
2016-04-18 Nathan WilcoxAdd a zcash-gtest binary to our build with a single...
2016-04-18 Nathan WilcoxAdd a depends description for googletest.
2016-04-13 zkbotAuto merge of #873 - nathan-at-least:t832-zc2-release... v0.11.2.z2
2016-04-12 Nathan WilcoxRewrite release-process.md and follow the example to...
2016-04-12 Nathan WilcoxUpdate a bunch of docs by adding a banner, delete a...
2016-04-12 Jack GriggFix Equihash state initialisation in miner
2016-04-11 zkbotAuto merge of #846 - DoNotUseThisCodeJUSTFORKS:automate...
2016-04-11 zkbotAuto merge of #831 - ebfull:foundersreward, r=nathan...
2016-04-11 Sean BoweChange pchMessageStart for new testnet.
2016-04-11 Sean BoweFix remaining RPC tests.
2016-04-11 Taylor HornbyBenchmark a random equihash input.
2016-04-11 Taylor HornbyMake benchmark specified by command-line arguments
2016-04-11 Taylor HornbyUse a separate datadir for the benchmarks
2016-04-11 Taylor HornbyDon't leave massif.out lying around after the benchmarks
2016-04-11 Taylor HornbyAdd verify equihash benchmark
2016-04-11 Taylor HornbyAdd JoinSplit verification benchmarks
2016-04-11 Taylor HornbyAdd equihash solving benchmarks
2016-04-11 Taylor HornbyAdd automated performance measurement system.
2016-04-10 Daira HopwoodSpecify Sean as the second contact for conduct issues.
2016-04-10 Daira HopwoodMerge pull request #817 from daira/zc.v0.11.2.ticket802...
2016-04-09 Nathan WilcoxFix (most) rpc tests by updating balances. zcpour,...
2016-04-08 Nathan WilcoxApply a patch from Sean to update wallet to use our...
2016-04-08 Nathan WilcoxLog all failing rpc tests concisely.
2016-04-08 Sean BoweImplementation of Founders' Reward.
2016-04-08 Sean BoweAdd missing synchronization that causes race condition...
2016-04-08 Jack GriggFix pow_tests to work with Equihash
2016-04-08 Sean BoweFix miner_tests to work with equihash
2016-04-08 Jack GriggFix tests that depend on old block header format
2016-04-08 Jack GriggAdjust genesis blocks to have valid solutions and hashes
2016-04-08 Jack GriggUse Equihash for Proof-of-Work
2016-04-08 Jack GriggAdd test vectors for Equihash
2016-04-08 Jack GriggImplement validator and basic solver for Equihash
2016-04-08 Nathan WilcoxRun all RPC tests, even when they fail. v0.11.2.z1
2016-04-01 Daira HopwoodAdd Code of Conduct. fixes #802
2016-04-01 zkbotAuto merge of #800 - str4d:592-disable-comparison-utili...
2016-03-31 Taylor HornbyTry downloading from our mirror first to avoid headaches.
2016-03-31 Sean BoweCreate new hasher for sha256() utility.
2016-03-31 Sean BoweImprove testing and API of CSHA256 compression.
2016-03-31 Sean BoweRemove zerocash's SHA256 implementation
2016-03-31 Sean BoweAdded SHA256Compress to Bitcoin's SHA256 implementation.
2016-03-25 Jack GriggDisable comparison utility
2016-03-25 Jack GriggRequire java for --with-comparison-tool
2016-03-24 Taylor HornbyInitialize libsodium first.
2016-03-23 Sean BoweInitialize libsodium and remove openssl headers from...
2016-03-17 Taylor HornbyLink with libsodium and replace a CSPRNG.
2016-03-17 Taylor HornbyAdd libsodium to the depends system.
2016-03-15 Sean BoweReorder proving key and verifying key arguments.
2016-03-15 Sean BoweLazily load the proving key at time of first pour.
2016-03-03 Taylor HornbyRemove unnecessary comment.
2016-03-03 ebfullMerge pull request #741 from zcash/zc.v0.11.2.update...
2016-02-27 Daira HopwoodUpdate repo URL in README.md
2016-02-19 ebfullFix typo
2016-02-18 ebfullMerge pull request #726 from Electric-Coin-Company...
2016-02-18 Sean BoweFix `test_pour` return type.
2016-02-17 Sean BoweFix test paths.
2016-02-17 Sean BoweAdd merkleTest and utilTest to test suite.
2016-02-16 Sean BoweAdd zerocash tests and utilities.
2016-02-16 Sean BoweRemove unnecessary comments.
2016-02-15 Sean BoweBuild and link libzerocash.
2016-02-15 Sean BoweReorganizing the zerocash tree.
next
This page took 0.06089 seconds and 4 git commands to generate.