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
6ae8651d1b
ui: Hide all except 'Reseed Wallet' button if expected_seed is false.
2 years ago
tecnovert
58a2707526
merge: Fix merge and lint issues.
2 years ago
gerlofvanek
9495249e70
GUI v.01
...
-
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
tecnovert
1c4f208d27
refactor: E275 missing whitespace after keyword
2 years ago
tecnovert
0580f9ebac
tests: Fix NMC tests.
3 years ago
tecnovert
0c2c86070f
preparescript: --usebtcfastsync option will initialise the BTC datadir from a chain snapshot.
3 years ago
tecnovert
88c94c4acd
Set default anon tx ring size to 12 and add setting.
3 years ago
tecnovert
12bae95e7d
coins: Raise Bitcoin version to 22.0
3 years ago
tecnovert
d1e015962c
basicswap-prepare can enable and disable tor config.
3 years ago
tecnovert
67518efcad
ui: Add option to create sized utxo.
3 years ago
tecnovert
3ba551c9da
Use getblockhashafter command in getWalletRestoreHeight.
3 years ago
tecnovert
1476ad3cec
Check available balance before sending xmr bid
3 years ago
tecnovert
65951220b8
Fix bug when manually redeeming noscript lock tx with invalid amount.
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
cd4103ce3e
tests: Deduplicate test_run.py
3 years ago
tecnovert
0cf3f8e3b3
ui: Can display chain A lock tx inputs.
3 years ago
tecnovert
edddf9158a
refactor: Remove encodeSegwitP2WSH and getScriptAddress
3 years ago
tecnovert
1d932cdd01
protocol: Add protocol version to order and bid messages
...
Move chain start heights to bid, use avoid scantxoutset for decred style swaps
3 years ago
tecnovert
1d6f55b8b9
ui: Display decoded tx in View Tx output.
3 years ago
tecnovert
6e82961da9
particl: Can swap PARTct -> XMR
3 years ago
tecnovert
1ef71ea79b
particl: Can swap anon outputs
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
bf00f80b4d
ui: Start describing xmr bid states.
3 years ago
tecnovert
4475e5b643
Add View Lock Wallet Transfers button to bid page.
3 years ago
tecnovert
e69409514c
tests: Fix intermittent failure
3 years ago
tecnovert
a5dcd9f77d
refactor: Move getTicker() to coin interface.
4 years ago
tecnovert
3217918f7c
coins: Fix getoutput for v18 cores.
4 years ago
tecnovert
36a40b5fa3
ui: Expose offer valid time.
4 years ago
tecnovert
f2018184e7
protocol: Start adding anon particl option.
4 years ago
tecnovert
deb71856e8
Poll chainstates.
...
Litecoin download link changed.
Fix fee comparison tx weight difference.
Remove format8.
New stalled for test bid state.
Moved sequence code to coin interfaces.
Display estimated time lock refund tx will be valid.
4 years ago
tecnovert
c66160fb09
Add more event log types.
...
Auto accept only bids of the exact offer amount.
Retry sending lock B refund tx.
4 years ago
tecnovert
2e0edef9da
Raise max signature size for fee estimate.
...
Fix logging.
Valid sequence lock range settings.
Bid debugind can be set through api.
4 years ago
tecnovert
c3cff91fca
Raise version. Verify message with coincurve.
4 years ago
tecnovert
d12e24cecb
Fixed bid cancel btn sends bid.
...
Fixed inverted proof amounts.
Added conf_target to settings page.
Load new offer default conf_target from settings.
4 years ago
tecnovert
60b477e3c0
Increase version, add test for bids sent while recipient is offline.
4 years ago
tecnovert
a3ba5cf7e6
setup.py test -> pytest / tox
4 years ago
tecnovert
da56a5e2c8
Unlock inputs when abandoning a bid.
4 years ago
tecnovert
05c9d9c66d
Fix floating point bug.
4 years ago
tecnovert
0c9429bfa5
Display xmr-swap script coin lock spend tx fees.
4 years ago
tecnovert
d2ded157f8
Start isolated docker setup.
4 years ago
tecnovert
b3c00efe16
gui: Added confirm step and fee options.
...
Fee options only apply to the script coin side of xmr swaps.
4 years ago
tecnovert
9a182646f0
Add display for xmr bid tx hex.
4 years ago
tecnovert
cb27fb6c4c
Lower min locktime to 1 hour for easier testing.
...
Fix blocks confirmed count.
4 years ago
tecnovert
49705f0974
Use libsecp256k1 to sign.
...
Added 'Revoke' button to sent offers page.
4 years ago