chromatic
c5165e9b83
Add sortable sent/recv bytes to Peers debug table
...
See GH #2240 .
2021-06-08 10:13:37 -07:00
Ross Nicoll
ce54d88b56
Merge pull request #2111 from rnicoll/contributing
...
Refresh `CONTRIBUTING.MD` to fit Dogecoin
2021-06-03 23:29:55 +01:00
Ross Nicoll
e630cee134
improves -> improve
...
Co-authored-by: Max K. <langerhans@users.noreply.github.com>
2021-06-03 21:47:19 +01:00
Ross Nicoll
2e81416cf5
Merge pull request #20 from patricklodder/concise-contribution-guide
...
Make contribution guide more concise
2021-06-03 20:03:09 +01:00
Patrick Lodder
a485280a75
[docs] Allow anyone to remove something dysfunctional
2021-06-03 19:36:12 +02:00
Patrick Lodder
3c6a25fb7c
[docs] Change Refactoring policy
2021-06-03 19:34:50 +02:00
Patrick Lodder
fe5dab6a60
[docs] Clean up squashing section
2021-06-03 19:32:44 +02:00
Patrick Lodder
4175bf45ad
[docs] Clean up Contributor Workflow
2021-06-03 19:31:38 +02:00
Patrick Lodder
c701a2fc6f
[docs] Clean up introduction
2021-06-03 19:30:31 +02:00
Patrick Lodder
158aff2897
[docs] reformat branching strategy in contribution guide
2021-06-03 19:28:48 +02:00
Patrick Lodder
97edf2a6b0
[docs] Clarify PR requirements and assessment process.
2021-06-03 19:28:06 +02:00
Patrick Lodder
cfb9ecdc58
[docs] Make the workflow more concise and less chatty
2021-06-03 19:17:52 +02:00
Patrick Lodder
48abb72eac
[docs] change channels for interactions
...
Removes discord because this is a chat channel and not suitable to
make decisions that are auditable.
Adds a link to "help wanted" in the github repository as those are
the most pressing items that help Dogecoin
2021-06-03 19:13:15 +02:00
Patrick Lodder
ab7646a790
Merge pull request #2145 from lynklody/1.14.4-dev
...
Add simplified Chinese version for the README doc
2021-05-31 23:59:38 +02:00
lynklody
79caf5551e
Changes made to the readme translation file
2021-05-30 07:02:58 -07:00
Patrick Lodder
f97ce89e77
Merge pull request #2166 from mobtap/patch-1
...
Update pt_BR translation
2021-05-27 04:37:18 +02:00
Matheus Tavares
ddf22f7774
Update bitcoin_pt_BR.ts
...
For Brazilian Portuguese, I believe that an easy interpretation would be a percentage and not dust!
2021-05-26 22:17:09 -03:00
Matheus Tavares
45fa893452
Update bitcoin_pt_BR.ts
2021-05-26 15:02:44 -03:00
Ross Nicoll
d716845e25
Refresh contributing to fit Dogecoin
...
* Remove references to lead maintainer.
* Put branch strategy near the top so people raise PRs against the right branch.
* Emphasise the need to test, and the types of tests involved.
* Add links to community.
2021-05-26 17:45:14 +01:00
kregerl
8515c7b46f
[Docs] fixes #1872
...
Replaces all occurrences of "bitcoin" with "dogecoin" in CONTRIBUTING.md
2021-05-26 17:45:04 +01:00
lynklody
66bfe18e8e
Change verb tense to be consistent
2021-05-26 08:34:56 -07:00
lynklody
00574dcab9
Add simplified Chinese for the main README doc
2021-05-26 02:35:32 -07:00
Patrick Lodder
df7fc0e060
Merge pull request #1869 from gemini/md-auxpow-generate
...
Add functionality to generate auxpow blocks with built-in miner
2021-05-26 01:03:25 +02:00
MD Islam
6a2b1cce6d
Add functionality to generate auxpow blocks in regtest
...
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
2021-05-25 18:23:36 -04:00
Patrick Lodder
02d0e99907
Merge pull request #1916 from hashtagcyber/master
...
Enable CodeQL scanning
2021-05-25 22:08:03 +02:00
Patrick Lodder
c7206962be
Merge pull request #1908 from chromatic/sync-screen-negative-gh1902
...
Qt: Show only useful estimates on sync screen
2021-05-24 16:02:57 +02:00
Patrick Lodder
fb56f75e9c
Merge pull request #1856 from chromatic/add-wif-import
...
Add a WIF import dialog to the QT wallet.
2021-05-24 14:36:10 +02:00
chromatic
0565a85c7c
Add GUI to import private keys
...
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
2021-05-23 19:37:09 -07:00
chromatic
5040cd0d03
Skip expected remaining sync time without estimate
...
See GH#1902.
2021-05-21 09:03:41 -07:00
chromatic
44678e5442
Disallow negative progress increase per hour %
...
See GH#1902.
2021-05-21 09:03:41 -07:00
Patrick Lodder
5389fac4ea
Merge pull request #1976 from langerhans/1.14.4-travis-pgsql
...
Travis: switch back to trusty and remove useless repos
2021-05-20 20:49:11 +02:00
langerhans
29f46b2e73
Travis switch back to trusty and remove useless repos that may fail the build
2021-05-20 19:48:09 +02:00
Ross Nicoll
c1c7eb0a2f
Merge pull request #1959 from xtemp3r/master
...
Fixing travis.yml build errors - replaced trusty with bionic in .travis.yml
2021-05-17 12:09:15 +01:00
Ross Nicoll
b6b6f6151e
Merge pull request #1935 from creekhu/minor-fix-in-chinese-translation
...
trivial: a minor fix in Chinese translation and several styling fixes
2021-05-17 09:24:30 +01:00
Ross Nicoll
256afd61f7
Merge pull request #1956 from motz0815/patch-1
...
[Trivial] Fix German grammar error
2021-05-17 09:13:46 +01:00
motz0815
be643366de
Fix German grammar error
...
The sentence at line 890 isn't complete without the word "hat" at the end.
2021-05-16 20:12:22 +02:00
xt3r
88ede7a3f7
replaced trusty with bionic in .travis.yml
2021-05-16 19:22:07 +02:00
creekhu
4ef46f867a
trivial: a minor fix in Chinese translation and several minor styling fixes
2021-05-15 21:12:11 -04:00
Ross Nicoll
63a2b61ef1
Merge pull request #1928 from Yhozen/remove-bitcoin-references
...
Authored-by: Florian Schade <f.schade@icloud.com>
2021-05-15 22:40:33 +01:00
Gabriel Pérez
c0b831a35f
revert
2021-05-14 15:42:41 -04:00
Gabriel Pérez
548ffd6ed2
Merge branch '1.14.4-dev' of github.com:dogecoin/dogecoin into remove-bitcoin-references
2021-05-14 12:59:02 -04:00
Gabriel Pérez
abf2bfede4
Updating Dogecoin references in CONTRIBUTING
2021-05-14 12:37:05 -04:00
Matt Domko
e6472f2b57
Update codeql-analysis.yml
2021-05-11 05:39:26 -07:00
Matt Domko
ce8c876e30
Update codeql-analysis.yml
2021-05-11 04:24:20 -07:00
Matt Domko
d16cfaf9c4
Update codeql-analysis.yml
2021-05-11 04:21:15 -07:00
Matt Domko
273327a378
Create codeql-analysis.yml
2021-05-11 03:54:53 -07:00
Ross Nicoll
4272f9bbb1
Merge pull request #1886 from fschade/patch-1
...
Mention wallet recovery
2021-05-08 19:26:27 +01:00
Ross Nicoll
7529f8ee12
Update .github/ISSUE_TEMPLATE.md
2021-05-08 18:33:55 +01:00
Florian Schade
348c51a201
Mention wallet recovery
...
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.
2021-05-07 09:59:42 +02:00
Patrick Lodder
c36c7801fe
Merge pull request #1844 from pmzajaczkowski/fixing-polish-translations
...
Fixed typos and enhanced messages for Polish translation
2021-05-05 03:43:12 +02:00