9121 Commits (fadf078c9cd70ac930ec1dbbe4d4988ea6a2ba44)

Author SHA1 Message Date
practicalswift db07f91899 Assert that what might look like a possible division by zero is actually unreachable 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
Jorge Timón 0729102f99
Net: pass interruptMsgProc as const where possible 8 years ago
Jorge Timón fc7f2ffad4
Net: Make CNetMsgMaker more const 8 years ago
Jorge Timón d45955fa09
Net: CConnman: Make some methods const 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
practicalswift 5f62e3eb63 Fix typos 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
Russell Yanofsky 87ed396159 [trivial] Add comment documenting bumpfee mapValues 8 years ago
Russell Yanofsky c4e4792c53 [Qt] Change RBF checkbox to reflect -walletrbf setting 8 years ago
Jonas Schnelli 838a58e7ca [Qt] Add simple optin-RBF checkbox and confirmation info 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
Jonas Schnelli 0165a56f20
Refactor ZapWalletTxes to avoid layer vialotions 8 years ago
Lauda be31a2b363 [Trivial] Update license year range to 2017 8 years ago
Jonas Schnelli 568c05a591 Allow to opt-into RBF when creating a transaction 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
practicalswift 8455e367fe [test] Avoid reading a potentially uninitialized variable in tx_invalid-test 8 years ago
Jeremy Rubin e2073424fd Fix CCheckQueue IsIdle (potential) race condition and remove dangerous constructors. 8 years ago
Matt Corallo 003cd60cc3 Add missing mempool lock for CalculateMemPoolAncestors 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
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