You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a list I compiled from attending Support Team meetings. Would like to communicate these open issues to other dev team members so that when work is prioritized, these items can be included. @bisq-network/bisq-devs
Anyone feel free to add to the list and comment.
network messages not being delivered (dispute ticket, payment started, chat, payment info)
complexity: high
scope: medium (may be TOR related)
estimate: unknown (multiple PRs already submitted, problem remains)
The price check is done first at OfferAvailabilityRequest and again at InputsForDepositTxRequest, sometimes it fails on the latter as described in the GH issue. Would be good to avoid creating a failed trade on initiation - that would require some analysis and a solution to be designed & proposed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is a list I compiled from attending Support Team meetings. Would like to communicate these open issues to other dev team members so that when work is prioritized, these items can be included. @bisq-network/bisq-devs
Anyone feel free to add to the list and comment.
network messages not being delivered (dispute ticket, payment started, chat, payment info)
allow mediation support ticket to remain open after mediator suggested payout
allow mediator to suggest a revised payout if first one has not been accepted
copy trader chat conversation for export (e.g. send to mediator) including signature
eliminate "Keep funds in bisq wallet / move funds to external" buttons
dispute payout should result in trade moving to step 4 (currently it closes trade)
allow opening of arbitration after a certain time
reduce time to arbitration by half (aka BTC sellers stop answering)
unable to scroll down on popup windows
give traders the ability to create payout transactions
remove sensitve data after a predefined period
Other Issues on Dev radar:
security deposit shows as locked
offers that disappear from the order book
fix bug that navigate with data does not work if the dialog has not been previously loaded
align default fee with DAO value
solution to unlocking password wallet
fix memory leak issues (it was just postponed by increasing maxram to 32Gb)
sending BSQ from specific UTXO does not work
Trade fails due to P2P price mismatch
OfferAvailabilityRequest
and again atInputsForDepositTxRequest
, sometimes it fails on the latter as described in the GH issue. Would be good to avoid creating a failed trade on initiation - that would require some analysis and a solution to be designed & proposed.Beta Was this translation helpful? Give feedback.
All reactions