aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add warning log message if overriding -blockmintxfeeRoss Nicoll2021-07-111-2/+7
* Ignore unsigned overflow warningsRoss Nicoll2021-07-092-0/+6
* Replace HMAC_SHA256 with Bitcoin's versionRoss Nicoll2021-07-092-333/+25
* Fix compilation error in fuzz codeRoss Nicoll2021-07-091-1/+2
* Correct signedness of expected data in dogecoin_testsRoss Nicoll2021-07-091-6/+6
* Cap maximum feeRoss Nicoll2021-07-095-11/+25
* Rewrite subsidy limit testsRoss Nicoll2021-07-091-19/+39
* Disable generating BECH32 addresses from the UIRoss Nicoll2021-06-121-0/+3
* Generate legacy addresses by defaultRoss Nicoll2021-06-121-1/+1
* Merge pull request #2259 from rnicoll/1.21-node-contextRoss Nicoll2021-06-126-7/+14
|\
| * Remove separate node and wallet contextsRoss Nicoll2021-06-095-6/+6
| * Directly include NodeContext instead of defining itRoss Nicoll2021-06-091-2/+2
| * Add node context to wallet RPC request objectRoss Nicoll2021-06-096-7/+14
* | Change count type used by `gettxoutsetinfo`Ross Nicoll2021-06-084-1/+30
|/
* Switch naming of AuxPoW activation to match BIPxxHeight styleRoss Nicoll2021-06-082-17/+5
* Introduce AuxPoW chain parametersRoss Nicoll2021-06-052-0/+33
* Merge pull request #2238 from rnicoll/1.21-dont-send-alertPatrick Lodder2021-06-031-4/+3
|\
| * Update src/net_processing.cppRoss Nicoll2021-06-031-2/+1
| * Stop sending a Bitcoin alert to Dogecoin clientsRoss Nicoll2021-06-031-2/+2
* | Merge pull request #2222 from rnicoll/1.21-italianPatrick Lodder2021-06-031-2/+2
|\ \ | |/ |/|
| * Apply suggestions from language reviewRoss Nicoll2021-06-031-2/+2
| * Articols matter in ItalianMarco2021-05-301-1/+1
* | Remove default SignetRoss Nicoll2021-06-022-56/+16
* | Replace consensus values with Dogecoin equivalentsRoss Nicoll2021-06-0218-89/+111
* | crypto: Add scrypt N=1024 PoWbarrystyle2021-05-305-12/+255
* | Litecoin: Add scrypt N=1024 PoWshaolinfry2021-05-3014-8/+601
* | Add Dogecoin block subsidiesRoss Nicoll2021-05-3013-21/+144
|/
* Merge pull request #1977 from rnicoll/1.21-difficultyPatrick Lodder2021-05-296-7/+225
|\
| * Introduce Dogecoin difficulty calculationsRoss Nicoll2021-05-296-7/+225
* | Update port numbersRoss Nicoll2021-05-293-8/+8
* | Merge pull request #2204 from rnicoll/1.21-forksPatrick Lodder2021-05-291-12/+14
|\ \
| * | Replace feature enablement blocksRoss Nicoll2021-05-291-12/+14
| |/
* / Update min chain work and assume validRoss Nicoll2021-05-291-4/+4
|/
* Merge pull request #1988 from rnicoll/1.21-message-headersPatrick Lodder2021-05-281-8/+8
|\
| * Switch to Dogecoin message headerRoss Nicoll2021-05-251-8/+8
* | Merge pull request #2198 from rnicoll/1.21-disable-segwit-csvPatrick Lodder2021-05-281-4/+4
|\ \
| * | Disable CSV and SegWit on DogecoinRoss Nicoll2021-05-281-4/+4
| |/
* | Merge pull request #1990 from rnicoll/1.21-checkpointsPatrick Lodder2021-05-281-22/+41
|\ \
| * | Add testnet checkpointsRoss Nicoll2021-05-251-5/+18
| * | Add live checkpointsRoss Nicoll2021-05-251-17/+23
| |/
* / Replace Bitcoin seed nodes with Dogecoin nodesRoss Nicoll2021-05-251-1171/+354
|/
* Update SigNet PoW limit to Scrypt valueRoss Nicoll2021-05-201-1/+1
* Litecoin: Fix zeitgeist2 attack thanks to Lolcust and ArtForz. This fixes an ...coblee2021-05-201-1/+7
* Update max money to 10 billionRoss Nicoll2021-05-201-1/+1
* Make assume valid minimum interval per-chain configurableRoss Nicoll2021-05-203-1/+7
* Change regtest block interval to match DogecoinRoss Nicoll2021-05-201-2/+2
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-2022-66/+99
* Update miner confirmation windowRoss Nicoll2021-05-203-16/+16
* Adjust download timeouts to handle shorter block interval (#1866)Ross Nicoll2021-05-171-4/+4
* 1.21 key prefix (#1710)Ross Nicoll2021-03-0412-697/+696