]> Git Repo - VerusCoin.git/shortlog
VerusCoin.git
2016-07-14 SimonAdd founders reward to output.
2016-07-12 SimonNarrow scope of lock.
2016-07-12 SimonReplace index with height in help message for getblocks...
2016-06-27 SimonAdd getblocksubsidy RPC command to return the block...
2016-06-17 Taylor HornbyChange the network magic numbers. v0.11.2.z5
2016-06-17 Taylor Hornbyz5 release
2016-06-17 Taylor HornbyMerge remote-tracking branch 'jack/990-default-ports...
2016-06-17 Taylor HornbyMerge remote-tracking branch 'jack/fix-version' into...
2016-06-16 zkbotAuto merge of #1026 - ebfull:address-serialization...
2016-06-16 Sean BoweTestnet spending keys should start with 'TK'.
2016-06-16 Jack GriggChange default ports
2016-06-16 Jack GriggFix bug in network hashrate lookup window configuration
2016-06-16 Jack GriggHandle full Zcash version string in AC_INIT
2016-06-15 zkbotAuto merge of #1004 - str4d:931-difficulty-algorithm...
2016-06-15 Jack GriggImprove comments per review
2016-06-15 Sean BoweAdd test to ensure spending keys always encode with...
2016-06-15 Sean BoweMake testnet addresses always start with 'tn'.
2016-06-15 Sean BoweGuarantee first two bytes of spending key are SK
2016-06-15 Sean BoweAdded encoding for Zcash spending keys.
2016-06-15 zkbotAuto merge of #994 - ebfull:remove-redundant-constraint...
2016-06-15 Sean BoweFix test against merkle tree root.
2016-06-15 Sean BoweAdd tests for `CZCPaymentAddress`.
2016-06-15 Sean BoweUse base58check to encode Zcash payment addresses,...
2016-06-15 Sean BoweDo not encode leading bytes in `PaymentAddress` seriali...
2016-06-15 zkbotAuto merge of #1017 - ebfull:coinbase-must-be-protected...
2016-06-15 Jack GriggUpdate tests for new difficulty algorithm
2016-06-14 Jack GriggImplement new difficulty algorithm (#931)
2016-06-14 Sean BoweDisable enforced coinbase protection in miner_tests.
2016-06-14 Sean BoweRename to `fCoinbaseMustBeProtected`.
2016-06-14 Sean BoweEnsure NonContextualCheckInputs runs before routines...
2016-06-14 Sean BoweEnforce remaining softfork activation rules uncondition...
2016-06-14 Sean BoweEnforce BIP16 and BIP30 unconditionally to all blocks.
2016-06-14 zkbotAuto merge of #1019 - ebfull:mempool-integrity-chained...
2016-06-13 zkbotAuto merge of #1008 - str4d:850-platform-independent...
2016-06-13 Jack GriggTweaks after review
2016-06-13 Sean BoweEnsure mempool integrity checks don't trip on chained...
2016-06-13 Sean BoweDisable coinbase-must-be-protected rule on regtest.
2016-06-13 Sean BowePrevent coinbases from being spent to transparent outputs.
2016-06-13 Sean BoweRefactor contextual and noncontextual input checks.
2016-06-13 Sean BoweRename `CheckInputs` to `ContextualCheckInputs` since...
2016-06-12 zkbotAuto merge of #1009 - ThisIsNotOfficialCodeItsJustForks...
2016-06-11 Jack GriggUpdate miner tests for platform-independent Equihash
2016-06-11 Jack GriggRegenerate genesis blocks
2016-06-11 Jack GriggUse htole32 and htobe32 for endian conversions
2016-06-11 Jack GriggUse little-endian for hash personalisation and hashing...
2016-06-11 Jack GriggSpeed up FullStepRow index comparison by leveraging...
2016-06-11 Jack GriggUpdate tests to account for new Equihash parameters
2016-06-11 Jack GriggIncrease Equihash parameters to n = 96, k = 3 (about...
2016-06-10 Jack GriggFix failing tests
2016-06-10 Jack GriggUpdated a hard-coded number of blocks to account for...
2016-06-10 Jack GriggUpdate RPC tests to account for decreased block interval
2016-06-10 Jack GriggUpdate tests to account for decreased block interval
2016-06-09 Jack GriggDecrease block interval to 2.5 minutes
2016-06-09 zkbotAuto merge of #988 - str4d:optimised-equihash, r=ebfull
2016-06-09 Taylor HornbyEnable -alertnotify for hard fork detection. Test it.
2016-06-09 zkbotAuto merge of #1005 - bitcartel:zc.v0.11.2.z4_issue_857...
2016-06-08 SimonUpdate variable name.
2016-06-08 zkbotAuto merge of #1001 - str4d:904-disable-relaypriority...
2016-06-08 SimonUpdate to DistinctIndices function (for issue #857).
2016-06-08 zkbotAuto merge of #973 - ebfull:chained-pours, r=ebfull
2016-06-08 Sean BoweMinor changes to coins_tests.
2016-06-08 Sean BoweAdd test to ensure parent treestates only can appear...
2016-06-07 Jack GriggUpdate RPC tests to account for reserved field
2016-06-07 Jack GriggUpdate tests to account for reserved field
2016-06-07 Jack GriggRegenerate genesis blocks
2016-06-07 Jack GriggSet -relaypriority default to false
2016-06-07 Jack GriggAdd a 256-bit reserved field to the block header
2016-06-06 zkbotAuto merge of #929 - bitcartel:zc.v0.11.2.z2_fix_717...
2016-06-06 SimonImplement issue #997 to reduce time for test_bitcoin...
2016-06-04 Sean BoweUpdate the zkSNARK parameters.
2016-06-04 Sean BoweChange merkle tree depth to 29.
2016-06-04 Sean BoweRemove redundant constraints.
2016-06-03 Jack GriggUse depth-first scan for eliminating partial solutions...
2016-06-01 Taylor Hornbyz4 release v0.11.2.z4
2016-06-01 zkbotAuto merge of #921 - str4d:optimised-equihash, r=daira
2016-06-01 Jack GriggFix nits after review
2016-05-31 Sean BoweUpdate performance measurement transaction.
2016-05-31 Sean BoweTest behavior of chained pour consensus rules.
2016-05-31 Sean BoweAllow pours to be anchored to intermediate treestates...
2016-05-31 Sean BoweEnsure merkle tree fixed point removal is tested agains...
2016-05-31 Sean BoweMove new coins tests to within coins_tests test suite.
2016-05-31 zkbotAuto merge of #976 - ebfull:implement-joinsplit-signatu...
2016-05-31 Sean BoweAdd additional assertions.
2016-05-31 Sean BoweChange error for invalid joinsplit signature for consis...
2016-05-31 Sean BoweWrap lines in *CTransaction constructors.
2016-05-31 Sean BoweUse joinsplit_sig_t in more places.
2016-05-30 Sean BoweEnforce that the `S` value of the ed25519 signature...
2016-05-30 Sean BoweSwitch to Ed25519 for cryptographic binding of joinspli...
2016-05-30 Taylor HornbyFix tests for JoinSplit signatures
2016-05-30 Taylor HornbyImplement signature verification in CheckTransaction
2016-05-30 Taylor HornbyWe don't want to benchmark signature creation / verific...
2016-05-30 Taylor HornbySign JoinSplit transactions
2016-05-27 zkbotAuto merge of #972 - bitcartel:zc.v0.11.2.z3_issue_651_...
2016-05-27 SimonRemove Bitcoin mainnet seeds.
2016-05-27 zkbotAuto merge of #887 - str4d:mining-slow-start, r=ebfull
2016-05-26 Jack GriggFix comment
2016-05-26 SimonRemove Bitcoin testnet seeds.
2016-05-25 Taylor HornbyEnable -v for valgrind so we can see counts for each...
2016-05-25 Taylor HornbyPass -DPURIFY to OpenSSL so it doesn't clutter valgrind...
2016-05-25 Taylor HornbyAdd ability to run things under valgrind.
next
This page took 0.057363 seconds and 4 git commands to generate.