Commit graph

196 commits

Author SHA1 Message Date
Mikunj 68e379c837 1.2.1 2019-06-26 08:57:29 +10:00
Mikunj Varsani 25c550b0f3
Merge pull request #86 from jagerman/atomic-value-fix
Fix atomic value calculation for stake/transfer
2019-06-26 08:53:27 +10:00
Jason Rhinelander 1120a86b70 Fix atomic value calculation for stake/transfer
The logic underlying the conversion of input value into atomic value was
wrong: for some values, `parseFloat(amount).toFixed(9) * 1e9` doesn't
result in an integer because of numeric imprecision, and so a
non-integer value gets passed into the RPC wallet which chokes on it.

For example:

    ((parseFloat("17199.899334361")).toFixed(9)*1e9).toString()

gives

    17199899334360.998

This fixes the code to multiply by 1e9 *before* rounding to an atomic
unit so that we always get an integer value.
2019-06-25 17:30:40 -03:00
Mikunj 196071fb8c Improve how daemon status is shown and fetched. 2019-06-19 16:31:48 +10:00
Mikunj bfca2a0de9 Show daemon syncing status on the starting screen. 2019-06-19 15:09:44 +10:00
Mikunj 1ac48771c6 1.2.0 2019-06-19 13:19:32 +10:00
Mikunj 00f8663c0c Linting + more translation stuff. 2019-06-19 12:38:00 +10:00
Mikunj Varsani 5ec3ce33db
Merge pull request #71 from yidakee/development
Portuguese translation - standard neutral European-Brazilian
2019-06-19 12:29:43 +10:00
Mikunj 70f261152f Sync all translations. 2019-06-19 12:10:14 +10:00
Mikunj 8b0d0a3a09 rename de-de to de 2019-06-19 11:36:20 +10:00
Mikunj 7408ece55f Display app version in the title. 2019-06-19 10:01:04 +10:00
Mikunj Varsani 8530a7f834
Merge pull request #81 from Mikunj/changes
Changes
2019-06-18 16:13:52 +10:00
Mikunj 6ea34d1513 Allow copying service node key and viewing on explorer.
Removed unlock page and moved component into staking page.
2019-06-18 15:32:29 +10:00
Mikunj 7dfc490573 Replaced US flag with GB 2019-06-18 13:58:07 +10:00
Mikunj Varsani 154eeccb28
Merge pull request #76 from Mikunj/prove-transaction
Prove and Check transaction
2019-06-18 13:53:28 +10:00
Mikunj Varsani b4aa0442f3
Merge pull request #78 from Mikunj/search
Filter transactions by other fields
2019-06-18 13:51:12 +10:00
Mikunj 57bf332f80 Replaced filter with a find so we exit early. 2019-06-18 13:50:40 +10:00
Mikunj Varsani 1853f05024 Updated translations.
Refactor code.
2019-06-13 15:46:55 +10:00
Mikunj Varsani 72e1ed79c5 Added filtering search results by other fields in the tx list. 2019-06-13 15:19:51 +10:00
Mikunj Varsani dd271a2130 Hooked up RPC calls + more UI changes. 2019-06-13 12:39:09 +10:00
Mikunj Varsani 247444b382 Added translations. 2019-06-13 10:36:19 +10:00
Mikunj Varsani 8e4b39850e Added UI for prove and check transaction 2019-06-13 10:15:54 +10:00
Mikunj Varsani 4d402bf589 Added advanced tab. 2019-06-13 09:24:00 +10:00
Mikunj Varsani a61239fb80
Merge pull request #73 from Mikunj/fixes
Features
2019-06-07 14:49:44 +10:00
Mikunj Varsani 0e903a6abc Update service node list upon stake, registration or unlock. 2019-06-07 14:47:10 +10:00
Mikunj Varsani be6b225447 Fix incorrect transaction key. 2019-06-07 14:40:19 +10:00
Mikunj Varsani 885060e7eb Translations 2019-06-07 12:07:59 +10:00
Mikunj Varsani 0c8e2e398f Redesigned service node unlock page.
Instead of asking for a hex key, we show all the service node the user is staking to along with the amount.
2019-06-07 11:58:40 +10:00
Mikunj Varsani 54d1755dac get service nodes when starting the app. 2019-06-07 10:34:29 +10:00
Mikunj Varsani f16550f725 clean up electron-main 2019-06-07 10:16:41 +10:00
Mikunj Varsani a616c2f820 Added menu when right clicking inputs. 2019-06-07 10:11:28 +10:00
Mikunj Varsani 6f819d53ba Added warning when sweeping all and unlocking. 2019-06-07 09:58:42 +10:00
yidakee c201d45524 better syntax 2019-06-06 10:32:19 +01:00
yidakee 820ed18853 fixed typo 2019-06-06 10:17:07 +01:00
yidakee b1cc6dc788 Merge branch 'development' of https://github.com/yidakee/loki-electron-gui-wallet into development 2019-06-06 10:11:46 +01:00
yidakee 65fbe99639 review changes, typos and fixes 2019-06-06 10:11:12 +01:00
Mikunj Varsani 6403a1b250
Update index.js 2019-06-06 11:24:27 +10:00
yidakee d4d879b13b small fix 2019-06-05 16:23:23 +01:00
yidakee 7d2093acba Portuguese translation in standard neutral European/Brazilian 2019-06-05 16:15:04 +01:00
Mikunj c4eacc3271 Linting. 2019-06-05 12:55:34 +10:00
Kee Jefferys f27ff7350d
Merge pull request #57 from KeeJef/German-translation
German Translation
2019-06-04 22:45:58 -04:00
Kee Jefferys d452b72ac2
Merge branch 'development' into German-translation 2019-06-04 20:35:02 -04:00
Kee Jefferys 6bc10f944c German Review changes 2019-06-04 18:38:14 +10:00
Mikunj Varsani bc1b708fd5
Merge pull request #63 from Mikunj/minor-fixes
Minor fixes
2019-05-30 09:34:34 +10:00
Mikunj 5bbed2ac40 Allow enter key to trigger button in wallet select views. 2019-05-30 09:31:26 +10:00
Mikunj a766c194e7 Always show the raw value of loki in transaction details. 2019-05-30 09:12:48 +10:00
Mikunj Varsani 454fa6672e
Merge pull request #58 from 0x00031337/development
Update to geobalanced public node rpc.nodes.rentals
2019-05-13 09:19:10 +10:00
Mikunj 0d72b6754b 1.1.4 2019-05-13 09:11:14 +10:00
0x31337 25b4e41fdf
Update backend.js
Changing rpc.nodes.rentals to rpc.stakeit.io
2019-05-12 05:36:08 +02:00
Mikunj b90f8caf58 Fix indentation errors. 2019-05-09 12:34:05 +10:00