Coder Social home page Coder Social logo

lisk-ui's People

Stargazers

 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

lisk-ui's Issues

Enforce BIP39 mnemonic checksum on passphrases

Crypto-currency brain wallets have a history of problems concerning users choosing too simple passphrases for their accounts. It’s important to understand that the passphrase represents the private key of your account. Therefore, we integrate mnemonic checksumming of passphrases that conforms to BIP39, forcing users to generate highly secure passphrases directly inside our client (12 words like: all spike short ill claim field credit doctor paddle appear price music).

https://blog.lisk.io/official-lisk-mainnet-launch-end-of-april-2ec622f6921e

Complete multi-signature user-interface

  • Multi-signature transactions -> "confirmed transactions" : Navigation entry not selected, transactions don't appear there.
  • Multi-signature king doesn't see his own multi-signature group.
  • At the top you should see all current transactions AND if there are <7 the old ones.

Issue when balance <=1

Please see 9550345879566156771L you can test it with secret "voice fossil rifle lamp enact control way shift april hundred claim tent" the balance shows as 1 and if the transfer fee is 0.1 this account should be able to send 0.9 however you can not as any amount <1 throws "Invalid LSK amount" and if you enter 1 error "Account has no LISK" is thrown.

Transaction appear but did not affect balance

I have received incoming transaction, it has been added on /dashboard transaction list, but did not affect balance. After jumping off and on /dashboard again it worked. But did not worked at the time tx was added.

Alert in wrong place

When desired account does not exists alert appear under amount which is logically incorrect.

List delegate voters

The client should list the votes received for the currently signed-in delegate account.

Voted delegates not showing with message none voted for

Have to reload web client page and log back in to see delegates voted for after returning from sleep mode, just get message i haven't voted for any delegates otherwise even though it shows number voted for at top.

Firefox 45.0.2, Windows 7

Delegate registration missing in forging panel

From: LiskArchive/lisk-sdk#58

Delegate registration button missing in forging panel when registering a second delegate from web client. Workaround is to refresh the client web page before signing in to account. This has been persistent in Crypti as well. Behavior is in Firefox, Windows 7, not checked in other browsers or OS.

Account menu bug

Sometimes when user click on account menu settings pop-box remains hidden below other bar.
screen shot 2016-05-25 at 11 00 31
After ~5-20s it loads correctly
screen shot 2016-05-25 at 11 00 26
Anyway usually it's fine. It's not related to login.lisk.io overload. Bug occurs also on independent nodes.

I assume it's related to delay while checking if user have enabled 2nd passphrase or not, solution for this maybe at first, loading side bar with pre-defined menu items like "My Profile","Settings","Logout", and as soon we get reply from node, showing option to enable passphrase in case 2nd passphrase is disabled.

GUI voting broken

I used the Lisk Autovote script to vote through my node.

Now my node reports votes for more than 24H ago that don't appear on others' nodes.
As an exmple I upload a screenshot here for a vote to bangomatic and vrlc92 that appear in my gui but not in the login03.lisk.io api call https://login03.lisk.io/api/accounts/delegates/?address=7979991174011253563L

screenshot from 2016-05-27 15 13 50

I can also not remove the vote because it doesn't appear on the votes list. Only on the delegates list.

Needed: Guaranteed transaction after click on "SEND", or at least a confirmation.

Submitted by Lisk community member Lisk:

I just tried to transfer some lisks but after i clicked the send button nothing happened. In other words, i did not get confirmation that the lisks were sent. So i clicked several more times, with the result that same transfer happened three times in a row. Would it be suggestion to add something like a confirmation after you click send?

Dapp Installation states "Passphrase" and "Password"

We need to unify it.

E.g.

Please enter node master password.

Master Password

The master password is only accessible by the node owner. It's an auto generated and can be found at the end of the config.json file.

Downloading / Starting apps results in wrong password

When trying to install any app from DAppStore it resulted in wrong password alert. I have tried to use 1st and 2nd passphrase, both invalid. In the same time i was able to use other functions like sending / voting

Login Problem on IE11

It's not possible to login on the IE11.

Error msg: Passphrase must be a valid BIP39 mnemonic code.

Reference to USD should be replaced with BTC or removed completely

I would like the reference to USD removed. It is biased towards one country and cypto should try to move away from fiat references when possible. Possible solutions.

  1. Replaced with BTC value would be more appropriate in my opinion.
  2. If not all languages that Lisk supports should have their currency listed.
  3. References to other fiat or crypto removed completely.

nmp install creates Permission Deinied

When I pulled independently - since git submodule public didn't work - to try to build lisk a lot of errors occurred on nmp install.

Permission denied and cannot read from remote repository.

Error creating Multisig Step 3/3

Testnet 0.2.1. Chrome browser. All 3 accounts had more than 10 Lisks during this step. Error message seems not to return a valid Lisk account number?
error2

Sending transactions , fee , send all

I would like suggest to add small button which allow to automatically pre-fill field with entire possible amount to send with fee deduced automatically, also it would be great to add little checkbox if user want to pay fee from sending amount or take it from account instead deducing amount defined in transaction.

Delegate list not ordered correctly by 'Uptime'

The delegate list is not ordered correctly when you press on the 'Uptime' column header. It looks like it is ordered by string/character and not by numbers. Maybe the same issue exists also for the 'Approval' column.

Multisignature GUI buginess

  • I enabled 2-of-2 multisignature on 11363614320457116995L (account #1)
  • I added 21222387859400980L (account #2) as 2nd account
  • both accounts had 10 Lisk balance
  • I login to 11363614320457116995L (account #1)
    "Multisignature" tab on left side sporadically disappears and re-appears

"My Multisignature Groups" box sporadically disappears and re-appears

I don't see any "Multisignature" tab in account #2

I don't see any option for adding a 2nd confirmation to the transaction in account #2
http://imgur.com/9ug9VLx

I tried on 2 of my nodes and testnet.lisk.io using both google chrome and firefox

Error If balance <= 1

Please see 9550345879566156771L you can test it with secret "voice fossil rifle lamp enact control way shift april hundred claim tent" the balance shows as 1 and if the transfer fee is 0.1 this account should be able to send 0.9 however you can not as any amount <1 throws "Invalid LSK amount" and if you enter 1 error "Account has no LISK" is thrown.

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.