Author Topic: Graphene GUI testing and feedback  (Read 130045 times)

0 Members and 1 Guest are viewing this topic.

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
maybe because of feature 'Beacon'
you can open the javescript console to see what's wrong.
But I prefer to use chrome, the  scores of  html5 test is 521.

On my ipad i can create an account and login but nothing works in the dashboard.. No links working
the browser must support html5, you can try chrome, it works good in my android phone.
Ios 8.1 and safari which scores 405 out of 555 on html5test.com

Maybe it uses the web crypto api, web workers or web rtc all of which are not supported.

Offline jsidhu

  • Hero Member
  • *****
  • Posts: 1335
    • View Profile
On my ipad i can create an account and login but nothing works in the dashboard.. No links working
the browser must support html5, you can try chrome, it works good in my android phone.
Ios 8.1 and safari which scores 405 out of 555 on html5test.com

Maybe it uses the web crypto api, web workers or web rtc all of which are not supported.
« Last Edit: September 25, 2015, 05:52:15 am by jsidhu »
Hired by blockchain | Developer
delegate: dev.sidhujag

Offline boombastic

  • Sr. Member
  • ****
  • Posts: 251
    • View Profile
    • AngelShares Explorer
I borrowed some USD and the collateral position for USD is displayed correctly in my account overview page.  But how do I cover it?  I can only see a UPDATE button next to the position.
http://bitshares.dacplay.org/r/boombastic
Support My Witness: mr.agsexplorer
BTC: 1Bb6V1UStz45QMAamjaX8rDjsnQnBpHvE8

Offline Thom

I'm writing a VPS install script for graphene nodes and I'm not sure of the best way to handle the boost libs.

I don't plan to build any of the binaries on the VPS. I compile boost on a dev system from source, then afterwards compress the entire boost source hierarchy into a tarball (it's big, yeah I know) and run the "b2 install" after decompressing on it the VPS which installs the shared libs. From what I can tell, that approach still does some compiling and / or linking at install time, but it doesn't take nearly as long as starting from scratch. Still it's minutes not seconds.

The script installs all of the same packages required to compile everything from scratch, even if they're all not needed (tho I think most if not all are).

Once boost is built from source and "b2 install" is run can the boost/boost_1_57_0 folder hierarchy be removed?

Does the witness_node and cli_wallet binaries require anything from the boost tree or only from the shared libraries (/usr/local/lib/libboost*.so.1.57.0)? What about the gui out of curiosity?

Of course all this wouldn't be necessary if a binary package for the version graphene requires were available via apt-get, or I knew how to produce a .deb file from the boost build tree.

The idea of this effort is to start with a brand new VPS, copy a script and a big tarball to it and when it is done executing it will be a configured, secured node for a witness, seed or backbone node. It installs monitoring, packages, users, tools, optimizes inode caching, swaping etc. So far the script is 125 lines long and it's 95% complete.
Injustice anywhere is a threat to justice everywhere - MLK |  Verbaltech2 Witness Reports: https://bitsharestalk.org/index.php/topic,23902.0.html

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
On my ipad i can create an account and login but nothing works in the dashboard.. No links working
the browser must support html5, you can try chrome, it works good in my android phone.

Offline jsidhu

  • Hero Member
  • *****
  • Posts: 1335
    • View Profile
On my ipad i can create an account and login but nothing works in the dashboard.. No links working
Hired by blockchain | Developer
delegate: dev.sidhujag

Offline liondani

  • Hero Member
  • *****
  • Posts: 3737
  • Inch by inch, play by play
    • View Profile
    • My detailed info
  • BitShares: liondani
  • GitHub: liondani
a log-out close wallet button ?  near lock wallet button maybe....

Offline Riverhead

New version is published, please check it out https://graphene.bitshares.org
Hope it resolves most of the issues discussed in this topic today.

Cool thing about the Graphene-ui is that you don't need to bring it down to upgrade. Just git pull and it'll refresh itself :).

Offline valzav

  • Sr. Member
  • ****
  • Posts: 294
    • View Profile
New version is published, please check it out https://graphene.bitshares.org
Hope it resolves most of the issues discussed in this topic today.

Offline Riverhead


When creating a new account if you hit enter after typing in the first password it goes to the dashbaord. The password works but it did not require verification.

Offline mindphlux

  • Sr. Member
  • ****
  • Posts: 232
    • View Profile
Also, maybe change tx/block to tx/seconds .. because we're marketing 100000 tx/second, not 100000 tx/block

Right?
Please consider voting for my witness mindphlux.witness and my committee user mindphlux. I will not vote for changes that affect witness pay.

Offline liondani

  • Hero Member
  • *****
  • Posts: 3737
  • Inch by inch, play by play
    • View Profile
    • My detailed info
  • BitShares: liondani
  • GitHub: liondani
for marketing reason's use "average transaction time" instead of "average block time"
because the number will fall from 3sec to about 1.5sec   ;)

Offline svk

It does not work for me on chrome. It used to work 2 days ago. I deleted cache, the local storage, created new accounts. No avail.

http://imgur.com/HteYMNM

Console Log:

Download the React DevTools for a better development experience: https://fb.me/react-devtools
app.js:39 Connecting...
app.js:39 connecting to wss://graphene.bitshares.org:8090
app.js:4 here:  r {path: "/dashboard", abortReason: null}
app.js:41 ChainStore Init
4app.js:41 ChainStore Init

It keeps repeating ChainStore init endlessly, maybe that's the issue

This is the same isse as what jakub reported up top, I've got a fix ready just trying to figure out one more thing.

What timezone are you in and what does the footer tell you about the blockchain state? The bug here is related to date handling..

My Firefox footer shows "2 hours ago" but is continuously updating the head block number.
I'm in the UTC+01:00 time zone. (Current local time is 7.53 PM)

Yea, that's what I see as well in Firefox, it's related to how Firefox returns a Date object without taking into account timezones, unlike the other browsers. I've pushed a fix for the chainstore looping, but the dates displayed everywhere will still be wrong in Firefox, will need to look at that later.

https://github.com/cryptonomex/graphene-ui/issues/242
Worker: dev.bitsharesblocks

Offline mindphlux

  • Sr. Member
  • ****
  • Posts: 232
    • View Profile
It does not work for me on chrome. It used to work 2 days ago. I deleted cache, the local storage, created new accounts. No avail.

http://imgur.com/HteYMNM

Console Log:

Download the React DevTools for a better development experience: https://fb.me/react-devtools
app.js:39 Connecting...
app.js:39 connecting to wss://graphene.bitshares.org:8090
app.js:4 here:  r {path: "/dashboard", abortReason: null}
app.js:41 ChainStore Init
4app.js:41 ChainStore Init

It keeps repeating ChainStore init endlessly, maybe that's the issue

This is the same isse as what jakub reported up top, I've got a fix ready just trying to figure out one more thing.

What timezone are you in and what does the footer tell you about the blockchain state? The bug here is related to date handling..

I'm GMT+2, Germany.. local time 19:58 block state said 4 minutes ago - I updated my local time.. you seem to comparing the local user's time to the block time without taking care of the timezone

EDIT: it seems to work now
Please consider voting for my witness mindphlux.witness and my committee user mindphlux. I will not vote for changes that affect witness pay.

jakub

  • Guest
It does not work for me on chrome. It used to work 2 days ago. I deleted cache, the local storage, created new accounts. No avail.

http://imgur.com/HteYMNM

Console Log:

Download the React DevTools for a better development experience: https://fb.me/react-devtools
app.js:39 Connecting...
app.js:39 connecting to wss://graphene.bitshares.org:8090
app.js:4 here:  r {path: "/dashboard", abortReason: null}
app.js:41 ChainStore Init
4app.js:41 ChainStore Init

It keeps repeating ChainStore init endlessly, maybe that's the issue

This is the same isse as what jakub reported up top, I've got a fix ready just trying to figure out one more thing.

What timezone are you in and what does the footer tell you about the blockchain state? The bug here is related to date handling..

My Firefox footer shows "2 hours ago" but is continuously updating the head block number.
I'm in the UTC+01:00 time zone. (Current local time is 7.53 PM)