8850 Commits (33fadc20bae4828788d6d82c582c457adc6941e1)

Author SHA1 Message Date
Wladimir J. van der Laan 348a71701d
qt: translations update pre-rc2 8 years ago
Cory Fields 30fa231011
net: define NodeId as an int64_t 8 years ago
John Newbery 3c796026e5
[rpc] rename disconnectnode argument 8 years ago
Wladimir J. van der Laan 47d24c85b7
Bump version to 0.14.1 8 years ago
Suhas Daftuar ea060c7495
Bugfix: ancestor modifed fees were incorrect for descendants 8 years ago
Alex Morcos 0e5133cb2e
Make threshold for flushing more conservative. 8 years ago
Alex Morcos d6867689d1
Lower default memory footprint slightly 8 years ago
Alex Morcos ab864d3e49
Make pcoinsTip memory calculations consistent 8 years ago
Gregory Maxwell a44a6a15f9
Check transaction count early in submitblock. 8 years ago
Gregory Maxwell 2fea10ad03
Make GetWitnessCommitmentIndex callable on blocks without a coinbase txn. 8 years ago
practicalswift f15268db3b
[rpc] Remove auth cookie on shutdown 8 years ago
Pieter Wuille 0b5e162b84
Compensate for memory peak at flush time 8 years ago
Wladimir J. van der Laan e4c9a90fe9
util: Work around (virtual) memory exhaustion on 32-bit w/ glibc 8 years ago
John Newbery f59e3dfc59
Add tests for bitcoin-tx input checking 8 years ago
John Newbery ecc523288c
Check stderr when testing bitcoin-tx 8 years ago
Awemany 04c21afcdf
bitcoin-tx: Fix missing range check 8 years ago
Suhas Daftuar a296c6009f Update benchmarking with package statistics 8 years ago
Suhas Daftuar 10028fb555 Add benchmarking for CreateNewBlock 8 years ago
Suhas Daftuar b5c3440b05 Mining: return early when block is almost full 8 years ago
MarcoFalke 142fbb2fec rpc: Rename first named arg of createrawtransaction 8 years ago
Suhas Daftuar fc3d7db580 Optimize GetWitnessHash() for non-segwit transactions 8 years ago
Andrew Chow ddc2dd1612 Ensure an item exists on the rpcconsole stack before adding 8 years ago
James Evans 4d8e66017f Trivial: Fix typo in help getrawtransaction RPC 8 years ago
Matt Corallo 4e2502bb51 Add missing braces in semaphore posts in net 8 years ago
Matt Corallo d2548a4f97 Fix shutdown hang with >= 8 -addnodes set 8 years ago
Suhas Daftuar 569596cc51 Don't require segwit in getblocktemplate for segwit signalling or mining 8 years ago
Russell Yanofsky ad24256a65
Fix importmulti returning rescan errors for wrong keys 8 years ago
Wladimir J. van der Laan 8d2d08efaa
qt: pre-rc3 translations update 8 years ago
Pieter Wuille 1825a03f81
Avoid VLA in hash.h 8 years ago
Marijn Stollenga 289204fbe0
Change bitcoin address in RPC helpaddress to an invalid address, so people don't accidentally send coins there (like I did). 8 years ago
Russell Yanofsky 08e0690f3f
Update sendfrom RPC help to correct coin selection misconception 8 years ago
Cory Fields 775cf54d0e
prevector: assert successful allocation 8 years ago
Cory Fields 69832aaad5
don't throw std::bad_alloc when out of memory. Instead, terminate immediately 8 years ago
Wladimir J. van der Laan 50953c2aad
tests: Fix dangling pwalletMain pointer in wallet tests 8 years ago
Wladimir J. van der Laan 847e3753a6
qt: pre-rc2 translations update 8 years ago
Cory Fields 05e906dbc6
build: add --enable-werror option 8 years ago
John Newbery 9d3f9d2a59
[Trivial] Remove incorrect help message from gettxoutproof() 8 years ago
Russell Yanofsky 9072395e5f
Return errors from importmulti if complete rescans are not successful 8 years ago
Jonas Schnelli 7d75a5a93c
Fix segfault crash when shutdown the GUI in disablewallet mode 8 years ago
kirit93 e22c0671c7
Fix for issue #9775. Added check for open() returning a NULL pointer. 8 years ago
Pavel Janík 3972a8efb2
Read/write mempool.dat as a binary. 8 years ago
Luke Dashjr 6552729f38
Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activates 8 years ago
Russell Yanofsky 40c754cb38
[wallet] Remove importmulti always-true check 8 years ago
Cory Fields 2afefeade6
boost: remove iostreams includes 8 years ago
Pieter Wuille 973e345f7f
Move BIP70_MAX_PAYMENTREQUEST_SIZE to header 8 years ago
Pieter Wuille f873564231
Make KEY_SIZE a compile-time constant 8 years ago
Wladimir J. van der Laan f68e4414d7
qt: pre-rc1 translations update 8 years ago
Wladimir J. van der Laan bc69f34b35
build: bump version to 0.14.0 8 years ago
John Newbery 55c403b8fe Ensure `-maxsigcachesize` is in valid range 8 years ago
Alex Morcos 91fb506e0a Add two hour buffer to manual pruning 8 years ago