aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1546 from rnicoll/1.17-auxpow1.17-devMax K2019-07-1448-178/+2499
|\
| * Handle legacy v2 block at #66064Ross Nicoll2019-07-131-1/+3
| * Correct PoW calculation logic to use locally calculated difficultyRoss Nicoll2019-07-131-3/+3
| * Sync changes from Dogecoin 1.10Ross Nicoll2019-07-135-5/+38
| * Merge AuxPoW support from NamecoreRoss Nicoll2019-07-1342-164/+2292
| * Update dependency builder and its packages to be ready for Dogecoin specificslangerhans2019-04-284-10/+15
| * Add Dogecoin difficulty calculationsRoss Nicoll2019-04-284-4/+157
|/
* Correct build and test net seedRoss Nicoll2019-04-282-2/+2
* Replace test data with Dogecoin valuesRoss Nicoll2019-04-0316-733/+748
* Add Dogecoin block subsidy calculations.Ross Nicoll2019-04-037-2/+160
* Replace consensus values with Dogecoin equivalentsRoss Nicoll2019-04-0310-103/+120
* Update DB version to 5.1Ross Nicoll2019-04-034-17/+100
* Litecoin: Fix zeitgeist2 attack thanks to Lolcust and ArtForz. This fixes an ...coblee2019-04-031-1/+7
* Scrypt n=1024 PoW hashRoss Nicoll2019-04-0317-8/+517
* doc: Fill in authors and changelog for 0.17.1 release notesWladimir J. van der Laan2018-12-071-20/+81
* Merge #14889: [0.17] Backport #14424 (Stop requiring imported pubkey to sign ...Wladimir J. van der Laan2018-12-071-7/+7
|\
| * Stop requiring imported pubkey to sign non-PKH schemesPieter Wuille2018-12-071-7/+7
* | Merge #14880: 0.17: Backport #14453MarcoFalke2018-12-062-8/+21
|\ \
| * | qa: Ensure wallet unload during walletpassphrase timeoutJoão Barbosa2018-12-061-0/+9
| * | rpc: Fix wallet unload during walletpassphrase timeoutJoão Barbosa2018-12-051-8/+12
* | | Merge #14878: 0.17: Further backportsWladimir J. van der Laan2018-12-062-1/+4
|\ \ \ | |_|/ |/| |
| * | fix converttopsbt permitsigdata arg, add basic testGregory Sanders2018-12-052-1/+4
| |/
* / build: bump version to 0.17.1Wladimir J. van der Laan2018-12-065-16/+16
|/
* Merge #14780: PSBT backports to 0.17MarcoFalke2018-12-058-73/+161
|\
| * Add test for conversion from non-witness to witness UTXOPieter Wuille2018-12-031-1/+46
| * Add regression test for PSBT signing bug #14473Glenn Willen2018-12-031-0/+7
| * Refactor PSBTInput signing to enforce invariantGlenn Willen2018-12-032-25/+37
| * Simplify arguments to SignPSBTInputGlenn Willen2018-12-036-9/+10
| * Add bool PSBTInputSignedGlenn Willen2018-12-033-4/+14
| * New PartiallySignedTransaction constructor from CTransctionGlenn Willen2018-12-033-8/+8
| * Remove redundant txConst parameter to FillPSBTGlenn Willen2018-12-033-21/+9
| * More concise conversion of CDataStream to stringGlenn Willen2018-12-032-4/+4
| * check that a separator is found for psbt inputs, outputs, and global mapAndrew Chow2018-12-032-4/+29
|/
* Merge #14196: [0.17][psbt] always drop the unnecessary utxo and convert non-w...MarcoFalke2018-12-011-2/+9
|\
| * Convert non-witness UTXOs to witness if witness sig createdAndrew Chow2018-09-111-0/+7
| * Drop the unnecessary UTXO based on the UTXOs present, not on earlier wallet t...Andrew Chow2018-09-111-2/+2
* | Merge #14851: [backport] fix assert crash when specified change output spend ...MarcoFalke2018-11-304-3/+59
|\ \
| * | CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown changeGregory Sanders2018-11-304-1/+59
| * | Remove stale comment in CalculateMaximumSignedInputSizeGregory Sanders2018-11-301-2/+0
* | | Merge #14852: 0.17 backport: [tests] Add wallet_balance.pyMarcoFalke2018-11-303-13/+134
|\ \ \ | |/ / |/| |
| * | [tests] Add wallet_balance.pyJohn Newbery2018-11-303-13/+134
|/ /
* | Merge #14835: [0.17] Further BackportsMarcoFalke2018-11-3010-10/+59
|\ \
| * | qa: Avoid race in p2p_invalid_block by waiting for the block requestMarcoFalke2018-11-301-4/+4
| * | Add SAFE_CHARS[SAFE_CHARS_URI]: Chars allowed in URIs (RFC 3986)practicalswift2018-11-293-1/+3
| * | rpc: Make HTTP RPC debug logging more informativepracticalswift2018-11-291-3/+7
| * | add test demonstrating addrLocal UBKaz Wesley2018-11-291-0/+38
| * | fix uninitialized read when stringifying an addrLocalKaz Wesley2018-11-292-2/+1
| * | Throw error if CPubKey is invalid during PSBT keypath serializationGregory Sanders2018-11-291-0/+3
| * | Bugfix: RPC: Add address_type named param for createmultisigLuke Dashjr2018-11-291-1/+1
| * | gui: explicitly disable "Dark Mode" appearance on macOSfanquake2018-11-291-0/+3
|/ /