6844 Commits (6ba8b2a6c4d1bc393dd7c4734090a4c0dfa750c2)

Author SHA1 Message Date
Matt Corallo 97bf377bd1 Add CCoinsViewCache::HaveCoinsInCache to check if a tx is cached 9 years ago
Matt Corallo 677aa3d88c Discard txn cache entries that were loaded for removed mempool txn 9 years ago
Matt Corallo b2e74bd292 Get the set of now-uncacheable-txn from CTxMemPool::TrimToSize 9 years ago
Matt Corallo 74d0f90262 Add method to remove a tx from CCoinsViewCache if it is unchanged 9 years ago
Luke Dashjr 45b8e278fb -bytespersigop option to additionally limit sigops in transactions we relay and mine 9 years ago
Alex Morcos 553cad94e2 Rewrite CreateNewBlock 9 years ago
Alex Morcos 5f12263302 Expose FormatStateMessage 9 years ago
Alex Morcos 1f09287c66 Make accessing mempool parents and children public 9 years ago
Alex Morcos 7230187b1d Add TxPriority class and comparator 9 years ago
Alex Morcos f3fe83673e Add a score index to the mempool. 9 years ago
Alex Morcos c49d5bc9e6 Store the total sig op count of a tx. 9 years ago
Wladimir J. van der Laan 8f0d79e3c8 test: Disable scheduler test manythreads 9 years ago
Wladimir J. van der Laan bc1f427570
qt: periodic translations update 9 years ago
Wladimir J. van der Laan 6da12dff28 qt: use QMetaObject::invokeMethod for cross-thread signaling in clientmodel 9 years ago
Pavel Janík b212f94dd9 Describe maxmempool and mempoolminfee in the getmempoolinfo RPC help. 9 years ago
Luke Dashjr 02354c93be Constrain rpcport default values to a single location in code 9 years ago
Wladimir J. van der Laan aabc897801 rpc: Don't translate warning messages 9 years ago
Alex Morcos 50947ef23f Change default block priority size to 0 9 years ago
Suhas Daftuar 2d8860e820 Fix removeForReorg to use MedianTimePast 9 years ago
Suhas Daftuar b7fa4aa387 Don't call removeForReorg if DisconnectTip fails 9 years ago
Suhas Daftuar 7e49f5f8b4 Track coinbase spends in CTxMemPoolEntry 9 years ago
Matt Corallo bb8ea1f630 removeForReorg calls once-per-disconnect-> once-per-reorg 9 years ago
Matt Corallo 474b84a741 Make indentation in ActivateBestChainStep readable 9 years ago
Matt Corallo b0a064c4b8 Fix comment in removeForReorg 9 years ago
Matt Corallo 9b060e5cfb Fix removal of time-locked transactions during reorg 9 years ago
MarcoFalke fa19a588b9 HelpMessage: Don't hide -mintxfee behind showDebug 9 years ago
MarcoFalke faffc172ec rpcwallet: Clarify what settxfee does 9 years ago
Jonas Schnelli ff723da6f6
[Qt] improve minimum absolute fee option 9 years ago
Jonas Schnelli 31b508a18b
[Qt] make use of the nMinimumTotalFee (absolute) in coincontrols fee calculation 9 years ago
Jonas Schnelli 80462dda0a
[Qt] use ASYMP_UTF8 (≈) whenever we show a fee that is not absolute 9 years ago
Pieter Wuille ecc7c82361
Move fPayAtLeastCustomFee function to CC 9 years ago
Gregory Maxwell d41e44c9ac Actually only use filterInventoryKnown with MSG_TX inventory messages. 9 years ago
Patick Strateman b6a0da45db Only use filterInventoryKnown with MSG_TX inventory messages. 9 years ago
Patick Strateman 6b849350ab Rename setInventoryKnown filterInventoryKnown 9 years ago
Gregory Maxwell e20672479e Remove mruset as it is no longer used. 9 years ago
Gregory Maxwell ec73ef37ec Replace setInventoryKnown with a rolling bloom filter. 9 years ago
Daniel Cousens 4531fc4272 torcontrol: only output disconnect if -debug=tor 9 years ago
Jonas Schnelli 9af5f9cb87
Move uiInterface.NotifyBlockTip signal above the core/wallet signal 9 years ago
Jonas Schnelli 4082e46603
[Qt] call GuessVerificationProgress synchronous during core signal, pass double over UI signal 9 years ago
Jonas Schnelli 947d20b84a
[Qt] reduce cs_main in getVerificationProgress() 9 years ago
Jonas Schnelli e6d50fcdec
[Qt] update block tip (height and date) without locking cs_main, update always (each block) 9 years ago
Jonas Schnelli 012fc91511
NotifyBlockTip signal: switch from hash (uint256) to CBlockIndex* 9 years ago
Jorge Timón cb491e7788 Trivial: Fix warning introduced by #7053 by casting to uint64_t 9 years ago
Gregory Sanders d52fbf00e3 Added additional config option for multiple RPC users. 9 years ago
Pieter Wuille 9ac63d6d30 Keep track of explicit wallet conflicts instead of using mempool 9 years ago
Suhas Daftuar 50262d8953 Allow block announcements with headers 9 years ago
Ryan Havar 4b89f01d72 Default fPayAtLeastCustomFee to false 9 years ago
Luke Dashjr a6cbc02b6b Bugfix: Default -uiplatform is not actually the platform this build was compiled on 9 years ago
MarcoFalke fa4b627269 Move blocksonly parameter interaction to InitParameterInteraction() 9 years ago
MarcoFalke fa41d4c8c6 [qt] Move GUI related HelpMessage() part downstream 9 years ago