Commit Graph

597 Commits

Author SHA1 Message Date
Jason Rhinelander f2eda062a2 Fix typo 2021-11-19 08:07:09 -04:00
Sean d44a9a3322
Merge pull request #288 from darcys22/observer-sn-link
Update oxen observer link for service nodes
2021-11-10 08:50:58 +11:00
Sean Darcy 6f7cf7c00d point the icon image to the provided image 2021-11-03 16:57:30 +11: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 e7015e7d14
Merge pull request #284 from darcys22/reduce-buffer-ons-purchase
Reduce ONS purchase validation buffer
2021-07-20 11:39:13 +10:00
Sean Darcy cc847a007f Update oxen observer link for service nodes
Previously the oxen observer link for service nodes was of the form

https://oxen.observer/service_node/d8e...8898b6

is now

https://oxen.observer/sn/d8e...8898b6

and this updates the wallet link to reflect the change
2021-07-20 11:30:48 +10:00
Sean Darcy 9c9c089c15 Slow heartbeat for hw wallet and generate hwdev.txt file
The heartbeat was overloading the rpc wallet with calls every 5 seconds
which resulted in an ever growing queue of messages. Have slowed the
hearbeat down significantly for hardware wallets.

Have also added code to ensure that the hwdev.txt file gets created upon
wallet creation, the GUI wallet needs this to know if a wallet is a
hardware wallet and this isn't generated by default unless we pass a
name to the initial RPC create wallet call.
2021-06-15 17:01:13 +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
Sean fa28657e98
Merge pull request #279 from oxen-io/development
1.6.0
2021-04-27 14:02:48 +10:00
kylezs 4559312e24
Merge pull request #278 from darcys22/bump-version
Bump version to 1.6.0
2021-04-27 13:55:32 +10:00
Sean Darcy e8088929e3 Bump version to 1.6.0 2021-04-27 13:45:47 +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
kylezs 3f6f502d10
Merge pull request #277 from darcys22/update-ons-prices
Reduces the advised prices for ONS purchases
2021-04-27 11:43:12 +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
kylezs 5d3eede5f7
Merge pull request #275 from darcys22/truncate-address
Truncate address
2021-04-15 11:35:02 +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
kylezs 35a8a7a366
Merge pull request #272 from jagerman/reserved-contributions
Fix staking for reserved contribution spots
2021-04-09 10:35:50 +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
kylezs 27afa67d09
Merge pull request #270 from darcys22/ons-wallet-list
list wallet ons types correctly
2021-04-09 09:58:55 +10: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 7a401a904b list 2021-04-06 15:49:55 +10:00
kylezs 2d1188f2ad
Merge pull request #269 from darcys22/ons_rebrand
Ons Rebrand
2021-04-06 14:46:46 +10: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
kylezs 2ecb935df7
Merge pull request #268 from buccella/name_change_readme
loki -> oxen name change for README and download-dev-bins script
2021-03-30 10:23:58 +11:00
Chris Buccella 1695b631e5 loki -> oxen name change for README and download-dev-bins script 2021-03-29 00:12:18 -04:00
kylezs 207dce05cd
Merge pull request #267 from buccella/bug/266-base_url_oxen_observer
Update baseUrl to use oxen.observer instead of lokiblocks.com
2021-03-29 14:39:56 +11:00
Chris Buccella 332909819c Update baseUrl to use oxen.observer instead of lokiblocks.com
Fixes #266
2021-03-28 23:38:15 -04:00
Sean Darcy cb8941699d add type=wallet to ons 2021-03-23 11:30:58 +11:00
kylezs 9c42491396
Merge pull request #256 from jagerman/default-rpc-wallet-port
Change the default wallet rpc listen port to 22026
2021-02-10 09:39:02 +11:00
kylezs 56a8373422
Merge pull request #259 from kylezs/rebrand-ci
Rebrand ci
2021-02-10 09:15:44 +11:00
Kyle Zsembery 2561a4ac2c fix naming of ci things for rebrand 2021-02-10 09:11:26 +11:00
Jason Rhinelander dfbd195cc4 Change the default wallet rpc listen port to 22026
18082 will conflict with a running monerod on the system (18082 is
monero's default ZMQ RPC port).

This moves the default to 22026, which is clustered with oxend's other
ports (22022 P2P, 22023 RPC, 22025 OMQ).

(The '24 hole there was once used for the Monero ZMQ RPC interface in
oxend, but we no longer have that--but if we *do* need another port for
something 22024 will likely be it, so 22026 should be safe from future
oxend requirements).
2021-02-05 13:59:37 -04:00
kylezs 1da486eb78
Merge pull request #255 from jagerman/fix-youre-typo
Fixing you're typos
2021-02-05 13:25:59 +11:00
Jason Rhinelander cc4e870656 Fixing you're typos 2021-02-04 22:19:27 -04:00
kylezs bdda74419b
Merge pull request #250 from loki-project/development
v1.5.6
2021-01-11 17:55:48 +11:00
kylezs b37edea6a2
Merge pull request #249 from kylezs/bump-v
bump version to 1.5.6
2021-01-11 17:55:10 +11:00
Kyle Zsembery fa6a7fea61 bump version to 1.5.6 2021-01-11 17:54:27 +11:00
kylezs 873d9b167f
Merge pull request #248 from loki-project/development
v1.5.6 - Improved Colours
2021-01-11 17:14:14 +11:00
kylezs 5c41bed273
Merge pull request #247 from kylezs/oxen-colours
fix readme
2021-01-11 16:38:29 +11:00
Kyle Zsembery 726f5376f5 fix readme 2021-01-11 16:36:36 +11:00