]> Git Repo - VerusCoin.git/history - src/main.cpp
Do not encode leading bytes in `PaymentAddress` serialization; this is a task for...
[VerusCoin.git] / src / main.cpp
2016-06-15 zkbotAuto merge of #1017 - ebfull:coinbase-must-be-protected...
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-13 zkbotAuto merge of #1008 - str4d:850-platform-independent...
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-10 Jack GriggUpdated a hard-coded number of blocks to account for...
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 zkbotAuto merge of #1001 - str4d:904-disable-relaypriority...
2016-06-07 Jack GriggSet -relaypriority default to false
2016-06-06 zkbotAuto merge of #929 - bitcartel:zc.v0.11.2.z2_fix_717...
2016-06-01 zkbotAuto merge of #921 - str4d:optimised-equihash, r=daira
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-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-27 zkbotAuto merge of #972 - bitcartel:zc.v0.11.2.z3_issue_651_...
2016-05-27 zkbotAuto merge of #887 - str4d:mining-slow-start, r=ebfull
2016-05-17 zkbotAuto merge of #908 - ebfull:trafford, r=ebfull
2016-05-12 Sean BoweTransplant of libzcash.
2016-05-12 Sean BoweRemove scriptPubKey/scriptSig from CPourTx, and add...
2016-05-10 Jack GriggImplement mining slow start with a linear ramp
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 zkbotAuto merge of #889 - ebfull:new-imt-redux, r=ebfull
2016-04-28 Sean BoweIntegrate new incremental merkle tree implementation...
2016-04-27 Taylor HornbyAdd check that vpubs are not both nonzero and test it.
2016-04-11 zkbotAuto merge of #846 - DoNotUseThisCodeJUSTFORKS:automate...
2016-04-11 zkbotAuto merge of #831 - ebfull:foundersreward, r=nathan...
2016-04-10 Daira HopwoodMerge pull request #817 from daira/zc.v0.11.2.ticket802...
2016-04-08 Sean BoweImplementation of Founders' Reward.
2016-04-08 Jack GriggUse Equihash for Proof-of-Work
2016-01-20 Nathan WilcoxMerge pull request #625 from Electric-Coin-Company...
2016-01-19 Sean BoweAdded mapSerials consensus rules to prohibit double...
2016-01-19 Sean BoweEnforce zk-SNARK validity during consensus.
2016-01-19 Sean BoweAdded mapAnchors consensus rules, finished zcrawpour...
2016-01-19 Sean BoweAdded value balance consensus enforcement for pours.
2016-01-19 Sean BowePrimitive, context-free consensus changes for CPourTx
2015-11-06 Pieter WuilleAlways flush block and undo when switching to new file
2015-11-06 Wladimir J. van... Merge pull request #6825
2015-11-05 Wladimir J. van... Merge pull request #6884
2015-11-04 Pieter WuilleUpdate LevelDB
2015-10-23 Mark FriedenbachAdd rules--presently disabled--for using GetMedianTimeP...
2015-10-23 Alex MorcosDo not allow blockfile pruning during reindex.
2015-10-23 Wladimir J. van... Merge pull request #6707
2015-10-14 Luke DashjrBugfix: Allow mining on top of old tip blocks for testn...
2015-10-14 Alex MorcosFix locking in GetTransaction.
2015-10-11 Wladimir J. van... Bump minrelaytxfee default
2015-10-09 Wladimir J. van... Merge pull request #6785
2015-10-09 Tom HardingIn (strCommand == "tx"), return if AlreadyHave()
2015-10-08 Peter ToddAdd CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic
2015-10-06 Wladimir J. van... Merge pull request #6750
2015-10-02 Wladimir J. van... Move recentRejects initialization to top of InitBlockIndex
2015-10-02 Peter ToddKeep track of recently rejected transactions
2015-10-02 Peter ToddMake CRollingBloomFilter set nTweak for you
2015-09-23 Wladimir J. van... Merge pull request #6703
2015-09-22 Veres LajosPARTIAL: typofixes (found by misspell_fixer)
2015-09-22 Ross NicollHandle no chain tip available in InvalidChainFound()
2015-09-22 Wladimir J. van... Make sure LogPrintf strings are line-terminated
2015-07-29 Suhas DaftuarBe even stricter in processing unrequested blocks
2015-07-28 Pieter WuilleRevert "Cache transaction validation successes"
2015-07-27 Pieter WuilleCache transaction validation successes
2015-07-03 Wladimir J. van... Merge pull request #6369
2015-06-25 Suhas DaftuarAdvance pindexLastCommonBlock for blocks in chainActive
2015-06-15 Gavin AndresenUse best header chain timestamps to detect partitioning
2015-06-15 Wladimir J. van... Add option `-alerts` to opt out of alert system
2015-06-11 Adam WeissPrune: Support noncontiguous block files
2015-06-10 Alex MorcosFix removing of orphan transactions
2015-06-05 Wladimir J. van... Merge pull request #6238
2015-06-03 Suhas DaftuarBe stricter in processing unrequested blocks
2015-06-02 Suhas DaftuarIgnore getheaders requests when not synced.
2015-06-01 Peter ToddFix off-by-one error w/ nLockTime in the wallet
2015-06-01 Wladimir J. van... Merge pull request #6208
2015-06-01 Wladimir J. van... Merge pull request #6193
2015-06-01 Wladimir J. van... Merge pull request #6195
2015-05-29 Wladimir J. van... Merge pull request #6194
2015-05-27 Suhas DaftuarEliminate compiler warning due to unused variable
2015-05-27 Wladimir J. van... Merge pull request #6173
2015-05-27 Jorge TimónChainparams: Explicit CMessageHeader::MessageStartChars...
2015-05-27 Wladimir J. van... Merge pull request #5669
2015-05-27 Wladimir J. van... Merge pull request #6097
2015-05-27 Wladimir J. van... Merge pull request #6190
2015-05-27 Wladimir J. van... Merge pull request #6153
2015-05-27 Wladimir J. van... Merge pull request #6174
2015-05-27 Wladimir J. van... Merge pull request #6186
2015-05-26 Wladimir J. van... Merge pull request #5976
2015-05-26 Wladimir J. van... Merge pull request #5947
2015-05-24 Wladimir J. van... Merge pull request #6159
next
This page took 0.528529 seconds and 107 git commands to generate.