aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | fix: Disconnect stalling peers after timeout of header syncp-j012021-06-142-3/+40
| | |
* | | Fix french-canadian translation in bitcoin_fr_CA.tsGabriel Gosselin Roberge2021-06-111-8/+8
|/ /
* | Merge pull request #1825 from alamshafil/masterRoss Nicoll2021-06-088-15/+538
|\ \ | | | | | | [QT] Add a form dialog for adding peers
| * | Add a form dialog for adding peersShafil Alam2021-06-058-15/+538
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed tabIndex and width in debugwindow.ui Added Qt UI files for each dialog Added Qt UI files Added separate thread for peer dialogs to run RPC commands Fixed tabIndex Remove unneeded includes Fixed error Replaced RPCExecutor with g_connman Replaced RPCExecutor with g_connman Added two input fields for peer address and port Remove peerThread Validate IP addresses Remove Peer now uses selected IP address in peerWidget Interpret RPC response Remove redundant include Use a regular expression to validate IPs Disconnect node if it has been discovered Use port based on current chain Change peerAddress -> peerPort Allowed DNS names to be entered Update src/qt/peerdialog.cpp Co-authored-by: Ross Nicoll <[email protected]> Fix typo Co-authored-by: Ross Nicoll <[email protected]> Use LookupHost to check address Co-authored-by: Ross Nicoll <[email protected]> Fix syntax typo
* | | Add sortable sent/recv bytes to Peers debug tablechromatic2021-06-084-2/+51
| |/ |/| | | | | See GH #2240.
* | Update bitcoin_pt_BR.tsMatheus Tavares2021-05-261-1/+1
| | | | | | For Brazilian Portuguese, I believe that an easy interpretation would be a percentage and not dust!
* | Update bitcoin_pt_BR.tsMatheus Tavares2021-05-261-16/+16
| |
* | Add functionality to generate auxpow blocks in regtestMD Islam2021-05-253-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-gh1902Patrick Lodder2021-05-241-4/+5
|\ \ | | | | | | Qt: Show only useful estimates on sync screen
| * | Skip expected remaining sync time without estimatechromatic2021-05-211-3/+4
| | | | | | | | | | | | See GH#1902.
| * | Disallow negative progress increase per hour %chromatic2021-05-211-1/+1
| | | | | | | | | | | | See GH#1902.
* | | Add GUI to import private keyschromatic2021-05-2310-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-translationRoss Nicoll2021-05-171-8/+4
|\ \ | | | | | | trivial: a minor fix in Chinese translation and several styling fixes
| * | trivial: a minor fix in Chinese translation and several minor styling fixescreekhu2021-05-151-8/+4
| | |
* | | Merge pull request #1956 from motz0815/patch-1Ross Nicoll2021-05-171-1/+1
|\ \ \ | |/ / |/| | [Trivial] Fix German grammar error
| * | Fix German grammar errormotz08152021-05-161-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-translationsPatrick Lodder2021-05-051-45/+45
|\ \ | | | | | | Fixed typos and enhanced messages for Polish translation
| * | Applied suggested change in translation (related to pruning message)Piotr Zajączkowski2021-05-021-1/+1
| | |
| * | Fixed additional typo. Unified all 'dogecoin' to 'Dogecoin' occurrences in ↵Piotr Zajączkowski2021-05-021-13/+13
| | | | | | | | | | | | translations.
| * | Fixed typos and enhanced messages for Polish translationPiotr Zajączkowski2021-04-221-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/)cg2021-05-0165-639/+18
| |
* | Merge pull request #1858 from eltociear/patch-3Patrick Lodder2021-04-291-1/+1
|\ \ | | | | | | Refactor: fix typo in validation.cpp
| * | Refactor: fix typo in validation.cppIkko Ashimine2021-04-271-1/+1
| |/ | | | | inadvertantly -> inadvertently
* | Merge pull request #1835 from chromatic/fix-importprivkey-docPatrick Lodder2021-04-191-1/+1
|\ \ | | | | | | Switch `bitcoinprivkey` to `dogecoinprivkey`
| * | Switch `bitcoinprivkey` to `dogecoinprivkey`chromatic2021-04-181-1/+1
| |/
* | [bugfix] fix text overflow on paper walletPatrick Lodder2021-03-202-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 consolePatrick Lodder2021-03-111-2/+11
|/ | | | Translates "null" (UniValueNull) to "Empty response".
* 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
* | 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
| |
* | 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.
* | | 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 #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
| | |/ / | |/| |
* | | | Add testnet checkpointsRoss Nicoll2021-02-141-4/+13
| | | |
* | | | Add live checkpointsRoss Nicoll2021-02-141-5/+11
| | | |
* | | | 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-081-4/+4
|\ \ \ | | | | | | | | Adapt block download timeouts to Dogecoin
| * | | Halve timeoutsRoss Nicoll2021-02-071-4/+4
| | | |
| * | | Adapt block download timeouts to DogecoinRoss Nicoll2021-02-051-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.