tecnovert
aa26111665
prepare: Enable network logging category.
2025-08-05 13:29:44 +02:00
tecnovert
235a8f6830
Explicitly set messagemagic string for Particl v27
2025-08-05 00:25:11 +02:00
tecnovert
9cc4734bda
Make backwards compatible with smsg payload version 1
2025-08-04 21:29:14 +02:00
tecnovert
11bbc9b128
Set smsg_payload_version automatically if unset.
2025-08-04 21:29:13 +02:00
tecnovert
4fa61e8e49
Allow lock-tx nLockTime to be > chain height + 2
2025-08-04 21:29:13 +02:00
tecnovert
dd2e8d1b59
Rename smsg_plaintext_version.
2025-08-04 21:29:13 +02:00
tecnovert
4b010cfee0
network: Don't raise an error if multiple networks are active.
...
For testing pre smsg-plaintext-version2
2025-08-03 22:30:05 +02:00
CrynTox
0174715dd2
fix: allow relative paths in inputs
2025-08-03 22:45:00 +03:00
tecnovert
1ea8b80bdc
network: Automatically set direct simplex mode per bid.
2025-08-03 20:23:55 +02:00
tecnovert
6b218773dc
Merge pull request #344 from gerlofvanek/simplex
...
Fix: Simplex SQLite duplicate server entries.
2025-08-01 17:43:23 +00:00
tecnovert
fafbd0defe
prepare: Add deprecatedrpc line to particl.conf
2025-08-01 19:28:46 +02:00
gerlofvanek
e68fc6509b
Fix: Simplex SQLite duplicate server entries.
2025-08-01 16:33:32 +02:00
tecnovert
55bad836a9
prepare: Add an env var to switch core repositories.
2025-07-31 10:50:31 +02:00
tecnovert
4ba2b877dd
Store pubkeys in BSX if possible.
2025-07-31 10:50:23 +02:00
tecnovert
f932a41b1a
api: Add "message_nets" field to bids and offers.
2025-07-31 00:09:38 +02:00
tecnovert
fea7130835
zmq: Use persistent client keypair.
2025-07-31 00:09:37 +02:00
tecnovert
6d4200f871
zmq: Use recv_multipart and set server keypair in prepare script.
2025-07-31 00:09:37 +02:00
tecnovert
53fc673e71
tests: Fix test_reload.
2025-07-31 00:09:37 +02:00
tecnovert
6e614ff76d
Keep compatible with Particl 32.2.7
...
Only call smsggetdifficulty when smsg_plaintext_version >= 2
2025-07-31 00:09:37 +02:00
tecnovert
355da5ee90
Add network portal data to database.
2025-07-31 00:09:37 +02:00
tecnovert
d0ebed93d8
net: Fix add_to_outbox parameter.
2025-07-31 00:09:37 +02:00
tecnovert
10d6b13930
net: Manage SMSG pubkeys in BSX.
2025-07-31 00:09:36 +02:00
tecnovert
e73e084a6d
net: Add network portals to allow swaps between networks.
2025-07-31 00:09:33 +02:00
tecnovert
1e0a7c7395
Merge pull request #340 from tecnovert/change_keypaths
...
Change default key derivation paths.
2025-07-30 22:08:28 +00:00
Gerlof van Ek
b6e9118797
ZMQ remove time.sleep(0.1) ( #341 )
2025-07-28 21:43:25 +02:00
Gerlof van Ek
02ceb89d14
Fix: Rate tolerance. ( #339 )
...
* Fix: Rate tolerance.
* Fix GUI Rate tolerance.
* Fix: json/rate
* Fix: Mismatch
* Fix: Use backend handle calc.
* Cleanup
* Fix: format_amount
* Add test.
2025-07-28 21:43:06 +02:00
tecnovert
d92fa0c61d
Change default key derivation paths.
...
To allow account keys to be imported into electrum.
Only applies when using descriptor wallets.
To match keys from legacy (sethdseed) wallets set the {COIN}_USE_LEGACY_KEY_PATHS environment variable before prepare.py.
2025-07-26 01:54:34 +02:00
tecnovert
dc692209ca
Merge pull request #337 from nahuhh/monero_1841
...
xmr: v0.18.4.1
2025-07-25 23:35:22 +00:00
nahuhh
56ec500797
xmr: v0.18.4.1
2025-07-25 20:39:57 +00:00
Gerlof van Ek
faf76e3269
Merge pull request #333 from nahuhh/pr/pre-commit
...
dev: add pre-commit hooks
2025-07-23 23:54:24 +02:00
Gerlof van Ek
e19a99b113
Merge pull request #338 from nahuhh/amm_table
...
amm: icon beside amount & consistent size of add/edit
2025-07-23 23:54:09 +02:00
Gerlof van Ek
27220d5d36
Merge pull request #335 from nahuhh/pr/wow_dedup
...
wow: cleanup some dups in prepare.py and basicswap.py
2025-07-23 23:53:56 +02:00
nahuhh
ba1678ad26
lint: eslints
2025-07-23 20:42:03 +00:00
nahuhh
11f1454627
amm: icon beside amount & consistent size of add/edit
2025-07-23 20:08:03 +00:00
nahuhh
90a162f0ea
wow: reuse threadPollXMRChainstate & monerod_proxy_config
2025-07-22 21:50:16 +00:00
Gerlof van Ek
96faa26c5b
Merge pull request #336 from nahuhh/pr/dash_2213
...
dash: 22.1.3
2025-07-22 23:46:11 +02:00
Gerlof van Ek
a5cc83157d
GUI: Dynamic balances (WS) + Better Notifications (Toasts) + various fixes. ( #332 )
...
* GUI: Dynamic balances (WS) + various fixes.
* BLACK + FLAKE8
* Clean-up.
* Fix refresh intervals + Fix pending balance.
* Fix amounts scientific notation (1e-8)
* Better Notifications (Toasts)
* Removed duplicated code + Balance skip if the chain is still syncing.
* Fix MWEB doesnt show as pending + Various fixes.
* Fix: USD values are off with part blind.
* Fix: Percentage change buttons on wallet page.
* Cleanup debug on wallet page.
* Use ZMQ for part balances.
* Fix ZMQ config.
* Fix PART price in chart.
2025-07-22 23:45:45 +02:00
nahuhh
bf5396dd17
dash: 22.1.3
2025-07-15 19:17:26 +00:00
Gerlof van Ek
d6ef4f2edb
Merge pull request #334 from nahuhh/pr/wow_confs
...
wow: coins unlock after 4 confirmations
2025-07-12 17:40:42 +02:00
nahuhh
221a06ba44
wow: coins unlock after 4 confirmations
2025-07-12 04:04:58 +00:00
nahuhh
5cecef676d
dev: add pre-commit hooks
2025-07-11 19:33:31 +00:00
Gerlof van Ek
d45e0bcd85
Merge pull request #331 from nahuhh/devel/percentage_rates
...
js(offers): use same rates for buying and selling
2025-07-07 09:22:04 +02:00
Gerlof van Ek
3e3b8c1cfe
Merge pull request #330 from nahuhh/devel/minrate_null
...
AMM: bug fixes
2025-07-07 09:21:39 +02:00
nahuhh
f2c73f6238
js(offers): use same rates for buying and selling
2025-07-05 07:58:43 +00:00
nahuhh
94b972502e
refactor(js/amm): use float for amount_step instead of string
2025-07-05 04:55:29 +00:00
nahuhh
543a820a12
AMM: bug fixes
...
- skip offer if amount field missing
- write amount line if missing
- set minrate to 0 if missing or null
2025-07-05 04:55:21 +00:00
tecnovert
266bbd1807
guix: Update packed version.
v0.14.6
2025-06-30 19:51:48 +02:00
tecnovert
8c06508e7c
Raise version to 0.14.6
2025-06-30 19:25:14 +02:00
tecnovert
6489b80666
Merge pull request #328 from tecnovert/non_segwit_utxos
...
prepare: Set changetype=bech32 in BTC and LTC .conf files.
2025-06-23 23:20:38 +00:00
Gerlof van Ek
bc71ec8246
Merge pull request #329 from gerlofvanek/fixes-19
...
Fix: Offers - when table is updated, the filters aren't applied.
2025-06-24 00:39:47 +02:00