8704 Commits (fd13eca147be80f3ebd1a5a1db1ce75bbeeb1953)

Author SHA1 Message Date
Matt Corallo fd13eca147 Lock cs_vSend and cs_inventory in a consistent order even in TRY 8 years ago
Gregory Sanders 3eba88d44c clarify listunspent amount description 8 years ago
Suhas Daftuar 9522b53a91 rpc: bumpfee: handle errors more gracefully 8 years ago
Suhas Daftuar f62659448c rpc: bumpfee: use correct maximum signed tx size for fee calculation 8 years ago
Suhas Daftuar d625b907a1 wallet: Refactor dummy signature signing for reusability 8 years ago
Wladimir J. van der Laan 71fc17f667
qt: periodic translations update 8 years ago
MarcoFalke fa5137c11d [doc] Remove unused clang format dev script 8 years ago
Luke Dashjr 95f97f4b94 Skip RAII event tests if libevent is built without event_set_mem_functions 8 years ago
practicalswift cc16d99f1d [trivial] Fix typos in comments 8 years ago
Karl-Johan Alm b7b48c8bbd Refactor: Remove using namespace <xxx> from src/*.cpp. 8 years ago
Alex Morcos 4b189c1340 Change bumpfee result value from 'oldfee' to 'origfee'. 8 years ago
Alex Morcos 0c0c63f70a Introduce WALLET_INCREMENTAL_RELAY_FEE 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
Alex Morcos ae9719ab87 Refactor GetMinimumFee to give option of providing targetFee 8 years ago
Matt Corallo 236618061a Do not add to vNodes until fOneShot/fFeeler/fAddNode have been set 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
John Newbery ac9a84679a [Trivial] fix logging typo in FlushStateToDisk() 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
Russell Yanofsky 5a00659b58 [wallet] Clarify getbalance help string to explain interaction with bumpfee 8 years ago
Lauda 5c66d41b7f [Trivial] Grammar and typo correction 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
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
Alex Morcos 5b158707f2 Use incrementalRelayFee for BIP 125 replacement 8 years ago
MarcoFalke fa4d47814f qt: Use nPowTargetSpacing constant 8 years ago
Jonas Schnelli 9aa4e6a6c2
[Wallet] Add an option to keep the change address key, true by default 8 years ago
Matt Corallo 989989354b Move wallet callbacks into cs_main (this effectively reverts #7946) 8 years ago
mrbandrews cc0243ad32 [RPC] bumpfee 8 years ago
Russell Yanofsky 52dde66770 [wallet] Add include_unsafe argument to listunspent RPC 8 years ago
Jonas Schnelli 40ec7c7b0d
[Qt] Improve progress display during headers-sync and peer-finding 8 years ago
Karl-Johan Alm ee5c1ce5a6 Bug-fix: listsinceblock: use closest common ancestor when a block hash was provided for a chain that was not the main chain. 8 years ago
Matt Corallo c5945804ca Add braces around AddToCompactExtraTransactions 8 years ago
Matt Corallo 1ccfe9b1c9 Clarify comment about mempool/extra conflicts 8 years ago
Wladimir J. van der Laan b0819c7e9b
qt: periodic translations update 8 years ago
Alex Morcos eb30d1a5b2 Introduce -dustrelayfee 8 years ago
Alex Morcos 7b1add3c28 Introduce -incrementalrelayfee 8 years ago
Matt Corallo 241d8938f4 Wake message handling thread when we receive a new block 8 years ago