tecnovert
2922b171a6
Load in-progress bids only when unlocked.
2 years ago
tecnovert
dc0bd147b8
tests: Add script test
2 years ago
tecnovert
9117e2b723
Fix XMR withdrawals
2 years ago
tecnovert
c4321b7740
Add PARTct to coin code.
2 years ago
tecnovert
ef6653a8db
coins: Encrypt wallets before importing seeds, allow BTC to start without wallet.
...
Create BTC wallet on unlock if missing.
2 years ago
tecnovert
3f71dffe5a
Fix Dash checkseed.
2 years ago
tecnovert
2a9e423eaa
Handle lost noscript lock transaction.
2 years ago
tecnovert
6860279faa
tests: Add prefunded itx and xmr protocol tests
2 years ago
tecnovert
0e1cb6d03d
Support xmr-protocol swaps to BTC and PART
2 years ago
tecnovert
7d43512845
xmr: Add prefunded itx.
2 years ago
tecnovert
c90fa6f2c6
system: Allow preselecting inputs for atomic swaps.
2 years ago
tecnovert
23e89882a4
doc: Add windows install notes.
2 years ago
tecnovert
a250daca8b
xmr: Ensure incoming transfers are unlocked.
2 years ago
tecnovert
2a35148a4b
xmr: Support daemon rpc login details.
2 years ago
tecnovert
6e5c54b447
ui: Send locked status to templates.
2 years ago
tecnovert
c5f31f0d1e
ui: Add wallet encryption templates.
...
tests: Test wallet encryption.
2 years ago
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
2 years ago
tecnovert
b43d58afbf
api: Add wallet/createutxo
2 years ago
tecnovert
8ec6d55963
Fix decodeAddress without bech32 hrp
2 years ago
tecnovert
bbe7556d18
Disable v23 descriptor wallets.
...
Missing sethdseed, signmessage doesn't work and dumprivkey is missing (preventing a workaround).
2 years ago
tecnovert
fc31615a97
api: Add wallet lock/unlock commands and getcoinseed.
2 years ago
tecnovert
c440f9e3a3
coins: Fix Firo seedid
2 years ago
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
2 years ago
tecnovert
f210024e93
coins: Decode pivx v3 transactions correctly.
2 years ago
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.
2 years ago
tecnovert
4866ff4db8
dash: Add tests.
2 years ago
tecnovert
7298867e18
dash: Add to prepare script.
2 years ago
tecnovert
6ae8651d1b
ui: Hide all except 'Reseed Wallet' button if expected_seed is false.
2 years ago
tecnovert
ea52ff67c2
Fix pivx withdrawals and install typo.
2 years ago
tecnovert
58a2707526
merge: Fix merge and lint issues.
2 years ago
gerlofvanek
9495249e70
GUI v.01
...
-
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
ef0f5ea1ea
protocol: Validate CLTV block values
2 years ago
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.
2 years ago
tecnovert
48e5dcbcc9
refactor: Add createRawSignedTransaction to interface
2 years ago
tecnovert
20c0c372d0
refactor: Move all coin interfaces to a dir
2 years ago