Satinder Grewal
2e968b6cc0
Login page updated with some changes to add coin
8 years ago
Satinder Grewal
3d6fdad074
fixed issue: list transactions was not having userpass param to list transactions.
8 years ago
ca333
1c452c2331
typo fix
8 years ago
ca333
706d2c948b
corrected typo
8 years ago
Satinder Grewal
8963937a29
iguanarpc auth function now using md5 js lib
8 years ago
Satinder Grewal
b4c90d3594
logout, re-login bug fixed
Logout and lock screen cleared session storage completely including the
tempIguana password.
Only set to clear the data which needs to be cleared while logout/lock.
This seems to have fixed issue of logout and relogin.
8 years ago
Satinder Grewal
e618e8d82c
user pass security implemented
Tested with latest iguana binary from dev branch.
After adding coin from electron any api calls further applied without
that same password doesn’t complete.
Hence user is not able to login using the same coin from browser.
might need further more testing to find any bugs or issues in this
implementation
8 years ago
Satinder Grewal
4f81bfbf1a
addcoin button improved/fixed/updated on topmenu
8 years ago
Satinder Grewal
ca2ff5b458
bugfix: new receive add button in wallet widget was generating multiple address in 1 click
whenever a new coin added the script was executing the
Dashboard.init(), to refresh, and along with it it was also executing
functions multiple time, causing same functions to execute multiple
times, as the init was running as much time the Dashboard.init() was
running. this update should fix the issue.
8 years ago
Satinder Grewal
97a3c6c1cc
Komodo option added to login screen
8 years ago
Satinder Grewal
b47f870a4d
EasyDEX logo updated
8 years ago
Satinder Grewal
9c33571744
disabled electron jquery & toaster module links in html
8 years ago
Satinder Grewal
4aa887b35f
login page won't check to see if iguana is running or not
as it’s assumed desktop wallet is already running iguana.
but if login tried, it should show iguana not running message.
8 years ago
Satinder Grewal
a7c90c7bd8
electron specific changes
8 years ago
Satinder Grewal
cef600c65b
Unity-App related update to fix jquery and toastr errors
8 years ago
Satinder Grewal
edcd410b37
test
8 years ago
Satinder Grewal
f83a440bcb
test
8 years ago
Satinder Grewal
947f00df3f
edex dashboard wallet recieve section updated with code
8 years ago
Satinder Grewal
632e3187f5
some code clean, iguana_api.js updated
iguana_api.js updated with get new address and list addresses of
selected coin
8 years ago
Satinder Grewal
a72772afca
few more changes to easydex dashboard
8 years ago
Satinder Grewal
0bff1f1575
file was left in previous commit
8 years ago
Satinder Grewal
9830401e0b
komodo/zcash ui possible fixes, and edex send screen tiny updates
8 years ago
Satinder Grewal
b65f10a512
easydex wallet dashboard code updated
8 years ago
Satinder Grewal
4c6fa21a55
easydex dashboard getbalance possible bug fix
8 years ago
Satinder Grewal
d0dd07048f
progress bar bug fixed
8 years ago
Satinder Grewal
bda7aaa440
dashboard init load possible fix
8 years ago
Satinder Grewal
b1a73fc247
iguana_api.js updated with more api functions, dashboard fixes
8 years ago
Satinder Grewal
b17b88b960
send to address js code added
8 years ago
Satinder Grewal
a5f56a539a
send screen for easydex wallet widget
8 years ago
Satinder Grewal
ec95e6acf9
test
8 years ago
Satinder Grewal
17b79f949c
test
8 years ago
Satinder Grewal
46355f8188
test
8 years ago
Satinder Grewal
73d3f91950
test
8 years ago
Satinder Grewal
0cb6201f61
test
8 years ago
Satinder Grewal
657a6987e8
EasyDEX-GUI test dashboard code
8 years ago
Satinder Grewal
79a14c3d1f
Revert "backups and experimenting easydex-gui dashboard"
This reverts commit 59c2890f29
.
8 years ago
Satinder Grewal
d5e1490f01
Revert "test"
This reverts commit c2ccd1db7d
.
8 years ago
Satinder Grewal
c2ccd1db7d
test
8 years ago
Satinder Grewal
59c2890f29
backups and experimenting easydex-gui dashboard
8 years ago
Satinder Grewal
e63b29b14e
KMD wallet div margin fix
8 years ago
Satinder Grewal
7c974f4c81
New EasyDEX-GUI dashboard base structure added
8 years ago
Satinder Grewal
518b73c025
clear send field data after executing z_sendmany API
8 years ago
Satinder Grewal
93c402e536
dashboard balances text size updated to show coin ticker by it's side
8 years ago
Satinder Grewal
ce209b6e88
spelling mistake :P
8 years ago
Satinder Grewal
c965c7033c
some gui fixes, and error handling code updated in js/html part
8 years ago
Satinder Grewal
4f439ce5e4
Komodo/Zcash GUI initialise wallet checks added
8 years ago
Satinder Grewal
dfa1269004
another bug fix to switch api for 2 functions in js code
8 years ago
Satinder Grewal
1d8c4bc5a1
bug fixed to switch API from komodo to zcash gui, and added interest to show in komodo GUI
8 years ago
Satinder Grewal
8b6bbd5e0f
Zcash GUI Wallet in EasyDEX now using exact same Komodo GUI code
Both Komodo GUI and Zcash GUI uses the same set of common code to
display and do wallet actions.
will be coding different parts of each to handle differently as move
forward to GUI development.
8 years ago
Satinder Grewal
887fd83a77
Send Komodo Coins API via z_sendmany API linked to form, tested, and works
8 years ago