index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix importwallet edge case rescan bug
Russell Yanofsky
2017-05-23
2
-6
/
+65
*
Populate services in GetLocalAddress
Alex Morcos
2017-05-22
1
-1
/
+1
*
Clarify importprivkey help text with example of blank label without rescan
Warren Togami
2017-04-20
1
-0
/
+2
*
qt: translations update pre-rc2
Wladimir J. van der Laan
2017-04-14
16
-37
/
+1369
*
net: define NodeId as an int64_t
Cory Fields
2017-04-14
3
-4
/
+4
*
[rpc] rename disconnectnode argument
John Newbery
2017-04-14
1
-4
/
+4
*
Bump version to 0.14.1
Wladimir J. van der Laan
2017-04-05
1
-1
/
+1
*
Bugfix: ancestor modifed fees were incorrect for descendants
Suhas Daftuar
2017-04-05
1
-0
/
+7
*
Make threshold for flushing more conservative.
Alex Morcos
2017-04-05
2
-4
/
+7
*
Lower default memory footprint slightly
Alex Morcos
2017-04-05
1
-1
/
+1
*
Make pcoinsTip memory calculations consistent
Alex Morcos
2017-04-05
2
-3
/
+7
*
Check transaction count early in submitblock.
Gregory Maxwell
2017-04-04
1
-0
/
+4
*
Make GetWitnessCommitmentIndex callable on blocks without a coinbase txn.
Gregory Maxwell
2017-04-04
1
-3
/
+5
*
[rpc] Remove auth cookie on shutdown
practicalswift
2017-04-03
1
-0
/
+1
*
Compensate for memory peak at flush time
Pieter Wuille
2017-03-31
1
-1
/
+1
*
Merge #10127: [0.14 backport] Mining: Prevent slowdown in CreateNewBlock on l...
Wladimir J. van der Laan
2017-03-31
2
-8
/
+43
|
\
|
*
Update benchmarking with package statistics
Suhas Daftuar
2017-03-30
2
-9
/
+19
|
*
Add benchmarking for CreateNewBlock
Suhas Daftuar
2017-03-30
1
-0
/
+7
|
*
Mining: return early when block is almost full
Suhas Daftuar
2017-03-30
1
-0
/
+18
*
|
util: Work around (virtual) memory exhaustion on 32-bit w/ glibc
Wladimir J. van der Laan
2017-03-31
1
-0
/
+14
*
|
Add tests for bitcoin-tx input checking
John Newbery
2017-03-31
1
-0
/
+32
*
|
Check stderr when testing bitcoin-tx
John Newbery
2017-03-31
2
-0
/
+16
*
|
bitcoin-tx: Fix missing range check
Awemany
2017-03-31
1
-0
/
+6
|
/
*
rpc: Rename first named arg of createrawtransaction
MarcoFalke
2017-03-27
2
-4
/
+4
*
Optimize GetWitnessHash() for non-segwit transactions
Suhas Daftuar
2017-03-27
1
-0
/
+3
*
Ensure an item exists on the rpcconsole stack before adding
Andrew Chow
2017-03-27
1
-0
/
+4
*
Trivial: Fix typo in help getrawtransaction RPC
James Evans
2017-03-27
1
-1
/
+1
*
Merge #10006: [0.14 backport] Don't require segwit in getblocktemplate for se...
Wladimir J. van der Laan
2017-03-18
4
-8
/
+18
|
\
|
*
Don't require segwit in getblocktemplate for segwit signalling or mining
Suhas Daftuar
2017-03-16
4
-8
/
+18
*
|
Add missing braces in semaphore posts in net
Matt Corallo
2017-03-17
1
-4
/
+8
*
|
Fix shutdown hang with >= 8 -addnodes set
Matt Corallo
2017-03-17
1
-4
/
+4
|
/
*
Fix importmulti returning rescan errors for wrong keys
Russell Yanofsky
2017-02-28
2
-3
/
+15
*
qt: pre-rc3 translations update
Wladimir J. van der Laan
2017-02-28
2
-11
/
+679
*
Avoid VLA in hash.h
Pieter Wuille
2017-02-28
1
-4
/
+4
*
Change bitcoin address in RPC helpaddress to an invalid address, so people do...
Marijn Stollenga
2017-02-28
2
-19
/
+19
*
Update sendfrom RPC help to correct coin selection misconception
Russell Yanofsky
2017-02-28
1
-0
/
+3
*
prevector: assert successful allocation
Cory Fields
2017-02-28
1
-0
/
+6
*
don't throw std::bad_alloc when out of memory. Instead, terminate immediately
Cory Fields
2017-02-28
1
-0
/
+16
*
tests: Fix dangling pwalletMain pointer in wallet tests
Wladimir J. van der Laan
2017-02-28
1
-0
/
+2
*
qt: pre-rc2 translations update
Wladimir J. van der Laan
2017-02-23
3
-14
/
+322
*
build: add --enable-werror option
Cory Fields
2017-02-23
1
-1
/
+1
*
[Trivial] Remove incorrect help message from gettxoutproof()
John Newbery
2017-02-22
1
-1
/
+0
*
Return errors from importmulti if complete rescans are not successful
Russell Yanofsky
2017-02-22
6
-13
/
+114
*
Fix segfault crash when shutdown the GUI in disablewallet mode
Jonas Schnelli
2017-02-21
1
-1
/
+4
*
Fix for issue #9775. Added check for open() returning a NULL pointer.
kirit93
2017-02-21
1
-7
/
+8
*
Read/write mempool.dat as a binary.
Pavel JanÃk
2017-02-21
1
-2
/
+2
*
Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activates
Luke Dashjr
2017-02-20
1
-2
/
+6
*
[wallet] Remove importmulti always-true check
Russell Yanofsky
2017-02-20
1
-1
/
+1
*
boost: remove iostreams includes
Cory Fields
2017-02-17
1
-2
/
+0
*
Move BIP70_MAX_PAYMENTREQUEST_SIZE to header
Pieter Wuille
2017-02-17
2
-3
/
+1
[next]