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
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
*
[depends] miniupnpc 2.0.20170509
fanquake
2017-05-17
1
-2
/
+2
*
doc: clean out release notes
Wladimir J. van der Laan
2017-04-22
2
-95
/
+148
*
Merge #10232: [0.14] release-notes: Accurately explain getblocktemplate impro...
Wladimir J. van der Laan
2017-04-20
1
-8
/
+12
|
\
|
*
release-notes: Accurately explain getblocktemplate improvements
Luke Dashjr
2017-04-19
1
-8
/
+12
*
|
Clarify importprivkey help text with example of blank label without rescan
Warren Togami
2017-04-20
1
-0
/
+2
|
/
*
doc: Update release notes pre-rc2
Wladimir J. van der Laan
2017-04-14
1
-3
/
+12
*
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
*
Merge #10185: [0.14] Mention dbcache memory changes in release notes
Wladimir J. van der Laan
2017-04-13
1
-0
/
+18
|
\
|
*
Mention dbcache memory changes in 0.14.1 release notes
Suhas Daftuar
2017-04-12
1
-0
/
+18
|
/
*
Merge #10157: [0.14] Fix the mempool_packages.py test
Wladimir J. van der Laan
2017-04-06
1
-2
/
+2
|
\
|
*
[qa] Fix mempool_packages.py for the 0.14 branch
Suhas Daftuar
2017-04-05
1
-2
/
+2
*
|
Merge #10158: Add some more release notes for 0.14.1.
Wladimir J. van der Laan
2017-04-06
1
-1
/
+16
|
\
\
|
*
|
Add some more release notes for 0.14.1.
Gregory Maxwell
2017-04-05
1
-1
/
+16
|
/
/
*
|
doc: Remove release note about release notes
Wladimir J. van der Laan
2017-04-05
1
-1
/
+0
*
|
doc: Update release notes for 0.14.1
Wladimir J. van der Laan
2017-04-05
1
-11
/
+45
|
/
*
Bump version to 0.14.1
Wladimir J. van der Laan
2017-04-05
5
-5
/
+5
*
Bugfix: ancestor modifed fees were incorrect for descendants
Suhas Daftuar
2017-04-05
1
-0
/
+7
*
Test prioritisetransaction and ancestor fee state
Suhas Daftuar
2017-04-05
1
-0
/
+12
*
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
2
-0
/
+22
*
|
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
|
/
*
Merge #10101: [0.14] backports
Wladimir J. van der Laan
2017-03-29
6
-7
/
+23
|
\
|
*
doc: Add release notes for RPC createraw break
MarcoFalke
2017-03-27
1
-1
/
+8
|
*
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
|
*
depends: fix zlib build on osx
Cory Fields
2017-03-27
1
-1
/
+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 #10094: 0.14: Clear release notes
Wladimir J. van der Laan
2017-03-27
1
-832
/
+13
|
\
|
*
0.14: Clear release notes
MarcoFalke
2017-03-27
1
-832
/
+13
|
/
*
Merge #10006: [0.14 backport] Don't require segwit in getblocktemplate for se...
Wladimir J. van der Laan
2017-03-18
6
-27
/
+73
|
\
|
*
Test transaction selection when gbt called without segwit support
Suhas Daftuar
2017-03-16
1
-6
/
+49
|
*
Don't require segwit in getblocktemplate for segwit signalling or mining
Suhas Daftuar
2017-03-16
6
-25
/
+28
*
|
Merge #10013: Fix shutdown hang with >= 8 -addnodes set (0.14 backport)
Wladimir J. van der Laan
2017-03-18
1
-6
/
+10
|
\
\
|
|
/
|
/
|
[next]