8918 Commits (72fb5158b1c8bd85c2bccc87ba814170a0095d34)

Author SHA1 Message Date
Wladimir J. van der Laan 29c53289a9 bench: Fix initialization order in registration 8 years ago
John Newbery 9949ebfa6a [Trivial] Remove incorrect help message from gettxoutproof() 8 years ago
practicalswift a47da4b6fe Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0; 8 years ago
Cory Fields 9a0b784dea net: add a lock around hSocket 8 years ago
Cory Fields 45e2e08561 net: rearrange so that socket accesses can be grouped together 8 years ago
Gregory Maxwell ac719c936d Init ECC context for test_bitcoin_fuzzy. 8 years ago
Matt Corallo 2a962d4540 Fixup style a bit by moving { to the same line as if statements 8 years ago
Matt Corallo 7b2d96b634 Access WorkQueue::running only within the cs lock. 8 years ago
Matt Corallo 8465631845 Always enforce lock strict lock ordering (try or not) 8 years ago
Matt Corallo fd13eca147 Lock cs_vSend and cs_inventory in a consistent order even in TRY 8 years ago
Russell Yanofsky 4ec057dfa7 [wallet] Set correct metadata on bumpfee wallet transactions 8 years ago
Matt Corallo 922bea90c2 Better handle invalid parameters to signrawtransaction 8 years ago
Matt Corallo 7ea0ad539f Fail in DecodeHexTx if there is extra data at the end 8 years ago
Cory Fields 08bb6f4ed4 net: log an error rather than asserting if send version is misused 8 years ago
Cory Fields 7a8c251901 net: Disallow sending messages until the version handshake is complete 8 years ago
Cory Fields 12752af0cc net: don't run callbacks on nodes that haven't completed the version handshake 8 years ago
Cory Fields 2046617b5e net: deserialize the entire version message locally 8 years ago
Luke Dashjr 9fc7f0bce9 Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activates 8 years ago
Matt Corallo 80ff0344ae Dont deserialize nVersion into CNode, should fix #9212 8 years ago
Matt Corallo 885cfdd217 Fix super-unlikely race introduced in 236618061a 8 years ago
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
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
Alex Morcos 094e4b3383 Better document usage of SyncTransaction 8 years ago
Alex Morcos 4afbde6028 Introduce MemPoolConflictRemovalTracker 8 years ago