12912 Commits (a432aa0aa83310f0eb053329fb4b2670ce92b1c6)
 

Author SHA1 Message Date
Alex Morcos 0c0c63f70a Introduce WALLET_INCREMENTAL_RELAY_FEE 8 years ago
MarcoFalke fab035f2f7 qa: Actually test assertions in pruning.py 8 years ago
Alex Morcos e8021ec919 Use CWallet::GetMinimumFee in bumpfee 8 years ago
Jonas Schnelli 04b877361b
[Qt] fix transaction details output-index to reflect vout index 8 years ago
Wladimir J. van der Laan 9b4d2673b7
Merge #9519: Exclude RBF replacement txs from fee estimation 8 years ago
Wladimir J. van der Laan fd7021142a
Merge #9594: Send final alert message to older peers after connecting. 8 years ago
Wladimir J. van der Laan 5ac668759d
Merge #9574: [depends] Fix QT build on OSX 8 years ago
Wladimir J. van der Laan 10dc58a2aa
Merge #9587: Do not shadow local variable named `tx`. 8 years ago
Wladimir J. van der Laan 07421cf2a7
Merge #9613: [wallet] Clarify getbalance help string to explain interaction with bumpfee 8 years ago
Wladimir J. van der Laan 3f9f9629cc
Merge #9606: net: Consistently use GetTimeMicros() for inactivity checks 8 years ago
Alex Morcos ae9719ab87 Refactor GetMinimumFee to give option of providing targetFee 8 years ago
MarcoFalke f89502306d
Merge #9628: qa: Increase a sync_blocks timeout in pruning.py 8 years ago
Matt Corallo 236618061a Do not add to vNodes until fOneShot/fFeeler/fAddNode have been set 8 years ago
Douglas Roark b9d95bd9a1 Fix various minor linearization script issues 8 years ago
Suhas Daftuar 2f10f06196 qa: Increase a sync_blocks timeout in pruning.py 8 years ago
Suhas Daftuar 99464bc38e net: Consistently use GetTimeMicros() for inactivity checks 8 years ago
Alex Morcos 29fb311858 Increase minimum debug.log size to 10MB after shrink. 8 years ago
Matt Corallo 3c37dc40d3 Ensure cs_vNodes is held when using the return value from FindNode 8 years ago
Matt Corallo 5be01906e5 Delete some unused (and broken) functions in CConnman 8 years ago
Jonas Schnelli b68f898efa
Merge #9624: [Trivial] fix logging typo in FlushStateToDisk() 8 years ago
John Newbery ac9a84679a [Trivial] fix logging typo in FlushStateToDisk() 8 years ago
Wladimir J. van der Laan 1ac878ace6
Merge #9617: [Trivial] Update license year range to 2017 8 years ago
Wladimir J. van der Laan 4a1dc35ca5
Merge #9371: Notify on removal 8 years ago
Jonas Schnelli 50864529b6
Merge #9588: qt: Use nPowTargetSpacing constant 8 years ago
Lauda be31a2b363 [Trivial] Update license year range to 2017 8 years ago
Alex Morcos 094e4b3383 Better document usage of SyncTransaction 8 years ago
Alex Morcos 4afbde6028 Introduce MemPoolConflictRemovalTracker 8 years ago
Wladimir J. van der Laan ff25c32392 mempool: add notification for added/removed entries 8 years ago
Pieter Wuille 71148b8947
Merge #9596: [bugfix] save feeDelta instead of priorityDelta in DumpMempool 8 years ago
Wladimir J. van der Laan 727a798360
Merge #9516: Bug-fix: listsinceblock: use fork point as reference for blocks in reorg'd chains 8 years ago
Russell Yanofsky 5a00659b58 [wallet] Clarify getbalance help string to explain interaction with bumpfee 8 years ago
Wladimir J. van der Laan 5cf3c60fcc
Merge #9607: Remove redundant semicolons in Python code 8 years ago
Wladimir J. van der Laan 7884956414
Merge #9511: Don't overwrite validation state with corruption check 8 years ago
Wladimir J. van der Laan eafba4e273
Merge #9583: Move wallet callbacks into cs_main (this effectively reverts #7946) 8 years ago
MarcoFalke ff58b1c3bd
Merge #9610: [Trivial] Grammar and typo correction (laudaa) 8 years ago
Lauda 5c66d41b7f [Trivial] Grammar and typo correction 8 years ago
MarcoFalke 0b96abc35f
Merge #9554: [test] Avoid potential NULL pointer dereference in addrman_tests.cpp 8 years ago
Matt Corallo 003cd60cc3 Add missing mempool lock for CalculateMemPoolAncestors 8 years ago
practicalswift 5cdf10611f Remove redundant semicolons in Python code 8 years ago
John Newbery dd5b0114cf [Trivial] add comment about setting peer as HB peer. 8 years ago
Alex Morcos de1ae324bf Exclude RBF txs from fee estimation 8 years ago
Wladimir J. van der Laan af01cd3a3d
qt: Periodic translation update 8 years ago
Wladimir J. van der Laan b8d1b81077
trivial: squash missing field 'argNames' initializer warning in qt tests 8 years ago
Wladimir J. van der Laan fb75cd04bb
Merge #9377: fundrawtransaction: Keep change-output keys by default, make it optional 8 years ago
Alex Morcos fe8e8efcf9 [rpc] Add incremental relay fee to getnetworkinfo 8 years ago
Pavel Janík 44f2baac48 Do not shadow local variable named `tx`. 8 years ago
Gregory Maxwell 8ff8d219c3 Send final alert message to older peers after connecting. 8 years ago
Alex Morcos bd92f2481c [bugfix] save feeDelta instead of priorityDelta in DumpMempool 8 years ago
Alex Morcos 6b331e6cf9 Fix to have miner test aware of new separate block min tx fee 8 years ago
Alex Morcos de6400de5d Fix missing use of dustRelayFee 8 years ago