-
Notifications
You must be signed in to change notification settings - Fork 17
Investigate coins not found in development mode #965
Comments
Adding this to the milestone because it is seriously annoying. Ideas on how to debug this:
|
+1 on seriously annoying. I keep running into this problem upon almost every local test run. |
So the bug reliably goes away if we scan more than 100 transactions which leads me to conclude that:
|
We can't do that unfortuntely because the esplora backend doesn't work with the I tried using |
Fixes #965. Seems to be an usptream bug: bitcoindevkit/bdk#521.
1055: Scan for the next 1000 addresses r=thomaseizinger a=thomaseizinger Fixes #965. Seems to be an usptream bug: bitcoindevkit/bdk#521. Co-authored-by: Thomas Eizinger <[email protected]>
We sometimes run into the problem that we start with 0 balance when using our development seeds.
Perhaps #838 is related to this issue.
We should investigate, how bdk scans for coins (enable some logs?) and see how to resolve the issue. The original thinking was, because we use electrum as a backend, we should be able to re-scan from scratch on every startup and find ALL coins.
The text was updated successfully, but these errors were encountered: