aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-1338-159/+1903
* 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
* 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
* 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-061-8/+12
|\ \
| * | rpc: Fix wallet unload during walletpassphrase timeoutJoão Barbosa2018-12-051-8/+12
| |/
* / fix converttopsbt permitsigdata arg, add basic testGregory Sanders2018-12-051-1/+1
|/
* 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-031-3/+27
* 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
* | CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown changeGregory Sanders2018-11-303-1/+55
* | Remove stale comment in CalculateMaximumSignedInputSizeGregory Sanders2018-11-301-2/+0
* | 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
* | Fix listreceivedbyaddress not taking address as a stringEric Scrivner2018-11-281-1/+0
* | wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateT...practicalswift2018-11-281-0/+2
* | disallow oversized CBlockHeaderAndShortTxIDsKaz Wesley2018-11-281-0/+3
* | fix a deserialization overflow edge caseKaz Wesley2018-11-281-3/+3
* | add a test demonstrating an overflow in a deserialization edge caseKaz Wesley2018-11-281-0/+45
* | [wallet] Ensure wallet is unlocked before signinggustavonalle2018-11-281-0/+2
* | Merge #14441: [wallet] Backport(0.17): Restore ability to list incoming trans...Wladimir J. van der Laan2018-11-101-8/+15
|\ \
| * | [wallet] Restore ability to list incoming transactions by labelRussell Yanofsky2018-10-101-8/+15
* | | qt: Revert "Force TLS1.0+ for SSL connections"Tim Ruffing2018-11-061-8/+0
* | | Merge #14566: 0.17: qa backportsMarcoFalke2018-10-282-0/+23
|\ \ \
| * | | Disable wallet and address book Qt tests on macOS minimal platformRussell Yanofsky2018-10-242-0/+23
| |/ /
* / / [doc] getblocktemplate: use SegWit in exampleSjors Provoost2018-10-181-2/+2
|/ /
* / Fix crash bug with duplicate inputs within a transactionSuhas Daftuar2018-09-171-1/+1
|/
* Replace duplcate reference with reference to reference docPieter Wuille2018-09-061-49/+2
* Adjust TODO linkPieter Wuille2018-09-061-1/+1
* util: Report parse errors in configuration fileWladimir J. van der Laan2018-09-061-5/+18