Chris Stewart

Results 98 comments of Chris Stewart

Benchmarking 5055ffc seems to make things much slower :cry: >2022-08-23T21:16:05UTC INFO [DLCWallet$DLCWalletImpl] Finished processing of block=0000000000000000000dd71f93f67b77df5c6aa0ce0a5093d2e7059acf584ce4. It took 42510ms >2022-08-23T21:16:39UTC INFO [DLCWallet$DLCWalletImpl] Finished processing of block=000000000000000000194f74cc864ce55c1b8d911a25102eb2a51cba27a3ef2b. It took 34692ms >2022-08-23T21:17:49UTC...

This is because i previously accepted a DLC that the offeror cancelled. When the offeror created a 2nd offer, it used the same outpoints thus calculating the same `dlcId`. This...

Unfortunately this is likely going to lead to rekeying every table in `dlcdb.sqlite`. We made a really poor choice in keying based on `dlcId` which is not guaranteed to be...

This still seems to be a bug on ba396f2fb3fbd7fdc921ff996a093d4c6fbfd026 , @shreyanshyad do any of the open PRs we have address this? I wonder if this bug only occurs after you...

This was fixed in #4509

It appears that I can still reproduce this behavior on 7927f98336a0e507a49cbe454067dffeddd501b9 . I have tor enabled and attempting to connect to `neutrino.suredbits.com:8333`. All other settings are not modified from defaults....

Its the job of the UI to remove the offer from the mailbox. The UI is triggered by websocket events emitted by the backend. here is where that logic starts:...

Same issue on bitcoin-s: https://github.com/bitcoin-s/bitcoin-s/actions/runs/3022592631/jobs/4861854192

It's really surprising no one has found a work around for this considering intellij is one of the more popular IDEs for development in Scala.