aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Merge pull request #1886 from fschade/patch-1Ross Nicoll2021-05-081-1/+4
| |/| | |/| | | | | | | Mention wallet recovery
| | * | Update .github/ISSUE_TEMPLATE.mdRoss Nicoll2021-05-081-1/+4
| | | |
| | * | Mention wallet recoveryFlorian Schade2021-05-071-1/+1
| |/ / |/| | | | | | | | in the past days a lot of wallet recovery issues popped up. To prevent those it should be mentioned in the issue template that github issues are not the correct channel for this.
* | | Merge pull request #1769 from patricklodder/1.14.3-release-flagv1.14.3Patrick Lodder2021-02-281-1/+1
|\ \ \ | | | | | | | | mark 1.14.3 as release
| * | | mark 1.14.3 as releasePatrick Lodder2021-02-271-1/+1
| | | |
* | | | Merge pull request #1775 from patricklodder/1.14.3-fix-contribPatrick Lodder2021-02-281-6/+2
|\ \ \ \ | |_|_|/ |/| | | 1.14.3 release notes fix
| * | | remove founder twitter from release notesPatrick Lodder2021-02-281-6/+0
| | | |
| * | | add last 2 contributors to release notesPatrick Lodder2021-02-281-0/+2
|/ / /
* | | Merge pull request #1774 from patricklodder/1.14.3-readmePatrick Lodder2021-02-281-24/+46
|\ \ \ | | | | | | | | Improve README.md
| * | | Update README.mdPatrick Lodder2021-02-281-1/+1
| | | | | | | | | | | | Co-authored-by: Ross Nicoll <[email protected]>
| * | | Improve README.mdfluteds2021-02-281-24/+46
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed dead image links. - Updated Travis ci badge link to direct to the master branch and the new Travis website url. - Added Emojis to headers for clarity and to get the feel of dogecoin for newcomers. - Bolded some sub headers for clarity. e.g. block reward sections. - Code formatting. plodder: cherry pick notes: - Cherry-picked and sanitized to resolve conflicts - fixed some very long lines - removed tip4commit - changed header for mining/subsidy info
* | | Merge pull request #1771 from dogecoin/michilumin-key-addPatrick Lodder2021-02-281-0/+53
|\ \ \ | | | | | | | | michilumin key
| * | | michilumin keyMichi Lumin2021-02-271-0/+53
|/ / / | | | | | | adding my key to repo
* | | Merge pull request #1770 from patricklodder/1.14.3-url-sanity-checkRoss Nicoll2021-02-271-2/+3
|\ \ \ | | | | | | | | [qt] only allow https explorer links
| * | | [qt] only allow https explorer linksPatrick Lodder2021-02-271-2/+3
| |/ / | | | | | | | | | As reported by Fabian Braeunlein of PS Positive Security GmbH
* | | Formatting in "Development Tips and Tricks" (#1766)leuqarte2021-02-271-9/+9
| | | | | | | | | * Formatting in "Development Tips and Tricks"
* | | 1.14.3 release documentation (#1733)Ross Nicoll2021-02-276-493/+581
| | | | | | | | | | | | | | | | | | | | | * Update credits for 1.14.2 to 1.14.3 * Refresh release notes * Refresh man pages * Move 1.14.2 release notes to archive * Remove Bitcoin 0.14.2 to 0.14.3 credits (covered in previous release notes)
* | | Replace Bitcoin seed nodes with Dogecoin nodes (#1746)Ross Nicoll2021-02-271-1175/+354
|/ /
* | Merge pull request #1762 from DemonRx/ignore-proxy-connection-errorPatrick Lodder2021-02-241-18/+34
|\ \ | | | | | | [netbase] Do not print an error on connection timeouts through proxy
| * | ignore-proxy-connection-errorDemon2021-02-231-18/+34
| | |
* | | Merge pull request #1757 from langerhans/1.14.3-listunspent-queryPatrick Lodder2021-02-234-18/+82
|\ \ \ | | | | | | | | Add query options to listunspent RPC call
| * | | fixed listunspent rpc convert parametertnaka2021-02-221-0/+1
| | | |
| * | | Add query options to listunspent rpc callPedro Branco2021-02-224-18/+81
|/ / /
* | | Merge pull request #1638 from patricklodder/1.14.3-locale-sortingPatrick Lodder2021-02-221-1/+1
|\ \ \ | | | | | | | | Locale independent sorting
| * | | Locale independent sortingReiner Herrmann2021-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Some locales sort differently, which causes a different order of files, which leads to an unreproducible build. Sort the files always with the C locale.
* | | | Update chainparams.cpp (#1751)Carsen Klock2021-02-211-3/+0
| | | | | | | | | | | | Removed Denarius (D) seeders for Dogecoin.
* | | | Bump version to 1.14.3 (#1745)Ross Nicoll2021-02-182-4/+4
| | | | | | | | | | | | | | | | * Bump version to 1.14.3 * Update copyright year and release status
* | | | Merge pull request #1707 from eltociear/patch-2Patrick Lodder2021-02-171-1/+1
|\ \ \ \ | | | | | | | | | | [wallet] fix typo in rpcwallet.cpp
| * | | | [wallet] fix typo in rpcwallet.cppIkko Ashimine2021-02-061-1/+1
| | | | | | | | | | | | | | | replacable -> replaceable
* | | | | Merge pull request #1741 from luisschubert/patch-1Patrick Lodder2021-02-161-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Docs Update build-osx.md for Mac install
| * | | | | Update build-osx.md for Mac install Luis-Johannes Schubert2021-02-151-1/+1
| | |_|/ / | |/| | | | | | | | --c++11 no longer needed and needs to be removed.
* | | | | Merge pull request #1676 from shibe2/skipcheckpowRoss Nicoll2021-02-155-22/+22
|\ \ \ \ \ | | | | | | | | | | | | Don't recompute AuxPoW when serving peer requests
| * | | | | Don't re-check AuxPoW when sending data to peersShibe2021-02-085-22/+22
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Checking scrypt PoW is expensive and needless in this case. All block headers are already checked when they are accepted, and they will be checked again on the receiving end.
* | | | | Merge pull request #1655 from John-Gee/1.14.3-devMax K2021-02-1413-77/+218
|\ \ \ \ \ | | | | | | | | | | | | Build on recent Linux
| * | | | | Fixed for Qt 5John-Gee2021-02-021-0/+1
| | | | | |
| * | | | | Fix for Boost 1.74John-Gee2021-02-0212-77/+217
| | |_|/ / | |/| | |
* | | | | Merge pull request #1731 from rnicoll/1.14-3-checkpointsPatrick Lodder2021-02-141-9/+24
|\ \ \ \ \ | | | | | | | | | | | | 1.14.3 checkpoints
| * | | | | Add testnet checkpointsRoss Nicoll2021-02-141-4/+13
| | | | | |
| * | | | | Add live checkpointsRoss Nicoll2021-02-141-5/+11
|/ / / / /
* | | | | Merge pull request #1734 from patricklodder/fixate-bip65Max K2021-02-144-27/+9
|\ \ \ \ \ | |_|/ / / |/| | | | Fixate BIP65 softfork heights
| * | | | Fixate BIP65 softfork heightsPatrick Lodder2021-02-134-27/+9
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Re-introduce Params.BIP65Height - Fixate block 1854705 for testnet - Fixate block 3464751 for mainnet - Fixate block 1351 for regtest - Stop using IsSuperMajority() in validation for BIP65 - Simplify RPC SoftForkMajorityDesc
* | | | Merge pull request #1705 from rnicoll/block-download-timeoutPatrick Lodder2021-02-082-5/+5
|\ \ \ \ | | | | | | | | | | Adapt block download timeouts to Dogecoin
| * | | | Revert ltc_scrypt -> litecoin_scryptRoss Nicoll2021-02-081-2/+2
| | | | |
| * | | | Halve timeoutsRoss Nicoll2021-02-072-6/+6
| | | | |
| * | | | Adapt block download timeouts to DogecoinRoss Nicoll2021-02-052-3/+3
| |/ / / | | | | | | | | | | | | | | | | Block download timeouts are expressed as a fraction of block interval time, so Dogecoin values have been too aggressive. Matching Bitcoin values as a starting point.
* | | | Merge pull request #1706 from slightlyskepticalpotat/masterPatrick Lodder2021-02-071-1/+1
|\ \ \ \ | |/ / / |/| | | fix minimum required space for data directory
| * | | Update src/qt/intro.cppAnthony Chen2021-02-061-1/+1
| | | | | | | | | | | | Co-authored-by: Ross Nicoll <[email protected]>
| * | | fix minimum required space for data directoryAnthony Chen2021-02-051-1/+1
| |/ /
* | | Merge pull request #1669 from carsenk/masterPatrick Lodder2021-02-011-0/+3
|\ \ \ | | | | | | | | New DNS Seeders for DOGE
| * | | Removed CommentsCarsen Klock2021-01-301-2/+2
| | | | | | | | | | | | | | | | | | | | Doges, just do not forgot who made Dogecoin great again DENARIUS (D) https://denarius.io