Chris Stewart

Results 98 comments of Chris Stewart

rebased to fix a few merge conflicts, i'm hopeful this PR will fix #4630

So it seems like our exception handler is being hit, we have this message logged. Its unclear to my why the connection is being reset in this case. https://github.com/bitcoin-s/bitcoin-s/blob/f4d864fab860828fb46b9f42177dd5db09b80311/app/server-routes/src/main/scala/org/bitcoins/server/routes/Server.scala#L75 ```...

Unfortunately this isn't reproducible. I still cannot connect on a second attempt, but i didn't get a `ERRCONNRESET` error. I'm unsure of what server load was on the first attempt,...

I tried to simulate a resource contrained environment on my pi. You can see the core's saturated by i still don't get a `ERRCONNRESET` at the frontend ![Screenshot from 2022-07-08...

CI fails: https://github.com/bitcoin-s/bitcoin-s/runs/7583100291?check_suite_focus=true

>Version [v1.9.0] Hi Jesse, This is a bug in older versions of the wallet. 1. could you update your release to the `mac` release on this link? https://github.com/bitcoin-s/bitcoin-s/actions/runs/2396651310 2. After...

>I have deleted the full contents of the .bitcoin-s folder and replaced with a fresh install still not working. Did you keep the mnemonic seed found in `$HOME/.bitcoin-s/seeds` ? If...

> UI startup call timings. The one that doesn't return in ms is `estimatefee`. ![Screen Shot 2022-07-12 at 1 08 38 PM](https://user-images.githubusercontent.com/22351459/178575892-a6acc985-5ee7-4dad-9184-3c7116e06584.png) Some details on how `estimatefee` works. #### neutrino...

When rescanning the wallet, this utxo shows up as confirmed as expected. The question that remains is: Why did the utxo not get matched by `processCompactFilter()` the first time we...