Stan
Stan
@ 9-May, ~ 18h15 UTC, my node was able to `SendOfferAvailabilityRequest: Send OfferAvailabilityRequest with offerId SbPymDJP-fa5f0400-7e90-4348-8c54-495990cfbca0-184 and uid 1c56d06b-e9b3-497a-98e6-ccc70f69deeb to peer oicmognfxgyxmd7hnircaf5i7kx5vsjaq2dmpnowolcq25r4ugqpf4qd.onion:9999` ... ... `TxValidator: Maker tx validation : SUCCESS`...
@ ~ 19h40 UTC, the OfferAvailabilityRequest was successful on my node: May-09 16:38:39.801 [JavaFX Application Thread] INFO b.c.o.a.OfferAvailabilityProtocol: Send AckMessage for OfferAvailabilityResponse to peer oicmognfxgyxmd7hnircaf5i7kx5vsjaq2dmpnowolcq25r4ugqpf4qd.onion:9999 with offerId SbPymDJP-fa5f0400-7e90-4348-8c54-495990cfbca0-184 and sourceUid...
I do recall @sqrrm saying he never intended to make swap offers editable because cancelling them is free. If they become editable in UI, I will eventually need to make...
I expect to see a zero BSQ balance in the desktop for a ~few minutes after startup.
There has been some effort to track the combinations of states that need to be reached before wallet-affecting operations can be done. See `bisq.core.app.AppStartupState` and its uses. I'm not sure...
You can see all the default jvm opts with `java -XX:+UnlockDiagnosticVMOptions -XX:+PrintFlagsFinal -version`. I just looked at JDK 16's, and the default `MaxRAM` is still 128 Gb: `uint64_t MaxRAM =...
I thought my generated MD was malformed, but it turns out to be this issue.
What @jmacxx said is right. Your BSQ balance is correct. 0.08 BSQ was deducted from your BSQ payout for the trade fee. - This issue flushed out an API bug:...