]> Git Repo - VerusCoin.git/shortlog
VerusCoin.git
2018-02-28 Jack Griggmake-release.py: Updated release notes and changelog...
2018-02-28 Jack Griggmake-release.py: Updated manpages for 1.0.15.
2018-02-28 Jack Griggmake-release.py: Versioning changes for 1.0.15.
2018-02-28 HomuAuto merge of #3002 - str4d:2957-overwinter-release...
2018-02-28 Jack GriggOverwinter release notes and testnet activation height
2018-02-27 HomuAuto merge of #2993 - str4d:2977-performance-regression...
2018-02-27 Jack GriggUse block hash comparison for consistency check when...
2018-02-24 HomuAuto merge of #2985 - str4d:release-v1.0.15-rc1, r...
2018-02-24 Jack Griggmake-release.py: Updated release notes and changelog...
2018-02-24 Jack Griggmake-release.py: Updated manpages for 1.0.15-rc1.
2018-02-24 Jack Griggmake-release.py: Versioning changes for 1.0.15-rc1.
2018-02-24 HomuAuto merge of #2874 - arcalinea:tx_block_expiry, r...
2018-02-24 Jay GraberChange rpc_tests to 21
2018-02-24 HomuAuto merge of #2919 - bitcartel:2904_branch_id_protocol...
2018-02-23 Jay GraberAdd expiry to z_mergetoaddress
2018-02-23 SimonAdd python qa test overwinter_peer_management.
2018-02-23 SimonOverwinter peer management and network handshaking.
2018-02-23 SimonAdd field nProtocolVersion to struct NetworkUpgrade.
2018-02-23 Jay GraberAdd mempool_tx_expiry.py test
2018-02-23 Jay GraberAdd -txexpirydelta cli option
2018-02-23 Jay GraberImplement transaction expiry for Overwinter
2018-02-23 HomuAuto merge of #2797 - str4d:2493-active-merging, r...
2018-02-23 Jack Griggwallet_mergetoaddress: Add additional syncs to prevent...
2018-02-23 HomuAuto merge of #2960 - bitcartel:2959_overwinter_fix_sig...
2018-02-23 Jack GriggRegenerate sighash tests
2018-02-23 SimonCloses #2954 and #2959. Fixes Overwinter issues in...
2018-02-22 HomuAuto merge of #2978 - bitcartel:2906_v1_tx_no_assert...
2018-02-22 SimonCloses #2964. z_sendmany once again makes v1 tx for...
2018-02-22 HomuAuto merge of #2808 - arcalinea:2785_upgrades_rpc,...
2018-02-22 Jack GriggDocument that consensus.chaintip != consensus.nextblock...
2018-02-22 Jack GriggCheck upgrade status in wallet_overwintertx RPC test
2018-02-22 Jack GriggAdd z_mergetoaddress to release notes
2018-02-22 Jack GriggGate z_mergetoaddress as an experimental feature
2018-02-22 Jack GriggImplement z_mergetoaddress for combining UTXOs and...
2018-02-22 HomuAuto merge of #2968 - maxgubler:v1.0.14-edit, r=str4d
2018-02-22 HomuAuto merge of #2977 - str4d:loadblockindexguts-correctn...
2018-02-21 Jack GriggCheck Equihash solution when loading block index
2018-02-21 HomuAuto merge of #2931 - jc23424:hashreserved-diskindex...
2018-02-21 Jack GriggAdd branch IDs for current and next block to getblockch...
2018-02-21 Jay GraberAdd upgrades field to RPC call getblockchaininfo
2018-02-20 HomuAuto merge of #2463 - str4d:713-rollback-limit, r=str4d
2018-02-20 Maxwell GublerFix syntax examples for z_importwallet and export
2018-02-20 Jack GriggExtend CWallet::GetFilteredNotes to enable filtering...
2018-02-20 HomuAuto merge of #2903 - str4d:1408-sighash, r=str4d
2018-02-20 Jack GriggUse v3 transactions with caching for validatelargetx...
2018-02-20 Jack GriggMake number of inputs configurable in validatelargetx...
2018-02-20 Jack GriggRegenerate SignatureHash tests
2018-02-20 Arielupdate SignatureHash according to Overwinter spec
2018-02-20 Arieladd blake2b writer
2018-02-20 Jack GriggCleanup: Wrap function arguments
2018-02-20 Jack GriggAdd consensus branch ID parameter to SignatureHash...
2018-02-20 Pieter WuilleRename to PrecomputedTransactionData
2018-02-20 Nicolas DORIERUnit test for sighash caching
2018-02-20 Pieter WuillePrecompute sighashes
2018-02-20 Jorge TimónMempool: Use Consensus::CheckTxInputs direclty over...
2018-02-20 Jack GriggRemove P2WPKH and P2WSH from signing logic
2018-02-20 Pieter WuilleBIP143: Signing logic
2018-02-20 Pieter WuilleBIP143: Verification logic
2018-02-20 Pieter WuilleRefactor script validation to observe amounts
2018-02-20 Jonas NickReduce unnecessary hashing in signrawtransaction
2018-02-20 21E14Remove obsolete reference to CValidationState from...
2018-02-20 Pieter WuilleReport non-mandatory script failures correctly
2018-02-20 HomuAuto merge of #2940 - str4d:nu-activation-mempool-expir...
2018-02-20 Jack GriggRemove mempool transactions which commit to an unmineab...
2018-02-20 Suhas DaftuarFix removeForReorg to use MedianTimePast
2018-02-20 Suhas DaftuarDon't call removeForReorg if DisconnectTip fails
2018-02-20 Suhas DaftuarTrack coinbase spends in CTxMemPoolEntry
2018-02-20 Matt CoralloremoveForReorg calls once-per-disconnect-> once-per...
2018-02-20 Matt CoralloMake indentation in ActivateBestChainStep readable
2018-02-20 Matt CoralloFix comment in removeForReorg
2018-02-20 Matt CoralloFix removal of time-locked transactions during reorg
2018-02-20 Matt CoralloAdd failing test checking timelocked-txn removal during...
2018-02-19 Jack GriggAdd rollback limit to block index rewinding
2018-02-19 Jack GriggImplement roll-back limit for reorganisation
2018-02-17 HomuAuto merge of #2958 - bitcartel:2906_extra_test, r...
2018-02-16 SimonAdd test to check malformed v1 transaction against...
2018-02-16 HomuAuto merge of #2925 - bitcartel:2906_overwinter_tx_form...
2018-02-16 Jack GriggUpdate SignatureHash tests for transaction format changes
2018-02-16 SimonImplementation of Overwinter transaction format ZIP...
2018-02-15 HomuAuto merge of #2923 - str4d:sighash-tests-env-bug,...
2018-02-09 Alex MorcosImplement helper class for CTxMemPoolEntry constructor
2018-02-09 Pieter WuilleSupport -checkmempool=N, which runs checks on average...
2018-02-09 Ashley HolmanTxMemPool: Change mapTx to a boost::multi_index_container
2018-02-07 HomuAuto merge of #2898 - str4d:2286-nu-activation-mechanis...
2018-02-06 Jack GriggUpdate quote from ZIP 200
2018-02-06 Jack GriggChange UI/log status message for block rewinding
2018-02-06 Jack GriggUse a boost::optional for nCachedBranchId
2018-02-05 jcread hashReserved from disk block index
2018-02-04 Jack GriggAdd method for fetching the next activation height...
2018-02-04 Jack GriggAdd Overwinter to upgrade list
2018-02-04 Jack GriggAdjust rewind logic to use the network upgrade mechanism
2018-02-04 Pieter WuilleAdd rewind logic to deal with post-fork software updates
2018-02-04 Jack GriggTest network upgrade logic
2018-02-04 Jack GriggAllow changing network upgrade parameters on regtest
2018-02-04 Jack GriggNetwork upgrade activation mechanism
2018-02-02 HomuAuto merge of #2839 - arcalinea:add_deprecation_alert...
2018-01-31 Jack GriggUse JoinSplitTestingSetup for Boost sighash tests
2018-01-29 Jay GraberMake applicable only on mainnet
2018-01-25 HomuAuto merge of #2902 - bitcartel:2901_remove_unused_nobl...
2018-01-23 Pavel Vasinremove unused NOBLKS_VERSION_{START,END} constants
next
This page took 0.058058 seconds and 4 git commands to generate.