| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add functionality to generate auxpow blocks in regtest | MD Islam | 2021-05-25 | 3 | -18/+55 |
| | | | | | | | | | | This roughly reverts the work done here that disabled auxpow generation in regtest: https://github.com/dogecoin/dogecoin/pull/1431/files\#diff-ccc24453c13307f815879738d3bf00eec351417537fbf10dde1468180cacd2f1R127-R137 This is a pretty severe functionality change since auxpow is critical to Dogecoin and wallet integrators need to be able to parse the extra data in auxpow blocks. For future wallet integrators: Dogecoin follows similar schemes as Namecoin for the merged mining support and the spec is here: https://en.bitcoin.it/wiki/Merged_mining_specification pr review: GetHash -> GetPoWHash | ||||
| * | Merge pull request #1908 from chromatic/sync-screen-negative-gh1902 | Patrick Lodder | 2021-05-24 | 1 | -4/+5 |
| |\ | | | | | Qt: Show only useful estimates on sync screen | ||||
| | * | Skip expected remaining sync time without estimate | chromatic | 2021-05-21 | 1 | -3/+4 |
| | | | | | | | | | See GH#1902. | ||||
| | * | Disallow negative progress increase per hour % | chromatic | 2021-05-21 | 1 | -1/+1 |
| | | | | | | | | | See GH#1902. | ||||
| * | | Add GUI to import private keys | chromatic | 2021-05-23 | 10 | -0/+468 |
| |/ | | | | | | | | | | | | | Addresses GH #1808. There are several possible future improvements: * add a new icon for key import * reduce duplication of code between the RPC private key importer and the GUI private key importer * improving error messages for various error states | ||||
| * | Merge pull request #1935 from creekhu/minor-fix-in-chinese-translation | Ross Nicoll | 2021-05-17 | 1 | -8/+4 |
| |\ | | | | | trivial: a minor fix in Chinese translation and several styling fixes | ||||
| | * | trivial: a minor fix in Chinese translation and several minor styling fixes | creekhu | 2021-05-15 | 1 | -8/+4 |
| | | | |||||
| * | | Merge pull request #1956 from motz0815/patch-1 | Ross Nicoll | 2021-05-17 | 1 | -1/+1 |
| |\ \ | |/ |/| | [Trivial] Fix German grammar error | ||||
| | * | Fix German grammar error | motz0815 | 2021-05-16 | 1 | -1/+1 |
| | | | | | | | The sentence at line 890 isn't complete without the word "hat" at the end. | ||||
| * | | Merge pull request #1844 from pmzajaczkowski/fixing-polish-translations | Patrick Lodder | 2021-05-05 | 1 | -45/+45 |
| |\ \ | | | | | | | Fixed typos and enhanced messages for Polish translation | ||||
| | * | | Applied suggested change in translation (related to pruning message) | Piotr Zajączkowski | 2021-05-02 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fixed additional typo. Unified all 'dogecoin' to 'Dogecoin' occurrences in ↵ | Piotr Zajączkowski | 2021-05-02 | 1 | -13/+13 |
| | | | | | | | | | | | | | translations. | ||||
| | * | | Fixed typos and enhanced messages for Polish translation | Piotr Zajączkowski | 2021-04-22 | 1 | -35/+35 |
| | |/ | | | | | Fixed multiple typos (duplicated spaces, misspelled words, etc.) and introduced new messages which were previously not translated to Polish. Also removed couple of redundant numerusforms. | ||||
| * | | optimise imgs (only src/qt/res/) | cg | 2021-05-01 | 65 | -639/+18 |
| | | | |||||
| * | | Merge pull request #1858 from eltociear/patch-3 | Patrick Lodder | 2021-04-29 | 1 | -1/+1 |
| |\ \ | | | | | | | Refactor: fix typo in validation.cpp | ||||
| | * | | Refactor: fix typo in validation.cpp | Ikko Ashimine | 2021-04-27 | 1 | -1/+1 |
| | |/ | | | | | inadvertantly -> inadvertently | ||||
| * | | Merge pull request #1835 from chromatic/fix-importprivkey-doc | Patrick Lodder | 2021-04-19 | 1 | -1/+1 |
| |\ \ | | | | | | | Switch `bitcoinprivkey` to `dogecoinprivkey` | ||||
| | * | | Switch `bitcoinprivkey` to `dogecoinprivkey` | chromatic | 2021-04-18 | 1 | -1/+1 |
| | |/ | |||||
| * | | [bugfix] fix text overflow on paper wallet | Patrick Lodder | 2021-03-20 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | - use Courier instead of "monospace" as font family as the latter does not translate to an actual monospace font properly - make address and privkey fields to have equal dimensions and margins, because their fontsizes are calculated uniformly too - make the max font size 98% of the wallet, instead of 99% | ||||
| * | | [qt] User-friendly interpretation of null responses in rpc console | Patrick Lodder | 2021-03-11 | 1 | -2/+11 |
| |/ | | | | Translates "null" (UniValueNull) to "Empty response". | ||||
| * | Merge pull request #1770 from patricklodder/1.14.3-url-sanity-check | Ross Nicoll | 2021-02-27 | 1 | -2/+3 |
| |\ | | | | | [qt] only allow https explorer links | ||||
| | * | [qt] only allow https explorer links | Patrick Lodder | 2021-02-27 | 1 | -2/+3 |
| | | | | | | | | | As reported by Fabian Braeunlein of PS Positive Security GmbH | ||||
| * | | Replace Bitcoin seed nodes with Dogecoin nodes (#1746) | Ross Nicoll | 2021-02-27 | 1 | -1175/+354 |
| |/ | |||||
| * | Merge pull request #1762 from DemonRx/ignore-proxy-connection-error | Patrick Lodder | 2021-02-24 | 1 | -18/+34 |
| |\ | | | | | [netbase] Do not print an error on connection timeouts through proxy | ||||
| | * | ignore-proxy-connection-error | Demon | 2021-02-23 | 1 | -18/+34 |
| | | | |||||
| * | | fixed listunspent rpc convert parameter | tnaka | 2021-02-22 | 1 | -0/+1 |
| | | | |||||
| * | | Add query options to listunspent rpc call | Pedro Branco | 2021-02-22 | 4 | -18/+81 |
| | | | |||||
| * | | Merge pull request #1638 from patricklodder/1.14.3-locale-sorting | Patrick Lodder | 2021-02-22 | 1 | -1/+1 |
| |\ \ | | | | | | | Locale independent sorting | ||||
| | * | | Locale independent sorting | Reiner Herrmann | 2021-02-13 | 1 | -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 Klock | 2021-02-21 | 1 | -3/+0 |
| | | | | | | | | | | Removed Denarius (D) seeders for Dogecoin. | ||||
| * | | | Merge pull request #1707 from eltociear/patch-2 | Patrick Lodder | 2021-02-17 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | [wallet] fix typo in rpcwallet.cpp | ||||
| | * | | | [wallet] fix typo in rpcwallet.cpp | Ikko Ashimine | 2021-02-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | replacable -> replaceable | ||||
| * | | | | Merge pull request #1676 from shibe2/skipcheckpow | Ross Nicoll | 2021-02-15 | 5 | -22/+22 |
| |\ \ \ \ | | | | | | | | | | | Don't recompute AuxPoW when serving peer requests | ||||
| | * | | | | Don't re-check AuxPoW when sending data to peers | Shibe | 2021-02-08 | 5 | -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-dev | Max K | 2021-02-14 | 13 | -77/+218 |
| |\ \ \ \ | | | | | | | | | | | Build on recent Linux | ||||
| | * | | | | Fixed for Qt 5 | John-Gee | 2021-02-02 | 1 | -0/+1 |
| | | | | | | |||||
| | * | | | | Fix for Boost 1.74 | John-Gee | 2021-02-02 | 12 | -77/+217 |
| | | |/ / | |/| | | |||||
| * | | | | Add testnet checkpoints | Ross Nicoll | 2021-02-14 | 1 | -4/+13 |
| | | | | | |||||
| * | | | | Add live checkpoints | Ross Nicoll | 2021-02-14 | 1 | -5/+11 |
| | | | | | |||||
| * | | | | Fixate BIP65 softfork heights | Patrick Lodder | 2021-02-13 | 4 | -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-timeout | Patrick Lodder | 2021-02-08 | 1 | -4/+4 |
| |\ \ \ | | | | | | | | | Adapt block download timeouts to Dogecoin | ||||
| | * | | | Halve timeouts | Ross Nicoll | 2021-02-07 | 1 | -4/+4 |
| | | | | | |||||
| | * | | | Adapt block download timeouts to Dogecoin | Ross Nicoll | 2021-02-05 | 1 | -2/+2 |
| | |/ / | | | | | | | | | | | | | 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/master | Patrick Lodder | 2021-02-07 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | fix minimum required space for data directory | ||||
| | * | | Update src/qt/intro.cpp | Anthony Chen | 2021-02-06 | 1 | -1/+1 |
| | | | | | | | | | | Co-authored-by: Ross Nicoll <[email protected]> | ||||
| | * | | fix minimum required space for data directory | Anthony Chen | 2021-02-05 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #1669 from carsenk/master | Patrick Lodder | 2021-02-01 | 1 | -0/+3 |
| |\ \ | | | | | | | New DNS Seeders for DOGE | ||||
| | * | | Removed Comments | Carsen Klock | 2021-01-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Doges, just do not forgot who made Dogecoin great again DENARIUS (D) https://denarius.io | ||||
| | * | | Added new denarius.pro seeders for DOGE | Carsen Klock | 2021-01-29 | 1 | -1/+4 |
| | |/ | | | | | D helping D | ||||
| * | | Merge pull request #1664 from patricklodder/1.14.3-mempool-expiry | Ross Nicoll | 2021-01-31 | 1 | -1/+1 |
| |\ \ | | | | | | | Default policy: reduce default mempool expiry time | ||||