oxen-electron-gui-wallet/.vscode
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
..
settings.json.example LNS (#127) 2020-04-07 12:56:15 +10:00