50 Commits (b112e0c7952fb01104261f13e841dab75073b1b0)

Author SHA1 Message Date
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
Gregory Maxwell 3babbcb487 Remove confusing MAX_BLOCK_BASE_SIZE. 7 years ago
Jeremy Rubin 37495e0d8d Reorder C{,Mutable}Transaction for better packing 7 years ago
Pieter Wuille 0aadc11fd8 Avoid dereference-of-casted-pointer 7 years ago
Jorge Timón 330bb5a456
Consensus: Minimal way to move dust out of consensus 7 years ago
Marcos Mayorga 4fbae77929 Improved efficiency in COutPoint constructors 7 years ago
Alex Morcos 359e8a03d1 [cleanup] Remove coin age priority completely. 7 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Pieter Wuille 91335ba389 Remove unused MakeTransactionRef overloads 8 years ago
BtcDrak 1f0ca1ae1c
Bump default transaction version to 2 8 years ago
Pieter Wuille f6fb7acda4 Move CTxInWitness inside CTxIn 8 years ago
Pieter Wuille 81e3228fcb Make CTransaction actually immutable 8 years ago
Pieter Wuille b4e4ba475a Introduce convenience type CTransactionRef 8 years ago
Pieter Wuille da60506fc8 Add deserializing constructors to CTransaction and CMutableTransaction 8 years ago
Pieter Wuille 528472111b Get rid of nType and nVersion 8 years ago
Pieter Wuille 657e05ab2e Make GetSerializeSize a wrapper on top of CSizeComputer 8 years ago
Matt Corallo 190fd321ad Remove unused CTxOut::GetHash() 8 years ago
Hampus Sjöberg fdf82fba31 Adding method GetTotalSize() to CTransaction 8 years ago
Suhas Daftuar 2c06bae39e Rename "block cost" to "block weight" 8 years ago
Daniel Cousens e37b16a75c transaction: clarify witness branches 8 years ago
Bob McElrath 36ae37a9f9 Rename CTxinWitness -> CTxInWitness 8 years ago
Pieter Wuille 2b1f6f9ccf BIP141: Other consensus critical limits, and BIP145 8 years ago
Pieter Wuille 8b49040854 BIP141: Commitment structure and deployment 8 years ago
Pieter Wuille 7030d9eb47 BIP144: Serialization, hashes, relay (sender side) 8 years ago
BtcDrak 12c89c9185 Policy: allow transaction version 2 relay policy. 8 years ago
João Barbosa 0f176927f8 Improve COutPoint less operator 8 years ago
Alex Morcos c6c2f0fd78 Implement SequenceLocks functions 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Pieter Wuille 114b5812f6 Prevector type 9 years ago
MarcoFalke 5f46a7d068 transaction_tests: Be more strict checking dust 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 9 years ago
Tom Harding b2b3619262 Implement CTransaction::IsEquivalentTo(...) 9 years ago
Cozz Lovan 292623adf5 Subtract fee from amount 9 years ago
Wladimir J. van der Laan 4f92773f92 src/primitives/transaction.h: endian compatibility in serialization 9 years ago
Wladimir J. van der Laan 4f1524966a Replace direct use of 0 with SetNull and IsNull 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Luke Dashjr d227011184 MOVEONLY: core/ -> primitives/ 10 years ago
Pavel Janík 84738627ce Fix all header defines 10 years ago
jtimon 4a3587d8db MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
jtimon eda3733091 MOVEONLY: Move CFeeRate and Amount constants to amount.o 10 years ago
jtimon e8ea0fd19e MOVEONLY: CInPoint from core to txmempool 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Pieter Wuille 584a358997 Do merkle root and txid duplicates check simultaneously 10 years ago
jtimon 9294a4bbe7 Separate CScriptCompressor 10 years ago
jtimon 86dbeea2cd Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes) 10 years ago
Alex Morcos c26649f9ed Track modified size in TxMemPoolEntry so that we can correctly compute priority. 10 years ago