mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
30 lines
1.5 KiB
Plaintext
30 lines
1.5 KiB
Plaintext
|
configurable daemon for poc
|
||
|
trade removed from books immediately or when taker pays fee? see ProcessOfferAvailabilityResponse
|
||
|
one TraderProtocol which supports maker, taker, buyer, seller methods to prevent duplicate implementations
|
||
|
script to launch local network
|
||
|
use "deposit tx" terminology instead of "fund multisig"
|
||
|
use rpc instead of jni bindings? requires notifications in monero-java
|
||
|
resume listeners on startup (BisqSetup.start() - init multisig?)
|
||
|
finalize protocol (when to remove trade from books, tx ids, no arbitrator till ms?)
|
||
|
deploy seed
|
||
|
balances: total, locked, reserved?
|
||
|
verify payout txs in dispute
|
||
|
user can review/accept/reject arbitrator payout decision
|
||
|
arbitrator fee?
|
||
|
proper error handling
|
||
|
peer verify fee tx
|
||
|
multisig wallets replaced if exist and trade restarted
|
||
|
multisig wallets named with trade id + trade peer id for concurrent acceptance?
|
||
|
use getNewAddressEntry() to register payout destination
|
||
|
use BigIntegers instead of satoshi conversion?
|
||
|
remove bitcoinj dependency?
|
||
|
manage all funds in account 0 with reserved subaddresses or move failed trade account funds to account 0 (incurs miner fee + 10 block wait time)
|
||
|
refactor State/Phase for CleanupTradeableOnFault
|
||
|
temp node address vs trusting/persisitng into trade model
|
||
|
ui designs
|
||
|
flatten ProcessModel into Trade / other model refactors?
|
||
|
might occasionally need to reimburse taker fee if maker does not enter into multisig
|
||
|
test disconnection from daemon at various stages
|
||
|
|
||
|
BEFORE PRODUCTION
|
||
|
build status like bisq: https://travis-ci.org/bisq-network/bisq
|