aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Trivial: Fix Magic Numbers in key and pubkey - fixes #1968geekwisdom2021-07-253-38/+48
|
* Merge pull request #1941 from elybin/fixing-indonesian-translationRoss Nicoll2021-07-241-237/+1896
|\ | | | | Fixing indonesian (id_ID) translation
| * Fixing few missed words and making translation more casualKhakim Hudaya2021-07-151-62/+58
| |
| * Correct XML errorsRoss Nicoll2021-07-151-2/+3
| |
| * Fixing indonesian translationKhakim Hudaya2021-07-151-231/+1893
| |
* | Merge pull request #2420 from nformant1/nformant1-patch-1Patrick Lodder2021-07-231-1/+1
|\ \ | | | | | | Fix RPC port documentation in RPC help
| * | Update server.cppnformant2021-07-221-1/+1
| | | | | | | | | Changed RPC port from 8332 (BTC) to 22555 (Dogecoin)
* | | initialize fixed seedsDakoda Greaves2021-07-231-6/+2
| | | | | | | | | | | | | | | seed initialization was commented out on mainnet and testnet.
* | | Merge pull request #2308 from alamshafil/doge-tipsPatrick Lodder2021-07-223-1/+69
|\ \ \ | |/ / |/| | [QT] Add tips section
| * | Add tips sectionShafil Alam2021-07-223-1/+69
| | | | | | | | | | | | | | | | | | | | | | | | Add more tips Allow QT translations Fix tips
* | | Merge pull request #2312 from rnicoll/1.14.4-subsidy-testsPatrick Lodder2021-07-171-22/+37
|\ \ \ | | | | | | | | Rewrite subsidy limit tests (1.14)
| * | | Rewrite subsidy limit testsRoss Nicoll2021-07-111-22/+37
| | |/ | |/|
* | | Merge pull request #2217 from pjhwa/qt-trans-ko-2214Ross Nicoll2021-07-151-490/+490
|\ \ \ | |/ / |/| | Fix errors of bitcoin_ko_KR.ts file for 1.14.4-dev
| * | Fix errors of bitcoin_ko_KR.ts file for 1.14.4-devJerry Park2021-05-301-490/+490
| | |
* | | Merge pull request #2235 from chey/alpine-muslPatrick Lodder2021-07-091-1/+2
|\ \ \ | | | | | | | | fix runtime for dogecoin on Alpine Linux (musl libc)
| * | | Update to use thread_localChey2021-06-271-1/+1
| | | |
| * | | fix runtime for dogecoin on Alpine Linux musl libcchey2021-06-021-1/+2
| |/ /
* | | fix: macos qt buildMalta Micael2021-07-012-17/+41
| | |
* | | Merge pull request #2306 from p-j01/1.14.4-dev-issue2282Ross Nicoll2021-06-202-3/+40
|\ \ \ | |_|/ |/| | [vulnerability] Disconnect stalling peers after timeout of header sync
| * | 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