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
*
Handle legacy v2 block at #66064
Ross Nicoll
2019-07-13
1
-1
/
+3
*
Correct PoW calculation logic to use locally calculated difficulty
Ross Nicoll
2019-07-13
1
-3
/
+3
*
Sync changes from Dogecoin 1.10
Ross Nicoll
2019-07-13
5
-5
/
+38
*
Merge AuxPoW support from Namecore
Ross Nicoll
2019-07-13
38
-159
/
+1903
*
Add Dogecoin difficulty calculations
Ross Nicoll
2019-04-28
4
-4
/
+157
*
Correct build and test net seed
Ross Nicoll
2019-04-28
2
-2
/
+2
*
Replace test data with Dogecoin values
Ross Nicoll
2019-04-03
16
-733
/
+748
*
Add Dogecoin block subsidy calculations.
Ross Nicoll
2019-04-03
7
-2
/
+160
*
Replace consensus values with Dogecoin equivalents
Ross Nicoll
2019-04-03
10
-103
/
+120
*
Litecoin: Fix zeitgeist2 attack thanks to Lolcust and ArtForz. This fixes an ...
coblee
2019-04-03
1
-1
/
+7
*
Scrypt n=1024 PoW hash
Ross Nicoll
2019-04-03
17
-8
/
+517
*
Merge #14889: [0.17] Backport #14424 (Stop requiring imported pubkey to sign ...
Wladimir J. van der Laan
2018-12-07
1
-7
/
+7
|
\
|
*
Stop requiring imported pubkey to sign non-PKH schemes
Pieter Wuille
2018-12-07
1
-7
/
+7
*
|
Merge #14880: 0.17: Backport #14453
MarcoFalke
2018-12-06
1
-8
/
+12
|
\
\
|
*
|
rpc: Fix wallet unload during walletpassphrase timeout
João Barbosa
2018-12-05
1
-8
/
+12
|
|
/
*
/
fix converttopsbt permitsigdata arg, add basic test
Gregory Sanders
2018-12-05
1
-1
/
+1
|
/
*
Refactor PSBTInput signing to enforce invariant
Glenn Willen
2018-12-03
2
-25
/
+37
*
Simplify arguments to SignPSBTInput
Glenn Willen
2018-12-03
6
-9
/
+10
*
Add bool PSBTInputSigned
Glenn Willen
2018-12-03
3
-4
/
+14
*
New PartiallySignedTransaction constructor from CTransction
Glenn Willen
2018-12-03
3
-8
/
+8
*
Remove redundant txConst parameter to FillPSBT
Glenn Willen
2018-12-03
3
-21
/
+9
*
More concise conversion of CDataStream to string
Glenn Willen
2018-12-03
2
-4
/
+4
*
check that a separator is found for psbt inputs, outputs, and global map
Andrew Chow
2018-12-03
1
-3
/
+27
*
Merge #14196: [0.17][psbt] always drop the unnecessary utxo and convert non-w...
MarcoFalke
2018-12-01
1
-2
/
+9
|
\
|
*
Convert non-witness UTXOs to witness if witness sig created
Andrew Chow
2018-09-11
1
-0
/
+7
|
*
Drop the unnecessary UTXO based on the UTXOs present, not on earlier wallet t...
Andrew Chow
2018-09-11
1
-2
/
+2
*
|
CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown change
Gregory Sanders
2018-11-30
3
-1
/
+55
*
|
Remove stale comment in CalculateMaximumSignedInputSize
Gregory Sanders
2018-11-30
1
-2
/
+0
*
|
Add SAFE_CHARS[SAFE_CHARS_URI]: Chars allowed in URIs (RFC 3986)
practicalswift
2018-11-29
3
-1
/
+3
*
|
rpc: Make HTTP RPC debug logging more informative
practicalswift
2018-11-29
1
-3
/
+7
*
|
add test demonstrating addrLocal UB
Kaz Wesley
2018-11-29
1
-0
/
+38
*
|
fix uninitialized read when stringifying an addrLocal
Kaz Wesley
2018-11-29
2
-2
/
+1
*
|
Throw error if CPubKey is invalid during PSBT keypath serialization
Gregory Sanders
2018-11-29
1
-0
/
+3
*
|
Bugfix: RPC: Add address_type named param for createmultisig
Luke Dashjr
2018-11-29
1
-1
/
+1
*
|
Fix listreceivedbyaddress not taking address as a string
Eric Scrivner
2018-11-28
1
-1
/
+0
*
|
wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateT...
practicalswift
2018-11-28
1
-0
/
+2
*
|
disallow oversized CBlockHeaderAndShortTxIDs
Kaz Wesley
2018-11-28
1
-0
/
+3
*
|
fix a deserialization overflow edge case
Kaz Wesley
2018-11-28
1
-3
/
+3
*
|
add a test demonstrating an overflow in a deserialization edge case
Kaz Wesley
2018-11-28
1
-0
/
+45
*
|
[wallet] Ensure wallet is unlocked before signing
gustavonalle
2018-11-28
1
-0
/
+2
*
|
Merge #14441: [wallet] Backport(0.17): Restore ability to list incoming trans...
Wladimir J. van der Laan
2018-11-10
1
-8
/
+15
|
\
\
|
*
|
[wallet] Restore ability to list incoming transactions by label
Russell Yanofsky
2018-10-10
1
-8
/
+15
*
|
|
qt: Revert "Force TLS1.0+ for SSL connections"
Tim Ruffing
2018-11-06
1
-8
/
+0
*
|
|
Merge #14566: 0.17: qa backports
MarcoFalke
2018-10-28
2
-0
/
+23
|
\
\
\
|
*
|
|
Disable wallet and address book Qt tests on macOS minimal platform
Russell Yanofsky
2018-10-24
2
-0
/
+23
|
|
/
/
*
/
/
[doc] getblocktemplate: use SegWit in example
Sjors Provoost
2018-10-18
1
-2
/
+2
|
/
/
*
/
Fix crash bug with duplicate inputs within a transaction
Suhas Daftuar
2018-09-17
1
-1
/
+1
|
/
*
Replace duplcate reference with reference to reference doc
Pieter Wuille
2018-09-06
1
-49
/
+2
*
Adjust TODO link
Pieter Wuille
2018-09-06
1
-1
/
+1
*
util: Report parse errors in configuration file
Wladimir J. van der Laan
2018-09-06
1
-5
/
+18
[next]