Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest node version #460

Merged
merged 59 commits into from Nov 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
9556de2
Bump websocket-extensions from 0.1.3 to 0.1.4
dependabot[bot] Jun 6, 2020
08a8732
Merge pull request #430 from theQRL/dependabot/npm_and_yarn/websocket…
jplomas Jun 18, 2020
2e99f05
Bump websocket-extensions from 0.1.3 to 0.1.4 in /.electrify
dependabot[bot] Jun 18, 2020
e4a88ea
Merge pull request #429 from theQRL/dependabot/npm_and_yarn/dot-elect…
jplomas Jun 18, 2020
082ac72
Begin reskin - opening page (desktop)
jplomas Jul 3, 2020
09b7f54
Reskin Tx & KB pages
jplomas Jul 4, 2020
bfd597d
Tools page reskin
jplomas Jul 4, 2020
a06c1f2
Add messages to transfers and further reskin tweaks
jplomas Jul 9, 2020
4db87e6
Merge pull request #432 from theQRL/devnet
jplomas Jul 9, 2020
786fc18
Merge pull request #434 from theQRL/devnet
jplomas Jul 9, 2020
41765b3
Merge pull request #436 from theQRL/devnet
jplomas Jul 9, 2020
1d040f4
Merge pull request #437 from theQRL/testnet
jplomas Jul 9, 2020
c58dd74
Reskin transaction list
jplomas Jul 10, 2020
47d5082
Mobile menu reskinning
jplomas Jul 11, 2020
62638d3
Disable ligatures for compatibility
jplomas Jul 11, 2020
ba624b2
Merge remote-tracking branch 'origin/reskin' into reskin
jplomas Jul 13, 2020
0479727
Rework Tools page grid
jplomas Jul 25, 2020
49184c3
Verify Tx page
jplomas Jul 25, 2020
589e007
New address layout fixes
jplomas Jul 25, 2020
89cea97
MS layout tweaks
jplomas Jul 25, 2020
1f31811
Tools fix
jplomas Jul 25, 2020
29b1d78
Transfer page layout re-size
jplomas Jul 25, 2020
1bf0457
Clickable transactions on transfer page
jplomas Jul 25, 2020
beb9b7f
Border-radius to 0 and other tweaks
jplomas Jul 25, 2020
ee03656
Match verify page header to other pages
jplomas Jul 25, 2020
f548b84
Hide remaining OTS in header when offline
jplomas Jul 25, 2020
6a44397
Merge pull request #441 from theQRL/devnet
jplomas Aug 29, 2020
b74b2d6
Merge pull request #444 from theQRL/devnet
jplomas Aug 29, 2020
d660c87
Merge branch 'master' into testnet
jplomas Aug 29, 2020
dc205de
Merge pull request #445 from theQRL/testnet
jplomas Aug 29, 2020
46b997a
Further reskin fixes
jplomas Sep 14, 2020
4909654
Merge branch 'master' into reskin
jplomas Sep 14, 2020
f6cb19e
Update snyk and deps
jplomas Sep 14, 2020
a75704a
Avoid loading legacy google font
jplomas Sep 14, 2020
4636ee3
Better error handling and cleaner consoles
jplomas Sep 15, 2020
794b7bc
Patch 1.5.1 changes into reskin branch
jplomas Sep 22, 2020
c46b7dd
Merge pull request #448 from theQRL/devnet
jplomas Sep 22, 2020
30d8c23
Merge branch 'master' into testnet
jplomas Sep 22, 2020
57599a0
Merge pull request #450 from theQRL/testnet
jplomas Sep 22, 2020
8a34f3b
Support for python node wallet files
jplomas Oct 16, 2020
c041d2a
Merge pull request #453 from jplomas/master
jplomas Oct 16, 2020
f7dc91e
Merge branch 'master' into master
jplomas Oct 16, 2020
612d83e
Merge pull request #454 from jplomas/master
jplomas Oct 17, 2020
4bcb281
Redo fonts
jplomas Oct 30, 2020
af28511
Update executor in CI
jplomas Oct 30, 2020
bd05497
Install snyk in CI
jplomas Oct 30, 2020
be7f3c4
update CI config
jplomas Oct 30, 2020
3aa4435
Merge branch 'master' into reskin
jplomas Nov 13, 2020
5a41ecb
Merge pull request #456 from jplomas/reskin
jplomas Nov 13, 2020
37f16f7
Add build assets for installers
jplomas Nov 16, 2020
b6debe5
Merge remote-tracking branch 'origin/reskin' into reskin
jplomas Nov 16, 2020
105542e
Fix version in build
jplomas Nov 16, 2020
98896f1
Merge branch 'master' into reskin
jplomas Nov 16, 2020
4d7f18c
Merge pull request #457 from jplomas/reskin
jplomas Nov 16, 2020
bf375c1
fix: UI adjustment in labels in receive tab
jplomas Nov 16, 2020
fe10464
Merge pull request #458 from jplomas/reskin
jplomas Nov 16, 2020
06b018d
Add support for latest qrlbase.proto
jplomas Nov 25, 2020
1ff8124
Merge pull request #459 from jplomas/master
jplomas Nov 25, 2020
cc07fbc
Merge branch 'testnet' into master
jplomas Nov 25, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build_wallet:
macos:
xcode: "9.0"
xcode: "12.2.0"

steps:
# Checkout repo
Expand Down Expand Up @@ -40,6 +40,10 @@ jobs:
# name: update npm to latest
# command: |
# npm i npm@latest -g
- run:
name: install snyk globally
command: |
npm i snyk -g && sudo chown -R $USER:$(id -gn $USER) /Users/distiller/.config
- run:
name: install dependencies
command: |
Expand Down
Binary file modified .electrify/assets/dmgBackground.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .electrify/assets/qrl.icns
Binary file not shown.
Binary file modified .electrify/assets/qrl.ico
Binary file not shown.
Binary file modified .electrify/assets/qrl.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .electrify/assets/splashScreen.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .electrify/index.js
Expand Up @@ -32,7 +32,7 @@ app.on('ready', function() {
if (process.platform === 'darwin') {
app.setAboutPanelOptions({
applicationName: "QRL Wallet",
applicationVersion: "1.5.0",
applicationVersion: "1.6.5",
version: "Electron 1.8.8",
copyright: "Die QRL Stiftung, Zug Switzerland",
credits: "The QRL Developers"
Expand Down
2 changes: 1 addition & 1 deletion .electrify/loading.html
Expand Up @@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>QRL Wallet - Loading</title>
</head>
<body>
<body style="background-color: #0b181e;">
<img src="loading.png" alt="QRL Wallet Loading" style="width: 800px;"/>
<script type="text/javascript">
var pageTitle = "QRL Wallet - Loading";
Expand Down
Binary file modified .electrify/loading.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions .electrify/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .electrify/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "QRLWallet",
"productName": "QRLWallet",
"projectName": "qrl-wallet",
"version": "1.5.0",
"version": "1.6.5",
"main": "index.js",
"dependencies": {
"electrify-qrl": "0.2.3",
Expand Down
1 change: 1 addition & 0 deletions .eslintrc.yml
Expand Up @@ -31,6 +31,7 @@ rules:
prefer-template: 0
dot-notation: 0
func-names: 0
comma-dangle: 0
prefer-arrow-callback: 0
arrow-parens: 0
import/no-extraneous-dependencies: 0
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -13,3 +13,4 @@ local.json
/.deploy
.DS_Store
.snap
/mainnet.json
7 changes: 7 additions & 0 deletions .prettierrc.js
@@ -0,0 +1,7 @@
// prettier.config.js or .prettierrc.js
module.exports = {
trailingComma: "es5",
tabWidth: 2,
semi: false,
singleQuote: true,
}
20 changes: 10 additions & 10 deletions .snyk
@@ -1,5 +1,5 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.14.1
version: v1.13.5
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
'npm:shelljs:20140723':
Expand All @@ -22,21 +22,21 @@ ignore:
- meteor-node-stubs > crypto-browserify > create-ecdh > elliptic:
reason: None given
expires: '2020-03-30T09:35:41.982Z'
meteor-node-stubs > crypto-browserify > browserify-sign > elliptic:
reason: None given
expires: '2020-09-28T14:57:26.056Z'
- meteor-node-stubs > crypto-browserify > browserify-sign > elliptic:
reason: None given
expires: '2020-03-30T09:35:41.982Z'
meteor-node-stubs > crypto-browserify > create-ecdh > elliptic:
reason: None given
expires: '2020-09-28T14:57:26.056Z'
- meteor-node-stubs > crypto-browserify > browserify-sign > elliptic:
reason: None given
expires: '2020-05-05T09:42:09.703Z'
- meteor-node-stubs > crypto-browserify > create-ecdh > elliptic:
reason: None given
expires: '2020-05-05T09:42:09.703Z'
- meteor-node-stubs > crypto-browserify > browserify-sign > elliptic:
reason: None given
expires: '2020-09-28T14:57:26.056Z'
- meteor-node-stubs > crypto-browserify > create-ecdh > elliptic:
reason: None given
expires: '2020-09-28T14:57:26.056Z'
'npm:plist:20180219':
- electrify-qrl > electron-packager > plist:
reason: None given
Expand All @@ -45,9 +45,6 @@ ignore:
- grpc > node-pre-gyp > mkdirp > minimist:
reason: None given
expires: '2020-05-05T09:42:09.702Z'
ledger-qrl-js > mocha > mkdirp > minimist:
reason: None given
expires: '2020-09-28T14:57:26.056Z'
- grpc > node-pre-gyp > tar > mkdirp > minimist:
reason: None given
expires: '2020-05-05T09:42:09.702Z'
Expand All @@ -60,6 +57,9 @@ ignore:
- xolvio-sync-webdriverio > webdriverio > optimist > minimist:
reason: None given
expires: '2020-05-05T09:42:09.703Z'
- ledger-qrl-js > mocha > mkdirp > minimist:
reason: None given
expires: '2020-09-28T14:57:26.056Z'
'npm:hoek:20180212':
- phantomjs-prebuilt > request > hawk > cryptiles > boom > hoek:
reason: None given
Expand Down
2 changes: 1 addition & 1 deletion client/head.html
Expand Up @@ -2,5 +2,5 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>QRL Wallet</title>
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3/build/web/hack-subset.css">
<!-- <l ink rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3/build/web/hack-subset.css"> -->
</head>
6 changes: 3 additions & 3 deletions client/site/globals/site.variables.import.less
Expand Up @@ -13,13 +13,13 @@
@pageFont : @fontName, 'Helvetica Neue', Arial, Helvetica, sans-serif;

@googleFontName : @fontName;
@importGoogleFonts : true;
@importGoogleFonts : false;
@googleFontSizes : '400,700,400italic,700italic';
@googleSubset : 'latin';

@googleProtocol : 'https://';
/* @googleProtocol : 'https://';
@googleFontRequest : '@{googleFontName}:@{googleFontSizes}&subset=@{googleSubset}';

*/
/*-------------------
Base Sizes
--------------------*/
Expand Down
6 changes: 3 additions & 3 deletions client/themes/default/globals/site.variables.import.less
Expand Up @@ -17,13 +17,13 @@
@pageFont : @fontName, 'Helvetica Neue', Arial, Helvetica, sans-serif;

@googleFontName : @fontName;
@importGoogleFonts : true;
@importGoogleFonts : false;
@googleFontSizes : '400,700,400italic,700italic';
@googleSubset : 'latin';

@googleProtocol : 'https://';
/* @googleProtocol : 'https://';
@googleFontRequest : '@{googleFontName}:@{googleFontSizes}&subset=@{googleSubset}';

*/
/*-------------------
Base Sizes
--------------------*/
Expand Down
2 changes: 1 addition & 1 deletion devnet.json
Expand Up @@ -19,5 +19,5 @@
}
]
},
"allowUnchecksummedNodes": false
"allowUnchecksummedNodes": true
}