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
...
*
|
|
|
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
*
|
|
|
Make KEY_SIZE a compile-time constant
Pieter Wuille
2017-02-17
1
-1
/
+1
*
|
|
|
qt: pre-rc1 translations update
Wladimir J. van der Laan
2017-02-17
7
-29
/
+1103
*
|
|
|
build: bump version to 0.14.0
Wladimir J. van der Laan
2017-02-17
1
-3
/
+3
*
|
|
|
Merge #9761: Use 2 hour grace period for key timestamps in importmulti rescans
Wladimir J. van der Laan
2017-02-17
1
-2
/
+3
|
\
\
\
\
|
*
|
|
|
Use 2 hour grace period for key timestamps in importmulti rescans
Russell Yanofsky
2017-02-16
1
-2
/
+3
*
|
|
|
|
Merge #9778: Add two hour buffer to manual pruning
Wladimir J. van der Laan
2017-02-17
1
-2
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Add two hour buffer to manual pruning
Alex Morcos
2017-02-16
1
-2
/
+4
|
|
/
/
/
/
*
|
|
|
|
Merge #9779: Update nMinimumChainWork and defaultAssumeValid.
Wladimir J. van der Laan
2017-02-17
1
-4
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Update nMinimumChainWork and defaultAssumeValid.
Gregory Maxwell
2017-02-16
1
-4
/
+4
|
|
/
/
/
/
[prev]
[next]