| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |\
| |
| | |
Fixing indonesian (id_ID) translation
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | |
| | | |
Fix RPC port documentation in RPC help
|
| | | |
| | |
| | | |
Changed RPC port from 8332 (BTC) to 22555 (Dogecoin)
|
| | | |
| | |
| | |
| | |
| | | |
seed initialization was commented out on mainnet
and testnet.
|
| |\ \ \
| |/ /
|/| | |
[QT] Add tips section
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add more tips
Allow QT translations
Fix tips
|
| |\ \ \
| | | |
| | | | |
Rewrite subsidy limit tests (1.14)
|
| | | |/
| |/| |
|
| |\ \ \
| |/ /
|/| | |
Fix errors of bitcoin_ko_KR.ts file for 1.14.4-dev
|
| | | | |
|
| |\ \ \
| | | |
| | | | |
fix runtime for dogecoin on Alpine Linux (musl libc)
|
| | | | | |
|
| | |/ / |
|
| | | | |
|
| |\ \ \
| |_|/
|/| | |
[vulnerability] Disconnect stalling peers after timeout of header sync
|
| | | | |
|
| |/ / |
|
| |\ \
| | |
| | | |
[QT] Add a form dialog for adding peers
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |/
|/|
| |
| | |
See GH #2240.
|
| | |
| |
| | |
For Brazilian Portuguese, I believe that an easy interpretation would be a percentage and not dust!
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |\ \
| | |
| | | |
Qt: Show only useful estimates on sync screen
|
| | | |
| | |
| | |
| | | |
See GH#1902.
|
| | | |
| | |
| | |
| | | |
See GH#1902.
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |\ \
| | |
| | | |
trivial: a minor fix in Chinese translation and several styling fixes
|
| | | | |
|
| |\ \ \
| |/ /
|/| | |
[Trivial] Fix German grammar error
|
| | |/
| |
| | |
The sentence at line 890 isn't complete without the word "hat" at the end.
|
| |\ \
| | |
| | | |
Fixed typos and enhanced messages for Polish translation
|
| | | | |
|
| | | |
| | |
| | |
| | | |
translations.
|
| | |/
| |
| | |
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.
|
| | | |
|
| |\ \
| | |
| | | |
Refactor: fix typo in validation.cpp
|
| | |/
| |
| | |
inadvertantly -> inadvertently
|
| |\ \
| | |
| | | |
Switch `bitcoinprivkey` to `dogecoinprivkey`
|
| | |/ |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
- 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%
|
| |/
|
|
| |
Translates "null" (UniValueNull) to "Empty response".
|
| |\
| |
| | |
[qt] only allow https explorer links
|
| | |
| |
| |
| | |
As reported by Fabian Braeunlein of PS Positive Security GmbH
|
| |/ |
|
| |\
| |
| | |
[netbase] Do not print an error on connection timeouts through proxy
|