tecnovert
af766876a1
ui: Add tor info to page header
2 years ago
tecnovert
c4457ca400
ui: Display XMR view key on bid page
...
https://monerohash.com/explorer/myoutputs
Shared view key is for the chain B lock tx.
To find the view key for the lock spend tx:
http://localhost:12700/rpc
Monero Wallet
getaddress
query_key {"key_type":"view_key"}
2 years ago
tecnovert
f29eac0eb5
ui: Handle missing txn gracefully on bid page.
2 years ago
tecnovert
eb30369bd4
refactor: Avoid importing all js functions.
2 years ago
tecnovert
46d1856f71
ui: Render 404 for unknown pages.
...
Wait for wallet update to complete, to handle corner case where user opens wallet page before refreshing.
Withdraw txn in selenium test.
2 years ago
tecnovert
6b4666d632
ui: Add error and info templates and display debug mode.
2 years ago
tecnovert
80f0098a3d
ui: Rates table example
2 years ago
tecnovert
1ee2db137b
ui: Expose min bid amount.
2 years ago
tecnovert
1601a57aed
ui: Add websocket notifications.
2 years ago
tecnovert
6cc54d9c61
server: Serve more static directories.
2 years ago
tecnovert
7a3b41a11b
ui: Fix js value updates when sending bid.
2 years ago
tecnovert
868dc27d64
ui: Add indication when XMR node is bootstrapping
3 years ago
tecnovert
d5e35b8168
doc, ui: Add sequence diagrams
3 years ago
tecnovert
f787bdb203
ui: Add refresh link to bids page.
3 years ago
tecnovert
cddc4daf70
ui: Show offer amount swapped.
3 years ago
tecnovert
3ed6eca95f
ui: Show bids that can be accepted.
3 years ago
tecnovert
6153b76ec0
ui: Allow selecting automation strategy when creating offer.
...
Add alternate pgp key urls.
3 years ago
tecnovert
8daa76f937
refactor: Add automation tables.
3 years ago
tecnovert
88c94c4acd
Set default anon tx ring size to 12 and add setting.
3 years ago
tecnovert
a4683c8450
ui: Add sent filter to offers page.
3 years ago
tecnovert
7bc9d64233
ui: Display sent status on offers page.
3 years ago
tecnovert
a5b192b931
Tor working for Bitcoin forks.
3 years ago
tecnovert
67518efcad
ui: Add option to create sized utxo.
3 years ago
tecnovert
f90a96d9ca
ui: Split wallet page
3 years ago
tecnovert
55275a6470
ui: Display estimate of when lock refund tx will be swipeable.
3 years ago
tecnovert
e502a00341
ui: Recover noscript txn if remote key is known.
3 years ago
tecnovert
053c263751
ui: Add option to set debug tweak option from bid page.
3 years ago
tecnovert
81e9924654
ui: New offer, when 'Lock Rate' is set rate must update if it's empty.
...
Remove invalid coins from coin from list.
3 years ago
tecnovert
4b7b16145f
ui: Identity labels
3 years ago
tecnovert
1e01851152
ui: Display XMR subaddress on wallets page.
3 years ago
tecnovert
58e4b506fe
ui: Add debug ind option.
3 years ago
tecnovert
f459a6295e
ui: Add pagination to the bids page.
3 years ago
tecnovert
dd7440b897
Create CachedMainWalletAddress if missing.
3 years ago
tecnovert
99534756de
Variable bid amount and rate.
3 years ago
tecnovert
8a9f4f9e38
ui: Add rate lookup helper when creating offers.
3 years ago
tecnovert
9cb69e3f5b
xmr: Set daemon-address from basicswap.json
3 years ago
tecnovert
20c59663c1
Count failed and successful bids by peer address.
3 years ago
tecnovert
b152150932
ui, xmr: List of candidate remote XMR daemon urls can be set through the http ui
3 years ago
tecnovert
ad1de44dca
ui: Use monospace fonts when displaying ids.
3 years ago
tecnovert
0cf3f8e3b3
ui: Can display chain A lock tx inputs.
3 years ago
tecnovert
1d6f55b8b9
ui: Display decoded tx in View Tx output.
3 years ago
tecnovert
965db389f6
ui: Add withdrawal confirm popup.
3 years ago
tecnovert
a40519737d
protocol: Enable private offers
...
Users can send private offers that will only be seen by one address.
To send a private offer:
1. recipient creates a new address to receive offers on
2. recipient sends the pubkey for the newly created address to the offerer
3. offerer imports the recipient's pubkey
4. offerer sends a new offer to the recipients key instead of the public network
Nodes will ignore offers sent on keys other than the network key or keys created for offer-receiving.
3 years ago
tecnovert
f63815b26b
ui: Add page to manage SMSG addresses
3 years ago
tecnovert
bf00f80b4d
ui: Start describing xmr bid states.
3 years ago
tecnovert
062283c31a
ui: Improved wallets page.
3 years ago
tecnovert
4475e5b643
Add View Lock Wallet Transfers button to bid page.
3 years ago
tecnovert
2562aec4bd
ui: Display shared address for XMR swaps.
3 years ago
tecnovert
5beb1d17b9
ui: Expose bid valid for.
...
Set smsgsregtestadjust to false in tests.
Fix offer smsg valid for.
Set active_ind on bid records.
api: All times returned should be in unix-time.
4 years ago
tecnovert
e3033799b0
ui: Enable/disable coins through settimgs page.
4 years ago