526 Commits (6ba8b2a6c4d1bc393dd7c4734090a4c0dfa750c2)

Author SHA1 Message Date
Alex Morcos b043c4b746 fix sdaftuar's nits again 9 years ago
Alex Morcos c6c2f0fd78 Implement SequenceLocks functions 9 years ago
MarcoFalke fa79db2641 Move maxTxFee out of mempool 9 years ago
MarcoFalke fa1193e254 [doxygen] Actually display comment 9 years ago
Luke Dashjr b922fbe063 Rename replacebyfee=opt-in to mempoolreplacement=fee 9 years ago
Peter Todd 2f19905324
Improve block validity/ConnectBlock() comments 9 years ago
MarcoFalke fa331db68b mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee 9 years ago
Gregory Maxwell 325c725fb6 Add whitelistforcerelay to control forced relaying. 9 years ago
Luke Dashjr 77b55a00ed Rename permitrbf to replacebyfee 9 years ago
Wladimir J. van der Laan b768108d9c Add option `-permitrbf` to set transaction replacement policy 9 years ago
Wladimir J. van der Laan 64360f1304 Make max tip age an option instead of chainparam 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Pieter Wuille 5400ef6bcb Replace trickle nodes with per-node/message Poisson delays 9 years ago
Suhas Daftuar 901b01d674 Remove GetMinRelayFee 9 years ago
Luke Dashjr 45b8e278fb -bytespersigop option to additionally limit sigops in transactions we relay and mine 9 years ago
Alex Morcos 5f12263302 Expose FormatStateMessage 9 years ago
Wladimir J. van der Laan aabc897801 rpc: Don't translate warning messages 9 years ago
Matt Corallo bb8ea1f630 removeForReorg calls once-per-disconnect-> once-per-reorg 9 years ago
Jorge Timón cb491e7788 Trivial: Fix warning introduced by #7053 by casting to uint64_t 9 years ago
Suhas Daftuar 50262d8953 Allow block announcements with headers 9 years ago
MarcoFalke faf93f37fe [trivial] Reuse translation and cleanup DEFAULT_* values 9 years ago
Luke Dashjr b966aa836a Constrain constant values to a single location in code 9 years ago
Jorge Timón 2e29e7e247 Globals: Remove a bunch of Params() calls from main.cpp: 9 years ago
Alex Morcos 6303051470 EstimateSmart functions consider mempool min fee 9 years ago
Patick Strateman 3a964973fe Add whitelistalwaysrelay option 9 years ago
Jorge Timón 598e494587 Chainparams: Explicit CChainParams arg for main (pre miner): 9 years ago
Jorge Timón 7267843745 Globals: Make AcceptBlockHeader static (Fix #6163) 9 years ago
MarcoFalke 536766c903 [trivial] New DEFAULT_MIN_RELAY_TX_FEE = 1000 9 years ago
Gregory Maxwell e4e5334ef8 Restore MedianTimePast for locktime. 9 years ago
Gregory Maxwell 40cd32e835 Revert "Add rules--presently disabled--for using GetMedianTimePast as endpoint for lock-time calculations" 9 years ago
Jorge Timón 87cbdb8b41 Globals: Explicit Consensus::Params arg for main: 9 years ago
Alex Morcos 971a4e6b86 Lower default policy limits 9 years ago
Mark Friedenbach 9d55050773 Add rules--presently disabled--for using GetMedianTimePast as endpoint for lock-time calculations 9 years ago
Matt Corallo d355cf4420 Only call TrimToSize once per reorg/blocks disconnect 9 years ago
Matt Corallo 794a8cec5d Implement on-the-fly mempool size limitation. 9 years ago
Pieter Wuille 49b6fd5663 Add Mempool Expire function to remove old transactions 9 years ago
Luke Dashjr caa3d42f06 Bugfix: RPC: blockchain: Display correct defaults in help for verifychain method 9 years ago
Suhas Daftuar 5add7a74a6 Track transaction packages in CTxMemPoolEntry 9 years ago
Wladimir J. van der Laan dc58258adf Introduce REJECT_INTERNAL codes for local AcceptToMempool errors 9 years ago
Daniel Kraft 69c3bde448 Add some const declarations where they are appropriate. 9 years ago
Jorge Timón 60c8bac77c Includes: Cleanup around net main and wallet 9 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 9 years ago
Luke Dashjr 0c376340a4 acceptnonstdtxn option to skip (most) "non-standard transaction" checks, for testnet/regtest only 9 years ago
Shaul Kfir a651403e09 Add absurdly high fee message to validation state (for RPC propagation) 9 years ago
Luke Dashjr 9238ecb417 Policy: MOVEONLY: 3 functions to policy.o: 9 years ago
Jorge Timón 627b9deff4 Policy: MOVEONLY: Create policy/policy.h with some constants 9 years ago
Luke Dashjr e617fe2578 Fix various warnings 9 years ago
Wladimir J. van der Laan 02a6702a82 Add option `-alerts` to opt out of alert system 9 years ago
Jorge Timón eb837199a0 Consensus: Refactor: Separate Consensus::CheckTxInputs and GetSpendHeight in CheckInputs 9 years ago
Gavin Andresen 65b9454503
Use best header chain timestamps to detect partitioning 9 years ago