Coder Social home page Coder Social logo

particl / particl-desktop Goto Github PK

View Code? Open in Web Editor NEW
176.0 39.0 89.0 84.2 MB

The GUI application for Particl Markeplace and PART coin wallet. A decentralized peer to peer marketplace –free, secure, private, untraceable.

Home Page: https://particl.io

License: GNU General Public License v2.0

JavaScript 6.46% Dockerfile 0.02% Shell 0.47% Python 0.22% TypeScript 60.34% HTML 21.49% SCSS 10.97% CSS 0.04%
gui angular angular-cli html5 privacy blockchain marketplace private-market particl cryptocurrency

particl-desktop's People

Contributors

allienworks avatar anandsinghparihar avatar cis-shubham-t avatar claudiocabral avatar demyanrogozhin avatar dependabot[bot] avatar gerlofvanek avatar greenkeeper[bot] avatar henkswardt avatar jdeanwallace avatar kewde avatar pciavald avatar rynomster avatar skieter avatar spazzymoto avatar tecnovert avatar vikas-cis avatar xludx avatar zasmilingidiot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

particl-desktop's Issues

An in-range update of @angular/router is breaking the build 🚨

Version 4.4.6 of @angular/router was just published.

Branch Build failing 🚨
Dependency @angular/router
Current Version 4.4.5
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

@angular/router is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
  • coverage/coveralls First build on greenkeeper/@angular/router-4.4.6 at 35.799% Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Material GUI bugs.

Working through the Material GUI, a number of issues has been picked up that needs attention, Please have a look at the points below.

Send Page:

  1. Making a payment is not possible, nothing happens after selecting the make payment button
  2. Pay To field, Paste button: Tootltip says copy, should be paste
  3. Pay To field, Paste button: Icon suggests copy action, change to paste icon

History Page:

  1. Transactions are duplicated

Overview Page:

  1. Transactions are duplicated

Create new Wallet- Write down recovery phrase step:

  1. No tooltip on copy button
  2. No pointer icon on copy button

Create new Wallet- Enter Phrase step:

  1. After entering phrases and selecting button, nothing happens

Amount Field Decimal Placing

On both Send Payment and Balance Transfer Page you have the amount field which shows default as "0.000000000000000" - Particl is divisible by 8 not 16.

An in-range update of @angular/platform-browser is breaking the build 🚨

Version 4.4.6 of @angular/platform-browser was just published.

Branch Build failing 🚨
Dependency @angular/platform-browser
Current Version 4.4.5
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

@angular/platform-browser is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
  • coverage/coveralls First build on greenkeeper/@angular/platform-browser-4.4.6 at 35.799% Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @angular/forms is breaking the build 🚨

Version 4.4.6 of @angular/forms was just published.

Branch Build failing 🚨
Dependency @angular/forms
Current Version 4.4.5
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

@angular/forms is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
  • coverage/coveralls First build on greenkeeper/@angular/forms-4.4.6 at 35.799% Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of rxjs is breaking the build 🚨

Version 5.5.0 of rxjs was just published.

Branch Build failing 🚨
Dependency rxjs
Current Version 5.4.3
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

rxjs is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • coverage/coveralls Coverage pending from Coveralls.io Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Add staking icon

We should add a staking icon to the status component, that shows whether or not you are staking.

We should also show an estimate as to how long until you will stake, as well as your staking weight and the network staking weight.

Privacy bar not clickable (UX suggestion)

  1. When i saw the privacy bar with the normal/medium/high indication i tried to click the bar multiple times to try and switch between the different levels. Only later i found that clicking the text itself changed the privacy level. To prevent confusion, either place the normal/medium/high text above the bar or make the bar clickable alongside the text.

  2. It would be helpful to have a short explanation between the different privacy levels in the GUI itself, without having to look on wiki, part website or whatever documentation. I think this can be done elegantly (with a ? symbol and mouseover for example)

Encrypt Wallet error

After entering the password twice to encrypt the wallet you get a "couldn't connect to Particl Daemon"
Not very user intuitive - User should be told or the App should auto restart?

Account Restore says "couldn't connect to Particl Daemon"

When restoring I get the error "couldn't connect to Particl Daemon".
There is no way to exit this screen without closing down the interface. I can clearly see the daemon is connected as the Sync Bar at the bottom is progressing.

Also when I check the daemon directly I can see that the restore did indeed complete and the account was created.

An in-range update of @angular/core is breaking the build 🚨

Version 4.4.6 of @angular/core was just published.

Branch Build failing 🚨
Dependency @angular/core
Current Version 4.4.5
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

@angular/core is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
  • coverage/coveralls First build on greenkeeper/@angular/core-4.4.6 at 35.799% Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Receive - Private Tab

What are private addresses? it seems to show an address starting with SPG (looks like stealth) and the New Private Address modal does nothing.

An in-range update of @types/node is breaking the build 🚨

Version 8.0.11 of @types/node just got published.

Branch Build failing 🚨
Dependency @types/node
Current Version 8.0.10
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As @types/node is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

"Nexr" buttons typo

The "Next Step" buttons on all the following interfaces are misspelled as "Nexr Step":

Create new Wallet, step 2 onward (not an issue on the first step)
Restore Wallet, step 2 onward (not an issue on the first step)

image

Unlock Password off centre

The wallet unlock interface is not center alligned when it is reached from the Restore Wallet and Create Wallet action:

image

An in-range update of @angular/platform-browser-dynamic is breaking the build 🚨

Version 4.4.6 of @angular/platform-browser-dynamic was just published.

Branch Build failing 🚨
Dependency @angular/platform-browser-dynamic
Current Version 4.4.5
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

@angular/platform-browser-dynamic is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
  • coverage/coveralls First build on greenkeeper/@angular/platform-browser-dynamic-4.4.6 at 35.799% Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Radio buttons 'From account' (between Send payment-/Balance transfer tabs) appear to be dependent/buggy

Go to Send, From account is set to Public by default (no privacy bar visible)
Now go to tab Balance transfer and select From account: Private (privacy bar becomes visible)
So far so good...

Navigate back to tab send payment: The privacy bar is now visible here while no radio button is selected (remember: default was public before and no privacy bar was visible).

I think you want to make these two tabs completely independent.

Create contributor-friendly issues

I was recently contacted by a community member who suggested that we create some contributor-friendly issues. Basically, they are small tasks that do not require a lot of expertise and are easy to do.

I will be adding some over the course of the next few weeks, feel free to create your own.

Radio buttons (tab: balance transfer) between from/to account not properly configured

There are a couple inconsistencies here.

1: 'From'- and 'To' account are default set to 'Public' when opening this tab.
However, after switching 'To' account from 'Public' to 'Blind', 'Public' is not selectable anymore (when trying to switch back). Why were these radio buttons set to public / public by default when opening this tab in the first place? There is a workaround however: Set 'From' to 'Blind', now set 'To' back to 'Public'. 'From' can now be set back to Public. This seems to be a bug/workaround for something you wanted to prevent the user from doing.

2: I'm able to select 'Private' in both 'From' and 'To' account, this differs from the above example. Why?

More detailed connection/network information

Currently you can only see the amount of peers you're connected to when hovering over the connection status icon.

On click of this status icon we can show a modal which also displays the IP addresses and additional information about the nodes.

The information can be retrieved through getpeerinfo

user@host:~/particl/particl-core/src$ ./particl-cli -rpcuser=test -rpcpassword=test -testnet getpeerinfo
[
  {
    "id": 40159,
    "addr": "52.168.150.252:51938",
    "addrlocal": "188.209.52.238:33026",
    "addrbind": "10.137.5.25:46551",
    "services": "000000000000002d",
    "services_str": "NETWORK | BLOOM | WITNESS | SMSG",
    "relaytxes": true,
    "lastsend": 1506421705,
    "lastrecv": 1506421764,
    "bytessent": 5308,
    "bytesrecv": 19433,
    "conntime": 1506419054,
    "timeoffset": -78,
    "pingtime": 1.01847,
    "minping": 0.441078,
    "version": 90004,
    "subver": "/Satoshi:0.14.2.2/",
    "inbound": false,
    "addnode": false,
    "startingheight": 15344,
    "currentheight": 15353,
    "banscore": 0,
    "synced_headers": 15354,
    "synced_blocks": 15354,
    "inflight": [
    ],
    "whitelisted": false,
    "bytessent_per_msg": {
      "addr": 55,
      "feefilter": 32,
      "getaddr": 24,
      "getdata": 601,
      "getheaders": 861,
      "headers": 1820,
      "inv": 61,
      "ping": 828,
      "pong": 736,
      "sendcmpct": 66,
      "sendheaders": 24,
      "smsgPing": 24,
      "smsgPong": 24,
      "verack": 24,
      "version": 128
    },
    "bytesrecv_per_msg": {
      "*other*": 48,
      "addr": 1370,
      "block": 6679,
      "feefilter": 32,
      "getheaders": 861,
      "headers": 8637,
      "ping": 828,
      "pong": 736,
      "sendcmpct": 66,
      "sendheaders": 24,
      "verack": 24,
      "version": 128
    }
  }, 
  {
    "id": 40160,
    "addr": "40.71.94.86:51938",
    "addrlocal": "188.209.52.238:54062",
    "addrbind": "10.137.5.25:44850",
    "services": "000000000000002d",
    "services_str": "NETWORK | BLOOM | WITNESS | SMSG",
    "relaytxes": true,
    "lastsend": 1506421705,
    "lastrecv": 1506421764,
    "bytessent": 4508,
    "bytesrecv": 12644,
    "conntime": 1506419054,
    "timeoffset": -78,
    "pingtime": 1.018311,
    "minping": 0.498175,
    "version": 90004,
    "subver": "/Satoshi:0.14.2.2(bitcore)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 15344,
    "currentheight": 15353,
    "banscore": 0,
    "synced_headers": 15354,
    "synced_blocks": 15354,
    "inflight": [
    ],
    "whitelisted": false,
    "bytessent_per_msg": {
      "addr": 55,
      "feefilter": 32,
      "getaddr": 24,
      "getheaders": 861,
      "headers": 1682,
      "ping": 828,
      "pong": 736,
      "sendcmpct": 66,
      "sendheaders": 24,
      "smsgPing": 24,
      "smsgPong": 24,
      "verack": 24,
      "version": 128
    },
    "bytesrecv_per_msg": {
      "*other*": 48,
      "addr": 1190,
      "feefilter": 32,
      "getheaders": 861,
      "headers": 8637,
      "inv": 61,
      "ping": 828,
      "pong": 736,
      "sendcmpct": 66,
      "sendheaders": 24,
      "verack": 24,
      "version": 137
    }
  }, 
  {
    "id": 40162,
    "addr": "185.83.218.151:51938",
    "addrlocal": "188.209.52.238:36644",
    "addrbind": "10.137.5.25:60605",
    "services": "000000000000002d",
    "services_str": "NETWORK | BLOOM | WITNESS | SMSG",
    "relaytxes": true,
    "lastsend": 1506421705,
    "lastrecv": 1506421764,
    "bytessent": 3485,
    "bytesrecv": 23092,
    "conntime": 1506419056,
    "timeoffset": -78,
    "pingtime": 0.879172,
    "minping": 0.496439,
    "version": 90004,
    "subver": "/Satoshi:0.14.2.2/",
    "inbound": false,
    "addnode": false,
    "startingheight": 15344,
    "currentheight": 15353,
    "banscore": 0,
    "synced_headers": 15354,
    "synced_blocks": 15354,
    "inflight": [
    ],
    "whitelisted": false,
    "bytessent_per_msg": {
      "addr": 55,
      "feefilter": 32,
      "getaddr": 24,
      "getdata": 601,
      "getheaders": 861,
      "headers": 25,
      "ping": 828,
      "pong": 736,
      "sendcmpct": 99,
      "sendheaders": 24,
      "smsgPing": 24,
      "smsgPong": 24,
      "verack": 24,
      "version": 128
    },
    "bytesrecv_per_msg": {
      "*other*": 48,
      "addr": 1245,
      "block": 7527,
      "cmpctblock": 4255,
      "feefilter": 32,
      "getheaders": 861,
      "headers": 7257,
      "inv": 61,
      "ping": 828,
      "pong": 736,
      "sendcmpct": 66,
      "sendheaders": 24,
      "verack": 24,
      "version": 128
    }
  }, 
  {
    "id": 40164,
    "addr": "13.94.149.22:51938",
    "addrlocal": "188.209.52.238:44680",
    "addrbind": "10.137.5.25:49178",
    "services": "000000000000002d",
    "services_str": "NETWORK | BLOOM | WITNESS | SMSG",
    "relaytxes": true,
    "lastsend": 1506421705,
    "lastrecv": 1506421764,
    "bytessent": 3510,
    "bytesrecv": 26126,
    "conntime": 1506419057,
    "timeoffset": -78,
    "pingtime": 0.878933,
    "minping": 0.602885,
    "version": 90004,
    "subver": "/Satoshi:0.14.2.2/",
    "inbound": false,
    "addnode": false,
    "startingheight": 15344,
    "currentheight": 15353,
    "banscore": 0,
    "synced_headers": 15354,
    "synced_blocks": 15354,
    "inflight": [
    ],
    "whitelisted": false,
    "bytessent_per_msg": {
      "addr": 55,
      "feefilter": 32,
      "getaddr": 24,
      "getdata": 626,
      "getheaders": 861,
      "headers": 25,
      "ping": 828,
      "pong": 736,
      "sendcmpct": 99,
      "sendheaders": 24,
      "smsgPing": 24,
      "smsgPong": 24,
      "verack": 24,
      "version": 128
    },
    "bytesrecv_per_msg": {
      "*other*": 48,
      "addr": 1160,
      "block": 6270,
      "cmpctblock": 4255,
      "feefilter": 32,
      "getheaders": 861,
      "headers": 7257,
      "inv": 61,
      "ping": 828,
      "pong": 736,
      "sendcmpct": 66,
      "sendheaders": 24,
      "tx": 4376,
      "verack": 24,
      "version": 128
    }
  }, 
  {
    "id": 40845,
    "addr": "13.93.115.132:51938",
    "addrlocal": "66.70.217.179:58732",
    "addrbind": "10.137.5.25:48320",
    "services": "000000000000002d",
    "services_str": "NETWORK | BLOOM | WITNESS | SMSG",
    "relaytxes": true,
    "lastsend": 1506421744,
    "lastrecv": 1506421764,
    "bytessent": 1604,
    "bytesrecv": 3156,
    "conntime": 1506421502,
    "timeoffset": -69,
    "pingtime": 0.536041,
    "minping": 0.536041,
    "version": 90004,
    "subver": "/Satoshi:0.15.0.2.1/",
    "inbound": false,
    "addnode": false,
    "startingheight": 15351,
    "currentheight": 15353,
    "banscore": 0,
    "synced_headers": 15354,
    "synced_blocks": 15354,
    "inflight": [
    ],
    "whitelisted": false,
    "bytessent_per_msg": {
      "addr": 55,
      "feefilter": 32,
      "getaddr": 24,
      "getheaders": 861,
      "headers": 138,
      "ping": 108,
      "pong": 96,
      "sendcmpct": 66,
      "sendheaders": 24,
      "smsgPing": 24,
      "smsgPong": 24,
      "verack": 24,
      "version": 128
    },
    "bytesrecv_per_msg": {
      "*other*": 48,
      "addr": 1215,
      "feefilter": 32,
      "getheaders": 861,
      "headers": 552,
      "ping": 108,
      "pong": 96,
      "sendcmpct": 66,
      "sendheaders": 24,
      "verack": 24,
      "version": 130
    }
  }, 
  {
    "id": 40919,
    "addr": "196.215.92.249:51938",
    "addrbind": "10.137.5.25:35338",
    "services": "0000000000000000",
    "services_str": "",
    "relaytxes": false,
    "lastsend": 1506421761,
    "lastrecv": 0,
    "bytessent": 128,
    "bytesrecv": 0,
    "conntime": 1506421761,
    "timeoffset": 0,
    "version": 0,
    "subver": "",
    "inbound": false,
    "addnode": false,
    "startingheight": -1,
    "currentheight": -1,
    "banscore": 0,
    "synced_headers": -1,
    "synced_blocks": -1,
    "inflight": [
    ],
    "whitelisted": false,
    "bytessent_per_msg": {
      "version": 128
    },
    "bytesrecv_per_msg": {
    }
  }, 
  {
    "id": 40920,
    "addr": "216.218.222.13:51938",
    "addrbind": "10.137.5.25:35901",
    "services": "0000000000000000",
    "services_str": "",
    "relaytxes": false,
    "lastsend": 1506421763,
    "lastrecv": 0,
    "bytessent": 128,
    "bytesrecv": 0,
    "conntime": 1506421763,
    "timeoffset": 0,
    "version": 0,
    "subver": "",
    "inbound": false,
    "addnode": false,
    "startingheight": -1,
    "currentheight": -1,
    "banscore": 0,
    "synced_headers": -1,
    "synced_blocks": -1,
    "inflight": [
    ],
    "whitelisted": false,
    "bytessent_per_msg": {
      "version": 128
    },
    "bytesrecv_per_msg": {
    }
  }, 
  {
    "id": 40921,
    "addr": "41.177.156.36:51938",
    "addrbind": "10.137.5.25:37281",
    "services": "0000000000000000",
    "services_str": "",
    "relaytxes": false,
    "lastsend": 1506421767,
    "lastrecv": 0,
    "bytessent": 128,
    "bytesrecv": 0,
    "conntime": 1506421767,
    "timeoffset": 0,
    "version": 0,
    "subver": "",
    "inbound": false,
    "addnode": false,
    "startingheight": -1,
    "currentheight": -1,
    "banscore": 0,
    "synced_headers": -1,
    "synced_blocks": -1,
    "inflight": [
    ],
    "whitelisted": false,
    "bytessent_per_msg": {
      "version": 128
    },
    "bytesrecv_per_msg": {
    }
  }
]

An in-range update of @angular/common is breaking the build 🚨

Version 4.4.6 of @angular/common was just published.

Branch Build failing 🚨
Dependency @angular/common
Current Version 4.4.5
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

@angular/common is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
  • coverage/coveralls First build on greenkeeper/@angular/common-4.4.6 at 35.799% Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of electron is breaking the build 🚨

Version 1.7.8 of electron just got published.

Branch Build failing 🚨
Dependency electron
Current Version 1.8.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As electron is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes electron v1.7.8

Bug Fixes

  • [SECURITY] Fixed Chromium RCE vulnerability

Linux

  • Fixed app.makeSingleInstance hanging. #10586

macOS

  • Fixed missing extension when saving a file without filters #10586
Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Menu unpinning: UX improvement

  1. To me as a user, this feels weird. Either de-pin and collapse both frames at the same time when mouse is still on the pin icon, or preferably collapse both at the same time when mouse leaves the pin icon. Currently, the info displayed on the right frame becomes partly hidden behind the left frame (menu) when mouse is still on menu. It stays partly hidden when the menu is exposed again. i think all info on the right frame should always be displayed, no matter if the menu is exposed or not.

  2. Maybe add a mouseover with info on the pin button (Pin menu / Hide menu)

Component: settings

I see the wireframe for most fundamental components are already in place. We should probably add "settings" too as a milestone for our first release.

An in-range update of @types/node is breaking the build 🚨

Version 8.0.45 of @types/node was just published.

Branch Build failing 🚨
Dependency @types/node
Current Version 8.0.44
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

@types/node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • coverage/coveralls First build on greenkeeper/@types/node-8.0.45 at 35.799% Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

"couldn't connect to Particl Daemon"

Rather than displaying this error on a full screen modal page which sometimes results in having to shutdown the app (the x does not always display top right) we should have a small popup widget (like bittrex order filled ones) which shows when the device has lost connection to the daemon (and it should always remain there whilst the connection is lost) - should check every X/secs to see if the connection is restored.

An in-range update of @angular/compiler-cli is breaking the build 🚨

Version 4.4.6 of @angular/compiler-cli was just published.

Branch Build failing 🚨
Dependency @angular/compiler-cli
Current Version 4.4.5
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

@angular/compiler-cli is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
  • coverage/coveralls First build on greenkeeper/@angular/compiler-cli-4.4.6 at 35.799% Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @angular/cli is breaking the build 🚨

Version 1.4.8 of @angular/cli was just published.

Branch Build failing 🚨
Dependency @angular/cli
Current Version 1.4.7
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

@angular/cli is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • coverage/coveralls First build on greenkeeper/@angular/cli-1.4.8 at 35.799% Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v1.4.8

Bug Fixes

  • @angular/cli: add missing webpack-sources dep (2a3490f), closes #8075
  • @angular/cli: do not limit arguments of schematics (3726abf)
  • @angular/cli: show warning on TypeScript 2.5 (f4881e6)
  • @angular/cli: update file-loader and url-loader (776af86)
FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

encrypting wallet error

WINDOWS - when encrypting wallet for first time, there is an error, screen shots attached
encrypting_wallet_1
encrypting_wallet_2

"partgui" everywhere

Installer, Header, Filename etc all say "partgui" vs Partical Wallet? (or Partical Electron Wallet)

An in-range update of @angular/animations is breaking the build 🚨

Version 4.4.6 of @angular/animations was just published.

Branch Build failing 🚨
Dependency @angular/animations
Current Version 4.4.5
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

@angular/animations is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
  • coverage/coveralls First build on greenkeeper/@angular/animations-4.4.6 at 35.799% Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Back and Next Step buttons off Centre

On the first step of the Create New Wallet and Restore Wallet actions, the "Back" and "Next Step" buttons are not middle aligned. On subsequent steps the buttons are however appropriately aligned

image

An in-range update of @angular/compiler is breaking the build 🚨

Version 4.4.6 of @angular/compiler was just published.

Branch Build failing 🚨
Dependency @angular/compiler
Current Version 4.4.5
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

@angular/compiler is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
  • coverage/coveralls First build on greenkeeper/@angular/compiler-4.4.6 at 35.799% Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @angular/http is breaking the build 🚨

Version 4.4.6 of @angular/http was just published.

Branch Build failing 🚨
Dependency @angular/http
Current Version 4.4.5
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

@angular/http is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
  • coverage/coveralls First build on greenkeeper/@angular/http-4.4.6 at 35.799% Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of zone.js is breaking the build 🚨

Version 0.8.13 of zone.js just got published.

Branch Build failing 🚨
Dependency zone.js
Current Version 0.8.12
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

zone.js is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 10 commits.

  • 79baffb chore: release v0.8.13
  • 667cd6f fix(spec): FakeAsyncTestZoneSpec.flush() passes limit along to scheduler (#831)
  • 273cb85 fix(websocket): fix #824, patch websocket onproperties correctly in PhantomJS (#826)
  • 047d9b2 feat(saucelab): integrate saucelab webdriver test. (#819)
  • fabddd8 strongloop/zone library is now deprecated (#825)
  • b3a76d3 feat(eventListener): fix #798, improve EventTarget.addEventListener performance (#812)
  • 98f3903 refactor(util): replace zoneSymbol with Zone.symbol (#809)
  • f439fe2 fix(promise): fix #806, remove duplicate consolelog (#807)
  • 3a017d3 perf: Add addEventListener benchmark
  • 8260f1d fix(spec): fakeAsyncTestSpec should handle requestAnimationFrame (#805)

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.