Commit Graph

29 Commits (9c3ee3bf77382aca5717f9ae7163e79e3bf836af)

Author SHA1 Message Date
MarcoFalke 5f46a7d068 transaction_tests: Be more strict checking dust
9 years ago
Peter Todd 287f54fc90 Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic
9 years ago
Wladimir J. van der Laan 48efbdbe98
Merge pull request #5264
9 years ago
Pieter Wuille 3b33ec85ed Avoid duplicate CheckBlock checks
9 years ago
Pieter Wuille 391dff16fe Do not store Merkle branches in the wallet.
9 years ago
mruddy af3208bfa6 Resolve issue 3166.
9 years ago
Wladimir J. van der Laan 24ce77d775
Merge pull request #6444
9 years ago
Pieter Wuille 9e38d0f745 Separate core memory usage computation in core_memusage.h
9 years ago
zathras-crypto 0aad1f13b2
Exempt unspendable transaction outputs from dust checks
9 years ago
Pieter Wuille 5098c47b24 Implement accurate memory accounting for mempool
9 years ago
Wladimir J. van der Laan 5a7304b69d Move recently introduced CTransAction::IsEquivalentTo to CWalletTx
10 years ago
Wladimir J. van der Laan 3203a0832a
Merge pull request #5881
10 years ago
jtimon 691161d419 Consensus: Create consensus/consensus.h with some constants
10 years ago
Tom Harding b2b3619262 Implement CTransaction::IsEquivalentTo(...)
10 years ago
Wladimir J. van der Laan df5c246ba3
Merge pull request #5831
10 years ago
Cozz Lovan 292623adf5 Subtract fee from amount
10 years ago
Wladimir J. van der Laan a0ae79d775 Replace CBlockHeader::GetHash with call to SerializeHash
10 years ago
Wladimir J. van der Laan 4f92773f92 src/primitives/transaction.h: endian compatibility in serialization
10 years ago
Wladimir J. van der Laan 81aeb28436 src/primitives/block.cpp: endian compatibility in GetHash
10 years ago
Wladimir J. van der Laan 41e6e4caba
Merge pull request #5713
10 years ago
Pieter Wuille 5a47811da5 BIP66 changeover logic
10 years ago
Pavel Janík 5262fde0ec Remove whitespaces before double colon in errors and logs
10 years ago
Wladimir J. van der Laan 3b95808428
Merge pull request #5520
10 years ago
Wladimir J. van der Laan 4f1524966a Replace direct use of 0 with SetNull and IsNull
10 years ago
Pavel Janík bdb6a71d3d IsNull doesn't change CBlockLocator, add const hint
10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers
10 years ago
Michael Ford 78253fcbad Remove references to X11 licence
10 years ago
Matt Corallo afd4b94b6d Move CMerkleBlock and CPartialMerkleTree to their own file
10 years ago
Luke Dashjr d227011184 MOVEONLY: core/ -> primitives/
10 years ago