aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* s/DOGE/DIS/gTomo Ueda2021-09-023-37/+37
|
* really s/Doge/Dis/g this timeTomo Ueda2021-09-0216-32/+32
|
* really s/doge/dis/g this timeTomo Ueda2021-09-0237-174/+174
|
* s/doge/dis/gTomo Ueda2021-09-027-60/+60
|
* contrib: fix generate-seeds.py to use Dogecoin p2p portsPatrick Lodder2021-08-151-2/+2
|
* Move shell.nix contents into separate fileZach Latta2021-08-031-0/+18
|
* Refine Snap verification messageRoss Nicoll2021-07-141-2/+2
| | | | | | Refine Snap verification message to accurately reflect it's checking secure hashes, not signatures. Checking signature would entail verifying there is a signature from a trusted person, not just that the hash matches a value in the known values list.
* Merge pull request #1904 from slightlyskepticalpotat/snap-support-2021Ross Nicoll2021-07-143-2/+91
|\ | | | | Snap Support
| * Add and document snap supportcg2021-05-283-2/+91
| |
* | [depends] fix all osslsigncode urlsPatrick Lodder2021-07-111-3/+3
| |
* | Update contrib/gitian-build.shMicael Malta2021-06-281-1/+2
| | | | | | Co-authored-by: Ross Nicoll <[email protected]>
* | [GITIAN] upgrade builderMalta Micael2021-06-271-35/+48
|/ | | | | | | | | | FIX: GIT: fatal unknown date format format-local:%F %T OSSLSIGNCODE: new depedency url LXC: lxcbr0: ERROR while getting interface flags: No such device DOGECOIN: branding
* Add GUI to import private keyschromatic2021-05-231-0/+1
| | | | | | | | | | | | | 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
* Rename pixmapsDemon2021-03-113-16/+16
|
* remove-encoding-keyDemon2021-03-031-1/+0
|
* michilumin keyMichi Lumin2021-02-271-0/+53
| | | adding my key to repo
* New key for patricklodder as old one has expired.Patrick Lodder2020-07-201-35/+28
|
* Merge branch 'rnicoll-rnicoll/1590-rebase' into 1.14-maintlangerhans2019-07-1411-35/+34
|\
| * Updated to Dogecoin Key ValuesAlan Cramer2019-07-121-3/+3
| | | | | | | | Updating to match Dogecoin's key values.
| * Updating Dogecoin references in Contrib filesAlan Cramer2019-07-126-17/+16
| | | | | | | | Updating some missed Bitcoin data to Dogecoin branding and values in Contrib folder
| * Updated Linerarize data for DogecoinAlan Cramer2019-07-124-15/+15
| | | | | | | | Example data was that of bitcoin. Updated for Dogecoin values.
* | Merge branch '1.14-branding'langerhans2019-06-09105-2228/+5968
|\|
| * Update rnicoll's keyRoss Nicoll2019-03-251-27/+55
| |
| * Changes for mac installer branding - See notesMichi Lumin2019-03-253-4/+4
| | | | | | These changes are necessary for the deploy scripts to see the app correctly. Also includes our background image. Note that DS_Store should be generated, but I'm including it so that it should be there in any case; though it may need to be edited - please give it a try.
| * Update fancy.plist to reflect Dogecoin-qtMichi Lumin2019-03-251-1/+1
| |
| * Up to date with BTC Current, changes to allow it to actually build for ↵Michi Lumin2019-03-251-28/+10
| | | | | | | | | | Dogecoin-Qt. Changed to current syntax as per Bitcoin current; and changed to Dogecoin-Qt to actually package the proper application.
| * Update Gitian descriptors and keys (#1455)Ross Nicoll2019-03-2536-2712/+249
| | | | | | | | | | | | | | | | | | | | * Replace Gitian keys - Note I've removed Leofidus' key due to inactivity, and added a weight of 20 to whit's key. * Replace Bitcoin with Dogecoin in Gitian descriptors * Fix Makefile refrence to bash-completion files * Rename remaining bash-completion files * Add wallet_bgcoin to Qt Makefile * Add PureHeader sources to libdogecoinconsensus
| * Re-add paperwallet printer (#1467)Max K2019-03-251-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add paper wallet generator to QT wallet * Replace print icon with Typeicons equivalent * Re-add printer support to Qt * depends: fix fontconfig with newer glibc See comment for more detail * Set fixed size for paper wallet dialog
| * Remove Bitcoin values from commit verifier (#1458)Ross Nicoll2019-03-253-6/+5
| | | | | | Unused currently, but changed to Dogecoin specific stuff incase of future implementation.
| * s/bitcoin/dogecoin/ in init scripts (#1456)Ross Nicoll2019-03-2511-206/+206
| |
| * Rename and update man pages (#1451)Ross Nicoll2019-03-251-6/+6
| |
| * Update debian contrib files to match Dogecoin (#1449)Ross Nicoll2019-03-2528-79/+83
| |
| * Update RPC tests for Dogecoin (#1431)Ross Nicoll2018-09-191-2/+2
| | | | | | | | | | | | | | | | | | * Make most of the RPC tests pass * Add AUXPoW rpc tests - Tests the auxpow rpc interface `getauxblock` - Tests consensus constraints for auxpow: - Minimum block height - Valid scrypt proof of work - Foreign chain ID
| * contrib: Update location of seeds.txtWladimir J. van der Laan2017-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | Update the steps for updating the hardcoded seed nodes to point to the new filename on @sipa's server, and add command to decompress it. Ref: #10163 Github-Pull: #10495 Rebased-From: ac9cd953d91e2448d24851b2f4973c7be8f4c3cd
| * contrib/init/bitcoind.openrcconf: Don't disable wallet by defaultLuke Dashjr2017-06-051-1/+1
| | | | | | | | | | | | | | It's harmless if it goes unused, and confused when a wallet is desired Github-Pull: #10451 Rebased-From: afc693dea695b75721db55d0decee3b11dcb3625
| * Merge #10328 via branch 'debianppa-0.14' into 0.14.2_fixesLuke Dashjr2017-06-053-30/+154
| |\
| | * Re-enable upnp support in contrib/debianMatt Corallo2017-06-033-1/+8
| | | | | | | | | | | | | | | Github-Pull: #10328 Rebased-From: 91700aa1df57c1a9209284e743224119396604d5
| | * Build with QT5 on Debian-based systems using contrib/debianMatt Corallo2017-06-033-3/+11
| | | | | | | | | | | | | | | Github-Pull: #10328 Rebased-From: c5071e1f03085b4025f2a33fb2c3079d823d660c
| | * Bump minimum boost version in contrib/debianMatt Corallo2017-06-032-6/+12
| | | | | | | | | | | | | | | Github-Pull: #10328 Rebased-From: a8e928699a6ab612459e836ba24af143eae37b0f
| | * Update contrib/debian to latest Ubuntu PPA upload.Matt Corallo2017-06-033-28/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This: * Partially reverts 9f68ed6 (which fixed spelling in a changelog, though generally changelogs should be append-only). * Disables UPnP support (PPA has not had it for a while, and I still don't trust miniupnpc, plus it seems uneccessary - its been a while since we needed to care about Bitcoin-Qt home users getting their inbound ports auto-mapped). * Enables ZMQ. * Forces GUI to Qt4 to fix various issues people have been seeing on Ubuntu and elsewhere with Qt5. * Reverts 70899d70b (Bitcoin does not enable "instant payments", not is transaction management "carried out collectively by the network", for whatever "transaction management" means, finally Bitcoin Core is not the only way to use the Bitcoin currency, as seemingly implied in the description). Github-Pull: #10328 Rebased-From: 997021986e02f8e59024ffca6437857d9d17f396
| * | Fix regsig checking for subkey sigs in verify-commitsMatt Corallo2017-03-051-6/+2
| | | | | | | | | | | | Rebased-From: bbd757940bcb0628df6f7a5bd1fb348cf2290502
| * | Merge #9920: [0.14] Allow any subkey in verify-commits (BlueMatt)Wladimir J. van der Laan2017-03-052-3/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | 589cd63 Allow any subkey in verify-commits (Matt Corallo) Tree-SHA512: e3175273c648ed2d990ac931efae5e4bf3bd5ddce7b591f5e64a6831f3c029b252bc5d241dd8d3874467747c3ded87aa1fa334ff53d940cde32c22e584a2c4d0
| | * | Allow any subkey in verify-commitsMatt Corallo2017-03-052-3/+3
| | | |
| * | | Add Pieter's old signed commits to revsig-commitsMatt Corallo2017-02-281-0/+104
| | | | | | | | | | | | | | | | | | | | Github-Pull: #9884 Rebased-From: a4b02f4275c3f35492bbdde27e9295497b919a52
| * | | release: bump gitian descriptors for a new 0.14 package cacheCory Fields2017-02-173-3/+3
| | |/ | |/|
| * | Merge #9675: Fix typo and spelling inconsistency in CONTRIBUTING.mdWladimir J. van der Laan2017-02-162-2/+2
| |\ \ | | | | | | | | | | | | 36164fa Fix typo and spelling inconsistency in CONTRIBUTING.md (Koki Takahashi)
| | * | Fix typo and spelling inconsistency in CONTRIBUTING.mdKoki Takahashi2017-02-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix spellings of GitHub Remove unnecessary changes Fix GitHub spelling on doc/translation_process.md
| * | | Merge #9735: devtools: Handle Qt formatting characters edge-case in ↵Wladimir J. van der Laan2017-02-141-0/+8
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update-translations.py 7179e7c qt: Periodic translations update (Wladimir J. van der Laan) 5e903a5 devtools: Handle Qt formatting characters edge-case in update-translations.py (Wladimir J. van der Laan)
| | * | | devtools: Handle Qt formatting characters edge-case in update-translations.pyWladimir J. van der Laan2017-02-101-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If both numeric format specifiers and "others" are used, assume we're dealing with a Qt-formatted message. In the case of Qt formatting (see https://doc.qt.io/qt-5/qstring.html#arg) only numeric formats are replaced at all. This means "(percentage: %1%)" is valid (which was introduced in #9461), without needing any kind of escaping that would be necessary for strprintf. Without this, this function would wrongly detect '%)' as a printf format specifier.
| * | | | Pre-0.14.0 hardcoded seeds updateWladimir J. van der Laan2017-02-101-800/+1031
| | | | |