]> Git Repo - VerusCoin.git/history - src
Refactoring: SproutNote member variable value moved to BaseNote.
[VerusCoin.git] / src /
2018-04-26 SimonRefactoring: SproutNote member variable value moved...
2018-04-25 SimonRefactoring: Rename class libzcash::Note to libzcash...
2018-04-25 SimonRefactoring: libzcash::Note is now a subclass of libzca...
2018-04-24 HomuAuto merge of #3195 - str4d:3180-clang-warnings, r...
2018-04-23 HomuAuto merge of #3074 - arcalinea:2983_tx_expiry_test_dep...
2018-04-23 HomuAuto merge of #3197 - str4d:2907-sapling-v4-tx-innards...
2018-04-23 Jack GriggAdd a constant for Overwinter's transaction version
2018-04-23 Jack GriggImplement SpendDescription and OutputDescription datast...
2018-04-21 HomuAuto merge of #3181 - bitcartel:least_authority_issue_c...
2018-04-20 HomuAuto merge of #3173 - str4d:2907-sapling-v4-tx-shell...
2018-04-20 Jack GriggRemove now-unshadowed serialization lines that do nothing
2018-04-20 HomuAuto merge of #3185 - ebfull:sapling-testnet-params...
2018-04-19 Jack GriggPass transaction header into correct SignatureHash...
2018-04-19 Jack GriggAdd Sapling v4 transactions to IsStandard
2018-04-19 Jack GriggImplement basic Sapling v4 transaction parser
2018-04-19 Jack GriggAdjust consensus rules to require v4 transactions from...
2018-04-19 HomuAuto merge of #3180 - str4d:transaction-serialization...
2018-04-18 HomuAuto merge of #3184 - str4d:b6820-univalue-subdir,...
2018-04-17 Cory Fieldsbuild: univalue subdir build fixups
2018-04-17 Sean BoweLoad Sapling testnet parameters into memory.
2018-04-17 Pieter WuilleAvoid unaligned access in crypto i/o
2018-04-17 Pieter WuilleAdd deserializing constructors to CTransaction and...
2018-04-17 Pieter WuilleAdd serialization for unique_ptr and shared_ptr
2018-04-17 Pieter WuilleUse fixed preallocation instead of costly GetSerializeSize
2018-04-17 Pieter WuilleAdd optimized CSizeComputer serializers
2018-04-17 Pieter WuilleMake CSerAction's ForRead() constexpr
2018-04-17 Pieter WuilleAvoid -Wshadow errors
2018-04-17 Jack GriggRemove nType and nVersion from Zcash-specific code
2018-04-17 Pieter WuilleGet rid of nType and nVersion
2018-04-17 HomuAuto merge of #3176 - daira:use-https-for-bdb, r=daira
2018-04-16 HomuAuto merge of #3160 - bitcartel:3134_least_authority_is...
2018-04-16 Jack GriggGetSerializeSize changes in Zcash-specific code
2018-04-16 Pieter WuilleMake GetSerializeSize a wrapper on top of CSizeComputer
2018-04-16 Pieter WuilleMake nType and nVersion private and sometimes const
2018-04-16 Pieter WuilleMake streams' read and write return void
2018-04-16 Pieter WuilleRemove unused ReadVersion and WriteVersion
2018-04-16 Cory Fieldsserialization: teach serializers variadics
2018-04-16 Pavel Janík[WIP] Remove unused statement in serialization
2018-04-16 Matt CoralloAdd COMPACTSIZE wrapper similar to VARINT for serialization
2018-04-16 Jonas Schnelliadd bip32 pubkey serialization
2018-04-16 Jack GriggHandle usage of prevector for CScript in Zcash-specific...
2018-04-16 Pieter WuillePrevector type
2018-04-16 mruddyResolve issue bitcoin/bitcoin#3166.
2018-04-15 HomuAuto merge of #3169 - ebfull:sapling-global-params...
2018-04-14 HomuAuto merge of #3157 - bitcartel:2966_extend_sprout_test...
2018-04-14 HomuAuto merge of #2784 - kozyilmaz:fetch, r=str4d
2018-04-14 HomuAuto merge of #3153 - str4d:default-disable-libs, r...
2018-04-14 Sean BoweInvoke the merkle_hash API in librustzcash via test...
2018-04-13 HomuAuto merge of #3086 - str4d:cli-binary-improvements...
2018-04-13 Jack Grigg[Bitcoin-Tx] Adjust util-test test cases for Zcash
2018-04-13 Jack GriggAdd static asserts to ensure CONTINUE_EXECUTION doesn...
2018-04-13 Karl-Johan AlmRemoved using namespace std from bitcoin-cli/-tx and...
2018-04-13 UdjinM6Every main()/exit() should return/use one of EXIT_...
2018-04-13 UdjinM6Fix exit codes:
2018-04-13 Jonas Schnelli[Bitcoin-Tx] Add tests for sequence number support
2018-04-13 Jonas Schnelli[bitcoin-tx] allow to set nSequence number over the...
2018-04-13 Jonas Schnelli[RPC] createrawtransaction: add option to set the seque...
2018-04-13 Purubitcoin-cli.cpp: Use symbolic constant for exit code
2018-04-13 Wladimir J. van... rpc: Input-from-stdin mode for bitcoin-cli
2018-04-13 Tom HardingAdd optional locktime to createrawtransaction
2018-04-12 HomuAuto merge of #3081 - str4d:sapling-activation-logic...
2018-04-12 Jack GriggAdd Sapling to upgrade list
2018-04-12 HomuAuto merge of #3162 - str4d:3052-sapling-crypto-deps...
2018-04-12 HomuAuto merge of #3165 - str4d:release-v1.1.0, r=str4d
2018-04-12 HomuAuto merge of #3166 - str4d:3132-reset-pindexbestinvali...
2018-04-12 Jack GriggWhen rewinding, reset pindexBestInvalid if it is pointi...
2018-04-12 Jack GriggOverwinter mainnet activation height
2018-04-12 Jack Griggmake-release.py: Versioning changes for 1.1.0.
2018-04-11 SimonCloses #3134 - Least Authority Issue E
2018-04-09 SimonPart of #2966, extending Sprout tests to other epochs.
2018-04-05 HomuAuto merge of #3149 - str4d:release-v1.1.0-rc1, r=str4d
2018-04-05 Jack GriggSet Overwinter protocol version to 170005
2018-04-05 HomuAuto merge of #3151 - bitcartel:fix_alertnotify_test...
2018-04-05 SimonFix test to check for sanitized string from alertnotify.
2018-04-05 Jack Griggmake-release.py: Versioning changes for 1.1.0-rc1.
2018-04-05 HomuAuto merge of #2814 - str4d:2074-node-bloom, r=str4d
2018-04-05 R E BroadleyAllow filterclear messages for enabling TX relay only.
2018-04-05 Jack GriggMove bloom filter filtering logic back into command...
2018-04-05 Jack GriggFix NODE_BLOOM documentation errors
2018-04-05 Matt CoralloDon't do mempool lookups for "mempool" command without...
2018-04-05 Patick StratemanDocument both the peerbloomfilters and enforcenodebloom...
2018-04-05 Patick StratemanAdd enforcenodebloom option.
2018-04-05 Patick StratemanMove bloom filter filtering logic outside of command...
2018-04-05 Matt CoralloAdd NODE_BLOOM service bit and bump protocol version
2018-04-04 HomuAuto merge of #3148 - str4d:DOS-mitigation-tx-expiry...
2018-04-04 HomuAuto merge of #3146 - str4d:bc-7956-dbwrapper-tests...
2018-04-04 Jack Griggtest: Check return value of snprintf
2018-04-04 SimonBump MIT Licence copyright header.
2018-04-04 SimonUse range based for loop
2018-04-04 Lauda[Trivial] Grammar and typo correction
2018-04-04 Wladimir J. van... test: Replace remaining sprintf with snprintf
2018-04-04 Jack GriggFix typo
2018-04-04 Matt CoralloAdd test for dbwrapper iterators with same-prefix keys.
2018-04-04 Wladimir J. van... test: Add more thorough test for dbwrapper iterators
2018-04-04 Wladimir J. van... chain: Add assertion in case of missing records in...
2018-04-04 Daira HopwoodDon't increase banscore if the transaction only just...
2018-04-03 Jay GraberSet ban score for expired txs to 0
2018-04-03 HomuAuto merge of #2598 - str4d:2074-dbwrapper, r=str4d
2018-04-03 Jack GriggUpdate CBlockTreeDB::EraseBatchSync for dbwrapper refactor
2018-04-03 HomuAuto merge of #2820 - str4d:darwin-build-patches, r...
next
This page took 0.064334 seconds and 7 git commands to generate.