Commit Graph

267 Commits

Author SHA1 Message Date
Mikunj ff6e89b50d v1.4.1 2020-04-07 13:02:13 +10:00
Mikunj 07babfcf7c Bump version to 1.4.1 2020-04-07 12:59:05 +10:00
Mikunj Varsani 2eb941518c
LNS (#127)
* Add UI for lns.

* Fix watch handlers

* Made lns purchase a component.

* Add config for vscode intellisense

* Add fetching of LNS Records

* Add owner field

* Update LNS logic to use correct rpc calls.

Turns out we never send the `name` to the rpc, instead we send `name_hash` and from that we can correctly decrypt `encrypted_value`.

* Add lns record display

* Map request_index to owner

* Add viewing record details.
Refactor.

* Add decrypt ui

* Minor fix

* Added name and value decryption

* Cleanup.
Don't show records which don't belong to us.

* Refactor
2020-04-07 12:56:15 +10:00
Mikunj Varsani 551a7d4c26
Merge pull request #130 from Mikunj/auto-update-fix
Auto update fix
2020-03-30 09:30:00 +11:00
Mikunj 9d37ff9381 Don't show cannot update dialog if we failed to check for updates 2020-03-30 09:28:38 +11:00
Mikunj b16cfb8958 Remove deprecated blink code 2020-03-26 14:37:48 +11:00
Mikunj 4483dee066 Remove deprecated blink code 2020-03-26 14:36:41 +11:00
Mikunj c24a61736c Use Github auth if present when downloading binaries 2020-03-26 14:29:20 +11:00
Mikunj eb24fbfe9e Use Github auth if present when downloading binaries 2020-03-26 14:26:17 +11:00
Mikunj Varsani 04d760fcc8
v1.4.0 2020-03-26 14:06:55 +11:00
Mikunj ff32154e0d Bump version to v1.4.0 2020-03-26 11:06:21 +11:00
Mikunj Varsani bc92eba746
Bug Fixes (#128)
* Minor fixes

* Fix config saving

* Fix duplicate addresses

* Fix error on transaction prove and check

* Fix password dialog not showing
2020-03-26 09:21:04 +11:00
Mikunj bb40d104b1 Build zip alongside dmg on mac.
This is because a zip file is required for auto-updating to work.
2020-03-05 10:18:21 +11:00
Mikunj Varsani 40eb6e9ede
Merge pull request #126 from konstantinullrich/#39-GUI-wording-improvement
Improve wording for better understanding
2020-03-05 09:13:00 +11:00
Konstantin Ullrich f12db0ec1e Improve wording for better understanding 2020-03-04 20:09:36 +01:00
Mikunj Varsani a9a9ae974a
Merge pull request #123 from Mikunj/auto-update
Refactor auto updating
2020-03-04 15:50:22 +11:00
Mikunj c3bc247737 Refactor auto updating 2020-03-04 15:44:16 +11:00
Mikunj Varsani 9887813f60
Merge pull request #122 from Mikunj/prettier
Improve Linting
2020-03-04 15:13:42 +11:00
Mikunj 7add1654f2 Linting 2020-03-03 14:43:29 +11:00
Mikunj 34098f5d0b Fix code styling 2020-03-03 14:25:12 +11:00
Mikunj Varsani f213c2beb1
Merge pull request #121 from Mikunj/auto-update
Auto update
2020-03-03 14:19:24 +11:00
Mikunj f3884a3ef0 Added auto updating.
Ask user about updating.

Fix quit and install process.
Removed unnecessary logs

Added progress bar when selecting download and install.

Added releasing instructions

Minor fix
2020-03-03 10:29:59 +11:00
Mikunj 946c3161fe Merge branch 'development' 2020-01-17 09:38:54 +11:00
Mikunj b9a60aed76 Bump version to 1.3.3 2020-01-17 09:32:43 +11:00
Mikunj 66a6edce64 Improved error handling 2020-01-17 09:29:21 +11:00
Mikunj 51e2025cba Updated nodes 2020-01-15 12:24:34 +11:00
Mikunj ca00424565 Fix binaries not being copied correctly.
Add github actions step to print out bin contents
2020-01-15 10:45:43 +11:00
Mikunj 55d5765161 Fix wallet crashing on exit 2020-01-15 10:29:51 +11:00
Doyle b3879841da
Merge pull request #113 from loki-project/development
Merge Blink RPC fix into master
2020-01-13 16:25:41 +11:00
Doyle e8a2d03069
Merge pull request #112 from Doy-lee/FixBlinkRPC
Fix blink rpc not setting blink flag
2020-01-10 13:12:52 +11:00
Doyle 54f911fc94 Set the blink flag on transfer 2020-01-10 12:07:21 +11:00
Mikunj 1f1305302d Improve wallet listing and old gui wallet copying.
We now list a wallet if we have a .keys file inside the wallet directory.
Copying old wallets now archives the old wallet files first and then copies the whole contents of the directory to the wallets dir.

i don't know why i did it the hard way before...
2020-01-10 12:06:15 +11:00
Doyle 82bf776c6f
Merge pull request #109 from loki-project/development
[Merge once hardfork releases] v1.3.2 - Blink support
2020-01-09 15:17:47 +11:00
Mikunj 4a17fc0dd4 Improve wallet listing and old gui wallet copying.
We now list a wallet if we have a .keys file inside the wallet directory.
Copying old wallets now archives the old wallet files first and then copies the whole contents of the directory to the wallets dir.

i don't know why i did it the hard way before...
2019-12-18 11:52:20 +11:00
Mikunj d9e5f52a4a Fix wallet not returning to config screen if daemon or wallet exited. 2019-12-18 11:09:00 +11:00
Mikunj d27f43f8f6 Only show blink and slow priorities.
This is because blink is cheaper than the other priorities apart from slow.
2019-12-17 16:22:11 +11:00
Mikunj 95a6735c8b Bump version to 1.3.2
Fix incorrect blink multiplier
2019-12-17 15:36:08 +11:00
Mikunj Varsani 86bce9dc19
Merge pull request #108 from Mikunj/blink
Blink support
2019-12-17 15:04:56 +11:00
Mikunj Varsani 98ba616265
Merge pull request #107 from Mikunj/github-actions
Added building using github actions.
2019-12-17 15:04:40 +11:00
Mikunj 74bc3341ef Automatically publish builds. 2019-12-17 14:24:43 +11:00
Mikunj 5e85253920 Added github actions building 2019-12-17 12:56:09 +11:00
Mikunj 2208407a0e Show priority fee multipliers 2019-12-17 09:01:20 +11:00
Mikunj a51cb4c21b Added blink.
Made notarize script verbose.
2019-12-16 10:52:34 +11:00
Mikunj 4c5139d01e Fix notarization. 2019-10-17 13:33:48 +11:00
Mikunj 8eae3e75b2 Bump version to 1.3.1 2019-10-17 12:23:40 +11:00
Mikunj 6309c58ab2 Added Signing on Mac. 2019-10-15 15:15:46 +11:00
Mikunj f387cf6093 Simplify quasar build process.
Update electron builder.
2019-10-15 11:19:17 +11:00
Mikunj 058755ccaf Bump version to 1.3.0 2019-10-15 09:23:08 +11:00
Mikunj Varsani e3af225811
Merge pull request #105 from Mikunj/fixes
Bug Fixes
2019-10-15 09:19:46 +11:00
Mikunj Varsani ae8f56cf22
Merge pull request #102 from jagerman/repriotitize
Revert depriotitize (not to be merged until after 5.x fork!)
2019-10-15 09:19:29 +11:00