58 Commits (b58c15b9fbbca4152e588f81f9f7d8092e7c28da)

Author SHA1 Message Date
Duke Leto b58c15b9fb update copyrights 3 years ago
Duke Leto fb1facc821 delete more sprout shite, faster syncing 4 years ago
Duke Leto be16f80abc Hush Full Node is now GPLv3 4 years ago
Duke Leto a7f88a87aa Update copyright URL to be https 4 years ago
DenioD f3a4f77368 port expired transaction notify from Zcash. Issue #110 4 years ago
Duke Leto a2b3316664 Port PR93 from @denioD 4 years ago
Duke Leto cc3e1c11d7 Use global mempool nullifier count, not local wallet nullifier count 4 years ago
Duke Leto ae07622c65 Copyright 4 years ago
ca333 85aad4be5d fix PING attack [CVE-2019-17048] 5 years ago
jl777 0ea9ae3c05 Update copyright to 2019 5 years ago
ca333 492d6703ed sync jl777:FSM 6 years ago
Sean Bowe 98d2f090ca Evict transactions with obsolete anchors from the mempool 6 years ago
Sean Bowe 28d20bdb11 Rename NullifierType to ShieldedType. 6 years ago
Eirik Ogilvie-Wigley 9669920f75 Rename nullifier caches and maps to indicate sprout nullifiers 6 years ago
Eirik Ogilvie-Wigley 708c87f16d Add enum for nullifier type 6 years ago
Eirik Ogilvie-Wigley 685e936c31 Add sapling nullifier set 6 years ago
jl777 e73b2055c6 Merge branch 'beta' into mergemaster 6 years ago
Simon a0c977ca61 Closes #3134 - Least Authority Issue E 6 years ago
TheTrunk 8b78a8199e Bitcore port 6 years ago
Jay Graber 9bb37bf0d5 Implement transaction expiry for Overwinter 6 years ago
Jack Grigg 34a64fe0a2
Remove mempool transactions which commit to an unmineable branch ID 6 years ago
Suhas Daftuar 233c9eb635
Fix removeForReorg to use MedianTimePast 9 years ago
Suhas Daftuar a4b2518068
Track coinbase spends in CTxMemPoolEntry 9 years ago
Matt Corallo f5b35d2305
Fix removal of time-locked transactions during reorg 9 years ago
Pieter Wuille 934fd19744
Support -checkmempool=N, which runs checks on average once every N transactions 9 years ago
Ashley Holman e328fa32b3
TxMemPool: Change mapTx to a boost::multi_index_container 9 years ago
Pieter Wuille bde5c8b0f1
Implement accurate memory accounting for mempool 9 years ago
Simon 43873535d4 Fixes CID 1352686 uninitialized scalar variable. 8 years ago
Sean Bowe bb64be52fe Rename mapSerials to mapNullifiers. 8 years ago
Sean Bowe 616f8d05af Rename GetSerial to GetNullifier. 8 years ago
Sean Bowe d66877afb3 Added mapSerials consensus rules to prohibit double-spending. 8 years ago
Sean Bowe a8ac403db0 Added mapAnchors consensus rules, finished zcrawpour/zcrawreceive. 8 years ago
Alex Morcos b649e03954 Create new BlockPolicyEstimator for fee estimates 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Matt Corallo 723d12c098 Remove txn which are invalidated by coinbase maturity during reorg 10 years ago
Luke Dashjr d227011184 MOVEONLY: core/ -> primitives/ 10 years ago
Cozz Lovan c1c9d5b415 [Qt] Add Smartfee to GUI 10 years ago
Michael Ford 7329fdd1ba Update comments in txmempool to be doxygen compatible 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
Cory Fields fa7361907a boost: split stream classes out of serialize.h 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 7c70438dc6 Get rid of the dummy CCoinsViewCache constructor arg 10 years ago
Alex Morcos c26649f9ed Track modified size in TxMemPoolEntry so that we can correctly compute priority. 10 years ago
Philip Kaufmann 093303a887 add missing header end comments 10 years ago
Daniel Kraft d0867acb0e Use const CCoinsView's at some places. 10 years ago
Daniel Kraft a3dc587a62 Make appropriate getter-routines "const" in CCoinsView. 10 years ago
Jeff Garzik 6f2c26a457 Closely track mempool byte total. Add "getmempoolinfo" RPC. 10 years ago
Gavin Andresen 13fc83c77b
Move fee policy out of core 10 years ago