Commit Graph

279 Commits

Author SHA1 Message Date
Sean fbc06a407b
Merge pull request #320 from oxen-io/sort-sn-staked-list
Sorts the "MY STAKES" service node list alphabetically
2022-08-23 07:17:45 +10:00
Sean Darcy 3248e03924 Header text made visable for hardware wallet list
The headers for "Hardware Wallets" and "Normal Wallets" was not visable
due to default white color. This makes it visible.
2022-08-19 16:28:10 +10:00
Sean Darcy c44a3666f3 Sorts the "MY STAKES" service node list alphabetically
The list provided to users under service nodes -> my stakes previously
had no sorting, which made it slightly difficult to find the service
node as they would appear in a random order. This simply applys an
alphabetical ordering over the service node pubkeys so that service node
pubkey "0fa72..." will appear before pubkey "7eee3..."
2022-08-15 11:52:25 +10:00
Sean aef30512fa
Update state.js 2022-07-14 12:02:21 +10:00
Sean d33ccfe0cd
Merge branch 'development' into hardware-wallet 2022-07-14 11:53:14 +10:00
Sean 478b5305a2
Merge pull request #304 from ianmacd/pr1
Clicking on wallet addresses should open oxensn.com, not lokisn.com.
2022-06-23 07:07:03 +10:00
Ian Macdonald f2dcaf6438
Correct maximum number of contributors. 2022-06-21 15:25:44 +02:00
Ian Macdonald e5a5ac031c
Clicking on wallet addresses should open oxensn.com, not lokisn.com. 2022-06-14 10:42:42 +02:00
Sean e06fbc31e3
Merge pull request #289 from darcys22/locked-contributions-count
Update algorithm counting contributors
2022-06-10 12:26:21 +10:00
Sean 6c388b895d
Merge pull request #300 from oxen-io/batching-details
adds fields onto the wallet detail about accumulated rewards from batching
2022-06-10 12:24:14 +10:00
Sean 7613cff693
Merge pull request #298 from darcys22/colour-scheme-fixes
misc colour scheme changes
2022-06-10 12:21:02 +10:00
Sean Darcy 05441b4689 Adds detail to the wallet page about accumulated rewards from batching 2022-06-10 10:26:33 +10:00
Sean Darcy 8fd7e56795 misc colour scheme changes 2022-02-17 14:54:14 +11:00
Jason Rhinelander f2eda062a2 Fix typo 2021-11-19 08:07:09 -04:00
Sean Darcy 7e311386ad Update algorithm counting contributors
The number of contributions to a service node is dependant on the number
of locked contributions instead of contributors. The difference being
that a single contributor may make several locked contributions to a
service node which will reduce the number of available slots. To clarify
a single contributor may contribute twice to a service node, using 2
slots rather than one.
2021-07-20 14:20:58 +10:00
Sean Darcy 8f58c716f8 create wallet checkbox 2021-06-11 15:59:00 +10:00
Sean Darcy 030f4d5f82 Reduce ONS purchase validation buffer
The ONS purchase screen validated that the user needs 8 oxen to purchase
an ONS name. 7 oxen for the name and another single oxen to cover fees.
Given the current fee rates this buffer is too high and 0.1
oxen should be sufficient to cover a single ONS purchase.
2021-06-11 15:32:26 +10:00
Sean Darcy 8e4cb611a8 Merge conflicts 2021-06-11 15:25:52 +10:00
Mikunj 1b6960c636 Display hardware wallets separetely 2021-06-11 12:08:41 +10:00
Mikunj 8afb08936c Add support for creating hardware wallet 2021-06-11 12:04:57 +10:00
kylezs 6034e19343
Merge pull request #276 from darcys22/export-transfers
Creates a menu item to export the wallets transfers to CSV
2021-04-27 13:39:22 +10:00
Sean Darcy 8ac92f3906 Creates a menu item to export the wallets transfers to CSV
Utilises the export_transfers RPC wallet method that returns a string
which is simply saved to a file prompted to the user.
2021-04-27 13:33:22 +10:00
Sean Darcy 80b1d6552b Reduces the advised prices for ONS purchases
In addition reduces the minimum balance required to submit a purchase
2021-04-27 11:15:05 +10:00
kylezs ed98cde9d2
Merge pull request #274 from darcys22/cosmetic-changes
Right click options and grammar changes
2021-04-15 11:36:18 +10:00
Sean Darcy 88b2b1bb62 adds a truncation to ons wallet addresses to prevent overflowing 2021-04-14 13:14:46 +10:00
Sean Darcy 8ec2399ac1 truncate values 2021-04-14 11:49:13 +10:00
Sean Darcy c5fff0211a right click ONS records and Grammar 2021-04-14 10:20:32 +10:00
Jason Rhinelander ee21b2219b Only show reserved contribution if it's for us
Fixes the logic around showing reserved contribution nodes:

- if we are a contributor and have a reserved spot, list it first.
- if the node has no open spots, don't list it at all.

Also tweaks the display so that we *do* show unfilled reserved stakes
for us, *even if* the node is unlocking.  (But continue not showing
unstaking open nodes).
2021-04-08 21:14:53 -03:00
Jason Rhinelander 72ff2d6b53 Add braces like it's a 12-year old 2021-04-08 20:37:16 -03:00
Jason Rhinelander 9079f4cf2b Fix staking for reserved contribution spots
Reserved contributions for the current wallet were not properly being
added into the available contribution room available to a wallet; this
fixes it to include any unfilled reserved spots when showing available
stakes.
2021-04-08 02:59:23 -03:00
Sean Darcy 1da205a4be rename files and folders, Loki Name Service -> Oxen Name Service 2021-04-06 13:32:50 +10:00
Sean Darcy 78e8b89830 initial rebrand 2021-04-06 13:23:47 +10:00
Sean Darcy cb8941699d add type=wallet to ons 2021-03-23 11:30:58 +11:00
Kyle Zsembery 0b2673d11d colour changes 2021-01-11 15:37:30 +11:00
kylezs c3d0962aa7
Temp oxen binary locations for Oxen GUI release (#243) 2021-01-07 20:43:06 -08:00
kylezs 99ed706ec8
Rebrand icons (#242) 2021-01-06 20:31:44 -08:00
kylezs 1e5cfb2ecc
Oxen rebrand (#239)
Oxen rebranding
2021-01-05 21:26:42 -08:00
Kyle Zsembery 43291d6774 add data and address to signature popup 2020-11-24 12:38:46 +11:00
Kyle Zsembery d9b78c5603 signature from vuex, not local 2020-11-23 16:10:43 +11:00
Kyle Zsembery 17d17082a7 Add clear button for verify 2020-11-23 15:47:12 +11:00
Kyle Zsembery 898f9165c2 sign and verify 2020-11-23 15:32:55 +11:00
Kyle Zsembery 5ea2c67610 Allow user to type uppercase LNS names, but convert them to LC before sending to RPC 2020-10-21 15:56:45 +11:00
Kyle Zsembery 01c3aacd83 fix styles for lokinet records, bump version 2020-10-21 14:40:33 +11:00
Kyle Zsembery db4ea07476 Multi-output/split transactions can now be sent 2020-10-20 12:12:01 +11:00
Kyle Zsembery 866183feba Don't prefill value, owner or backup_owner on LNS update 2020-10-20 09:35:06 +11:00
Kyle Zsembery 6250ff86a9 remove payment id from sending tx 2020-10-15 11:43:36 +11:00
Kyle Zsembery 679b8834f3 let user enter uppercase names when decrypting for ease of use 2020-10-14 15:31:47 +11:00
Kyle Zsembery 1fe920d1be remove payment id from address header 2020-10-14 14:52:46 +11:00
Kyle Zsembery ec846227e4 remove payment id from addressbook 2020-10-14 14:49:27 +11:00
Kyle Zsembery e1c07acef2 Remove ZMQ port option from daemon settings as it's now deprecated 2020-10-14 10:10:15 +11:00