tecnovert
42421321f6
Remove publishBLockTx debug delay.
2024-02-16 23:05:20 +02:00
tecnovert
041ab18288
Fix min_relay_fee override.
2024-02-01 11:28:21 +02:00
tecnovert
d57366c0b2
Prevent multiple LOCK_TX_B_SEEN events, use rpcwallet for lockunspent.
2024-02-01 00:58:14 +02:00
tecnovert
9ee6669179
ui: Display count of locked UTXOs on wallet page.
2024-01-28 20:16:30 +02:00
tecnovert
f5d4b8dc0d
Show error when auto-accepting a bid fails.
2024-01-24 23:12:18 +02:00
tecnovert
38fa498b0b
coins: Add LTC MWEB wallet
2023-12-29 15:36:00 +02:00
tecnovert
9efb244952
Shorten time format in ui and log.
2023-12-01 22:40:35 +02:00
tecnovert
0be5a4fca7
Add min_relay_fee option.
2023-12-01 19:16:28 +02:00
tecnovert
ce578f8025
Always use csv with adaptor sig swaps.
2023-11-30 18:16:24 +02:00
tecnovert
7053d7ee4b
Use gettxout where scantxoutset is not available.
2023-11-25 00:40:52 +02:00
tecnovert
0b963bffde
Add p2sh-p2wsh support, add Navcoin tests.
2023-08-29 22:06:16 +02:00
tecnovert
0432fae5b5
ui: Improve fee estimation.
2023-07-19 01:19:04 +02:00
tecnovert
7bc5fc78ba
Fix BTC witness size estimate.
2023-07-14 10:44:56 +02:00
tecnovert
f6fb11f452
Add bid intent messages.
2023-07-05 23:35:25 +02:00
tecnovert
9645e87961
protocol: Sign for key halves when not swapping XMR
2023-05-11 23:45:06 +02:00
tecnovert
409c75851f
Replace calltx functions
2023-03-23 20:57:12 +02:00
tecnovert
09cc523ac3
Added restrict_unknown_seed_wallets setting.
2023-02-19 21:52:22 +02:00
tecnovert
b6046fdbf3
api: getcoinseed shows seed id
2023-02-18 01:47:44 +02:00
tecnovert
dc0bd147b8
tests: Add script test
2023-02-14 23:35:11 +02:00
tecnovert
c4321b7740
Add PARTct to coin code.
2022-12-20 22:19:01 +02:00
tecnovert
ef6653a8db
coins: Encrypt wallets before importing seeds, allow BTC to start without wallet.
...
Create BTC wallet on unlock if missing.
2022-12-13 00:12:28 +02:00
tecnovert
2a9e423eaa
Handle lost noscript lock transaction.
2022-12-11 20:31:43 +02:00
tecnovert
6860279faa
tests: Add prefunded itx and xmr protocol tests
2022-12-11 01:26:42 +02:00
tecnovert
0e1cb6d03d
Support xmr-protocol swaps to BTC and PART
2022-12-08 03:42:59 +02:00
tecnovert
7d43512845
xmr: Add prefunded itx.
2022-12-08 03:33:14 +02:00
tecnovert
c90fa6f2c6
system: Allow preselecting inputs for atomic swaps.
2022-12-05 17:04:23 +02:00
tecnovert
a250daca8b
xmr: Ensure incoming transfers are unlocked.
2022-12-02 13:58:26 +02:00
tecnovert
6e5c54b447
ui: Send locked status to templates.
2022-11-18 23:31:52 +02:00
tecnovert
c5f31f0d1e
ui: Add wallet encryption templates.
...
tests: Test wallet encryption.
2022-11-18 00:58:14 +02:00
tecnovert
0f7df9e5f1
preparescript: Add WALLET_ENCRYPTION_PWD env var.
...
Removed unnecessary START_DAEMONS env var.
Remove all cached addresses from the basicswap db for a wallet after reseeding.
Check that addresses retreived from the db are owned by teh wallet before they're used/displayed
2022-11-17 00:36:13 +02:00
tecnovert
bbe7556d18
Disable v23 descriptor wallets.
...
Missing sethdseed, signmessage doesn't work and dumprivkey is missing (preventing a workaround).
2022-11-12 22:17:49 +02:00
tecnovert
fc31615a97
api: Add wallet lock/unlock commands and getcoinseed.
2022-11-12 18:22:23 +02:00
tecnovert
c440f9e3a3
coins: Fix Firo seedid
2022-11-08 16:43:44 +02:00
tecnovert
ca264db0d0
Add non-segwit Firo support.
...
Rework tests to combine atomic and xmr test cases.
Modify btc interface to support P2WSH_nested_in_BIP16_P2SH
Add coin feature tests to test_btc_xmr.py
2022-11-08 13:14:03 +02:00
tecnovert
aa14da27af
dash: Fix initialiseWallet
...
Only the upgradetohd command sets the hdseed
upgradetohd can only run once the chain is synced
Basicswap stores the hash of the root_key in it's db to check for the expected seed.
Prefer not to store the real key.
2022-10-21 18:39:19 +02:00
tecnovert
6ae8651d1b
ui: Hide all except 'Reseed Wallet' button if expected_seed is false.
2022-10-13 23:16:43 +02:00
tecnovert
58a2707526
merge: Fix merge and lint issues.
2022-10-11 07:55:35 +02:00
gerlofvanek
9495249e70
GUI v.01
...
-
2022-10-10 23:44:14 +02:00
tecnovert
ef0f5ea1ea
protocol: Validate CLTV block values
2022-09-26 19:20:52 +02:00
tecnovert
d74699992b
coins: Add PIVX
...
No CSV or segwit.
sethdseed requires a fully synced chain, manual intervention required to set a key derived from the master mnemonic.
Requires a pivxd version with a backported scantxoutset command.
2022-09-01 12:37:18 +02:00
tecnovert
48e5dcbcc9
refactor: Add createRawSignedTransaction to interface
2022-08-16 20:53:58 +02:00
tecnovert
20c0c372d0
refactor: Move all coin interfaces to a dir
2022-08-09 00:10:37 +02:00